LostTech.TensorFlow : API Documentation

Type type_spec

Namespace tensorflow.python.framework.type_spec

Public static methods

void register_type_spec_from_value_converter(PythonClassContainer type_object, PythonFunctionContainer converter_fn, bool allow_subclass)

void register_type_spec_from_value_converter(object type_object, PythonFunctionContainer converter_fn, bool allow_subclass)

object register_type_spec_from_value_converter_dyn(object type_object, object converter_fn, ImplicitContainer<T> allow_subclass)

object type_spec_from_value(ndarray value)

object type_spec_from_value(IEnumerable<object> value)

object type_spec_from_value(CompositeTensor value)

object type_spec_from_value(TypeSpec value)

object type_spec_from_value(int value)

object type_spec_from_value(IGraphNodeBase value)

object type_spec_from_value(Object value)

object type_spec_from_value_dyn(object value)

Public properties

PythonFunctionContainer BatchableTypeSpec_fn get;

LazyLoader ops get; set;

object ops_dyn get; set;

PythonFunctionContainer register_type_spec_from_value_converter_fn get;

LazyLoader tensor_spec get; set;

object tensor_spec_dyn get; set;

PythonFunctionContainer type_spec_from_value_fn get;

PythonFunctionContainer TypeSpec_fn get;