LostTech.TensorFlow : API Documentation

Type io_ops

Namespace tensorflow.contrib.labeled_tensor._io_ops

Public static methods

Dict parse_example(LabeledTensor serialized, IDictionary<string, object> features, string name, object example_names)

Dict parse_single_example(LabeledTensor serialized, IDictionary<string, object> features, string name, object example_names)

Dict parse_single_example(IGraphNodeBase serialized, IDictionary<string, object> features, string name, object example_names)

PythonClassContainer placeholder(DType dtype, IEnumerable<object> axes, string name)

Public properties

PythonFunctionContainer FixedLenFeature_fn get;

PythonFunctionContainer parse_example_fn get;

PythonFunctionContainer parse_single_example_fn get;

PythonFunctionContainer placeholder_fn get;