LostTech.TensorFlow : API Documentation

Type parsing_ops

Namespace tensorflow.python.ops.parsing_ops

Public static methods

IDictionary<object, object> parse_single_example_v2(IGraphNodeBase serialized, IDictionary<object, FixedLenSequenceFeature> features, string name)

object parse_single_example_v2_dyn(object serialized, object features, object name)

Public properties

PythonFunctionContainer FixedLenFeature_fn get;

PythonFunctionContainer FixedLenSequenceFeature_fn get;

PythonFunctionContainer parse_single_example_v2_fn get;

PythonFunctionContainer SparseFeature_fn get;

PythonFunctionContainer VarLenFeature_fn get;