Home
last modified time | relevance | path

Searched defs:FixedLenFeature (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h39 struct FixedLenFeature { struct
40 string key;
41 DataType dtype;
42 TensorShape shape;
43 Tensor default_value;
44 string values_output_tensor_name;
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dio_ops.py31 class FixedLenFeature(object): class
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py136 FixedLenFeature = _io_ops.FixedLenFeature variable
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py135 class FixedLenFeature(collections.namedtuple( class