Home
last modified time | relevance | path

Searched refs:VarLenFeature (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder_test.py348 'labels': parsing_ops.VarLenFeature(dtype=dtypes.int64),
396 'labels': parsing_ops.VarLenFeature(dtype=dtypes.int64),
429 'image': parsing_ops.VarLenFeature(dtype=dtypes.float32),
430 'image/shape': parsing_ops.VarLenFeature(dtype=dtypes.int64),
431 'labels': parsing_ops.VarLenFeature(dtype=dtypes.int64),
432 'labels/shape': parsing_ops.VarLenFeature(dtype=dtypes.int64),
474 'image': parsing_ops.VarLenFeature(dtype=dtypes.float32),
475 'image/shape': parsing_ops.VarLenFeature(dtype=dtypes.int64),
476 'labels': parsing_ops.VarLenFeature(dtype=dtypes.int64),
477 'labels/height': parsing_ops.VarLenFeature(dtype=dtypes.int64),
[all …]
DREADME.md80 `tf.FixedLenFeature` or `tf.VarLenFeature`. Consequently, to decode a
89 `tf.VarLenFeature` as well as a set of `ItemHandlers`. An `ItemHandler`
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_test.py486 "rvc": parsing_ops.VarLenFeature(dtype=dtypes.float32)
504 "rvc": parsing_ops.VarLenFeature(dtype=dtypes.int32)
712 "ids": parsing_ops.VarLenFeature(dtypes.int32),
713 "weights": parsing_ops.VarLenFeature(dtypes.float32)
720 "ids": parsing_ops.VarLenFeature(dtypes.string),
721 "weights": parsing_ops.VarLenFeature(dtypes.float32)
728 "ids": parsing_ops.VarLenFeature(dtypes.string),
729 "weights": parsing_ops.VarLenFeature(dtypes.int32)
741 "ids": parsing_ops.VarLenFeature(dtypes.int64),
742 "weights": parsing_ops.VarLenFeature(dtypes.int32)
[all …]
Dfeature_column.py407 return {self.column_name: parsing_ops.VarLenFeature(self.dtype)}
799 {self.weight_column_name: parsing_ops.VarLenFeature(self.dtype)})
1517 return {self.column_name: parsing_ops.VarLenFeature(dtypes.string)}
1696 return {self.column_name: parsing_ops.VarLenFeature(self.dtype)}
2626 if isinstance(feature, parsing_ops.VarLenFeature):
2661 if isinstance(column_type, parsing_ops.VarLenFeature):
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration_test.cc70 std::vector<VarLenFeature> sparse_vec; in TEST_F()
80 std::vector<VarLenFeature> sparse_vec; in TEST_F()
95 std::vector<VarLenFeature> sparse_vec; in TEST_F()
110 std::vector<VarLenFeature> sparse_vec; in TEST_F()
201 std::vector<VarLenFeature> var_len_features; in TEST_F()
220 const VarLenFeature& v = var_len_features[0]; in TEST_F()
Dexample_parser_configuration.h44 std::vector<VarLenFeature>* var_len_features);
52 std::vector<VarLenFeature>* var_len_features);
Dexample_parser_configuration.cc48 std::vector<VarLenFeature>* var_len_features) { in ExtractExampleParserConfiguration()
139 VarLenFeature& config = (*var_len_features)[i]; in ExtractExampleParserConfiguration()
165 std::vector<VarLenFeature>* var_len_features) { in ExampleParserConfigurationProtoToFeatureVectors()
187 VarLenFeature v; in ExampleParserConfigurationProtoToFeatureVectors()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-var-len-feature.pbtxt1 path: "tensorflow.VarLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.VarLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.VarLenFeature\'>"
Dtensorflow.io.-var-len-feature.pbtxt1 path: "tensorflow.io.VarLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.VarLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.VarLenFeature\'>"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.-var-len-feature.pbtxt1 path: "tensorflow.io.VarLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.VarLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.VarLenFeature\'>"
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper_test.cc64 VarLenFeature int64_sparse_config; in SetUp()
69 VarLenFeature float_sparse_config; in SetUp()
74 VarLenFeature string_sparse_config; in SetUp()
81 std::vector<VarLenFeature> sparse_vec_;
172 std::vector<VarLenFeature> empty_sparse_vec; in TEST_F()
202 std::vector<VarLenFeature> empty_sparse_vec; in TEST_F()
Dexample_proto_helper.h48 struct VarLenFeature { struct
79 const std::vector<VarLenFeature>& var_len_features,
94 Status GetSparseTensorShapes(const VarLenFeature& var_len_feature,
113 const std::vector<VarLenFeature>& var_len_features, Allocator* allocator,
Dexample_proto_helper.cc218 const std::vector<VarLenFeature>& var_len_features, in SingleExampleProtoToTensors()
268 const VarLenFeature& feature_config = var_len_features[d]; in SingleExampleProtoToTensors()
298 Status GetSparseTensorShapes(const VarLenFeature& var_len_feature, in GetSparseTensorShapes()
321 const std::vector<VarLenFeature>& var_len_features, Allocator* allocator, in BatchExampleProtoToTensors()
370 const VarLenFeature& feature_config = var_len_features[d]; in BatchExampleProtoToTensors()
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column_test.py59 'aaa': parsing_ops.VarLenFeature(dtypes.int64)
78 'aaa': parsing_ops.VarLenFeature(dtypes.int64)
176 'aaa': parsing_ops.VarLenFeature(dtypes.int64)
179 'bbb': parsing_ops.VarLenFeature(dtypes.int64)
214 'aaa': parsing_ops.VarLenFeature(dtypes.int64)
217 'bbb': parsing_ops.VarLenFeature(dtypes.int64)
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dimagenet_input.py115 'image/object/bbox/xmin': tf.VarLenFeature(dtype=tf.float32),
116 'image/object/bbox/ymin': tf.VarLenFeature(dtype=tf.float32),
117 'image/object/bbox/xmax': tf.VarLenFeature(dtype=tf.float32),
118 'image/object/bbox/ymax': tf.VarLenFeature(dtype=tf.float32),
119 'image/object/class/label': tf.VarLenFeature(dtype=tf.int64),
/external/tensorflow/tensorflow/python/kernel_tests/
Dparsing_ops_test.py118 elif isinstance(f, parsing_ops.VarLenFeature):
152 parsing_ops.VarLenFeature(dtypes.int64),
168 parsing_ops.VarLenFeature(dtypes.int64),
288 "st_c": parsing_ops.VarLenFeature(dtypes.float32),
289 "st_d": parsing_ops.VarLenFeature(dtypes.string)
622 parsing_ops.VarLenFeature(dtypes.int64),
676 parsing_ops.VarLenFeature(dtypes.int64),
964 elif isinstance(f, parsing_ops.VarLenFeature):
1010 parsing_ops.VarLenFeature(dtypes.float32),
1114 elif isinstance(f, parsing_ops.VarLenFeature) and batch:
[all …]
Dparse_single_example_op_test.py118 elif isinstance(f, parsing_ops.VarLenFeature):
151 parsing_ops.VarLenFeature(dtypes.int64),
167 parsing_ops.VarLenFeature(dtypes.int64),
276 "st_c": parsing_ops.VarLenFeature(dtypes.float32),
277 "st_d": parsing_ops.VarLenFeature(dtypes.string)
608 parsing_ops.VarLenFeature(dtypes.int64),
659 parsing_ops.VarLenFeature(dtypes.int64),
871 elif isinstance(f, parsing_ops.VarLenFeature):
921 parsing_ops.VarLenFeature(dtypes.float32),
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py50 class VarLenFeature(collections.namedtuple("VarLenFeature", ["dtype"])): class
219 if isinstance(feature, VarLenFeature):
220 if VarLenFeature not in types:
803 [VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature])
1067 [VarLenFeature, FixedLenFeature, FixedLenSequenceFeature, SparseFeature])
1259 context_features, [VarLenFeature, FixedLenFeature])
1263 sequence_features, [VarLenFeature, FixedLenSequenceFeature])
1593 context_features, [VarLenFeature, FixedLenFeature])
1598 sequence_features, [VarLenFeature, FixedLenSequenceFeature])
2000 [VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature])
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparse_example_dataset_test.py109 elif isinstance(f, parsing_ops.VarLenFeature):
137 parsing_ops.VarLenFeature(dtypes.int64),
155 parsing_ops.VarLenFeature(dtypes.int64),
248 "st_c": parsing_ops.VarLenFeature(dtypes.float32),
249 "st_d": parsing_ops.VarLenFeature(dtypes.string)
559 parsing_ops.VarLenFeature(dtypes.int64),
606 parsing_ops.VarLenFeature(dtypes.int64),
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_vectorization_benchmark.py87 "sparse_int": parsing_ops.VarLenFeature(dtypes.int64),
88 "sparse_str": parsing_ops.VarLenFeature(dtypes.string),
/external/tensorflow/tensorflow/python/util/
Dexample_parser_configuration_test.py79 'y': parsing_ops.VarLenFeature(dtypes.string)
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_test.py713 'aaa': parsing_ops.VarLenFeature(dtypes.string)
719 'aaa': parsing_ops.VarLenFeature(dtypes.int32)
991 'c': parsing_ops.VarLenFeature(dtypes.string),
1171 self.name: parsing_ops.VarLenFeature(dtypes.int32),
1172 '{}_weights'.format(self.name): parsing_ops.VarLenFeature(
1257 parsing_ops.VarLenFeature(dtypes.int32),
1259 parsing_ops.VarLenFeature(dtypes.float32),
1441 return {self.name: parsing_ops.VarLenFeature(self.dtype)}
2122 return {self.name: parsing_ops.VarLenFeature(self.dtype)}
3308 parse_spec2 = parsing_ops.VarLenFeature(dtype=dtypes.string)
[all …]
Dfeature_column_v2_test.py878 'aaa': parsing_ops.VarLenFeature(dtypes.string)
884 'aaa': parsing_ops.VarLenFeature(dtypes.int32)
1166 'c': parsing_ops.VarLenFeature(dtypes.string),
1366 parsing_ops.VarLenFeature(dtypes.int32),
1368 parsing_ops.VarLenFeature(dtypes.float32),
1461 parsing_ops.VarLenFeature(dtypes.int32),
1463 parsing_ops.VarLenFeature(dtypes.float32),
1714 return {self.name: parsing_ops.VarLenFeature(self.dtype)}
2421 return {self.name: parsing_ops.VarLenFeature(self.dtype)}
4431 parse_spec2 = parsing_ops.VarLenFeature(dtype=dtypes.string)
[all …]
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dparsing_ops.py45 parsing_ops.VarLenFeature, parsing_ops.SparseFeature,
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dtensor_signature.py108 return parsing_ops.VarLenFeature(dtype=dtype)

12