Public API for tf.types.experimental namespace.
Classes
class Callable
: Base class for TF callables like those created by tf.function.
class ConcreteFunction
: Base class for graph functions.
class GenericFunction
: Base class for polymorphic graph functions.
Type Aliases
TensorLike
: Union of all types that can be converted to a tf.Tensor
by tf.convert_to_tensor
.