• Disposes any tf.Tensors found within the provided object.

    Parameters

    • container: TensorContainer

      an object that may be a tf.Tensor or may directly contain tf.Tensors, such as a Tensor[] or {key: Tensor, ...}. If the object is not a tf.Tensor or does not contain Tensors, nothing happens. In general it is safe to pass any object here, except that Promises are not supported.

    Returns void

    Doc

Generated using TypeDoc