Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-var-len-feature.pbtxt1 path: "tensorflow.VarLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>"
Dtensorflow.io.-var-len-feature.pbtxt1 path: "tensorflow.io.VarLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_config.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_config.VarLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>"
Dtensorflow.io.pbtxt28 name: "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()
140 VarLenFeature& config = (*var_len_features)[i]; in ExtractExampleParserConfiguration()
166 std::vector<VarLenFeature>* var_len_features) { in ExampleParserConfigurationProtoToFeatureVectors()
188 VarLenFeature v; in ExampleParserConfigurationProtoToFeatureVectors()
/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.h49 struct VarLenFeature { struct
80 const std::vector<VarLenFeature>& var_len_features,
95 Status GetSparseTensorShapes(const VarLenFeature& var_len_feature,
114 const std::vector<VarLenFeature>& var_len_features, Allocator* allocator,
Dexample_proto_helper.cc221 const std::vector<VarLenFeature>& var_len_features, in SingleExampleProtoToTensors()
271 const VarLenFeature& feature_config = var_len_features[d]; in SingleExampleProtoToTensors()
301 Status GetSparseTensorShapes(const VarLenFeature& var_len_feature, in GetSparseTensorShapes()
324 const std::vector<VarLenFeature>& var_len_features, Allocator* allocator, in BatchExampleProtoToTensors()
373 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)
84 self.assertEqual({'aaa': parsing_ops.VarLenFeature(dtypes.int64)},
103 'aaa': parsing_ops.VarLenFeature(dtypes.int64)
201 'aaa': parsing_ops.VarLenFeature(dtypes.int64)
204 'bbb': parsing_ops.VarLenFeature(dtypes.int64)
239 'aaa': parsing_ops.VarLenFeature(dtypes.int64)
242 'bbb': parsing_ops.VarLenFeature(dtypes.int64)
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py44 VarLenFeature = parsing_config.VarLenFeature variable
310 VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature,
554 context_features, [VarLenFeature, FixedLenFeature, RaggedFeature])
557 [VarLenFeature, FixedLenSequenceFeature, RaggedFeature])
789 context_features, [VarLenFeature, FixedLenFeature, RaggedFeature])
792 [VarLenFeature, FixedLenSequenceFeature, RaggedFeature])
/external/tensorflow/tensorflow/python/kernel_tests/
Dparsing_ops_test.py107 elif isinstance(f, parsing_ops.VarLenFeature):
144 parsing_ops.VarLenFeature(dtypes.int64),
160 parsing_ops.VarLenFeature(dtypes.int64),
279 "st_c": parsing_ops.VarLenFeature(dtypes.float32),
280 "st_d": parsing_ops.VarLenFeature(dtypes.string)
628 parsing_ops.VarLenFeature(dtypes.int64),
682 parsing_ops.VarLenFeature(dtypes.int64),
1196 elif isinstance(f, parsing_ops.VarLenFeature):
1222 parsing_ops.VarLenFeature(dtypes.float32),
1300 parsing_ops.VarLenFeature(dtypes.float32),
[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),
872 elif isinstance(f, parsing_ops.VarLenFeature):
922 parsing_ops.VarLenFeature(dtypes.float32),
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_vectorization_benchmark.py85 "sparse_int": parsing_ops.VarLenFeature(dtypes.int64),
86 "sparse_str": parsing_ops.VarLenFeature(dtypes.string),
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparse_example_dataset_test.py107 elif isinstance(f, parsing_ops.VarLenFeature):
136 parsing_ops.VarLenFeature(dtypes.int64),
154 parsing_ops.VarLenFeature(dtypes.int64),
249 "st_c": parsing_ops.VarLenFeature(dtypes.float32),
250 "st_d": parsing_ops.VarLenFeature(dtypes.string)
568 parsing_ops.VarLenFeature(dtypes.int64),
616 parsing_ops.VarLenFeature(dtypes.int64),
Dmake_batched_features_dataset_test.py234 "keywords": parsing_ops.VarLenFeature(dtypes.string),
/external/tensorflow/tensorflow/python/util/
Dexample_parser_configuration_test.py88 'y': parsing_ops.VarLenFeature(dtypes.string)
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py823 'aaa': parsing_ops.VarLenFeature(dtypes.string)
829 'aaa': parsing_ops.VarLenFeature(dtypes.int32)
1078 'c': parsing_ops.VarLenFeature(dtypes.string),
1274 parsing_ops.VarLenFeature(dtypes.int32),
1276 parsing_ops.VarLenFeature(dtypes.float32),
1532 return {self.name: parsing_ops.VarLenFeature(self.dtype)}
2928 parse_spec2 = parsing_ops.VarLenFeature(dtype=dtypes.string)
2940 parse_spec2 = parsing_ops.VarLenFeature(dtype=dtypes.string)
2967 parse_spec2 = parsing_ops.VarLenFeature(dtype=dtypes.string)
2969 parse_spec3 = parsing_ops.VarLenFeature(dtype=dtypes.int32)
[all …]
Dfeature_column_test.py700 'aaa': parsing_ops.VarLenFeature(dtypes.string)
706 'aaa': parsing_ops.VarLenFeature(dtypes.int32)
968 'c': parsing_ops.VarLenFeature(dtypes.string),
1144 self.name: parsing_ops.VarLenFeature(dtypes.int32),
1145 '{}_weights'.format(self.name): parsing_ops.VarLenFeature(
1229 parsing_ops.VarLenFeature(dtypes.int32),
1231 parsing_ops.VarLenFeature(dtypes.float32),
1413 return {self.name: parsing_ops.VarLenFeature(self.dtype)}
2094 return {self.name: parsing_ops.VarLenFeature(self.dtype)}
3277 parse_spec2 = parsing_ops.VarLenFeature(dtype=dtypes.string)
[all …]
Dfeature_column.py2781 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
2832 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
2884 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
2936 return {self.key: parsing_ops.VarLenFeature(dtypes.int64)}
2993 config[self.weight_feature_key] = parsing_ops.VarLenFeature(self.dtype)
3048 config.update({key: parsing_ops.VarLenFeature(dtypes.string)})
Dsequence_feature_column.py406 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
Dfeature_column_v2.py3319 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
3428 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
3548 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
3666 return {self.key: parsing_ops.VarLenFeature(dtypes.int64)}
3781 config[self.weight_feature_key] = parsing_ops.VarLenFeature(self.dtype)
3792 config[self.weight_feature_key] = parsing_ops.VarLenFeature(self.dtype)
3918 config.update({key: parsing_ops.VarLenFeature(dtypes.string)})
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dgrappler_test.py45 features = {"x": parsing_ops.VarLenFeature(dtypes.int64)}
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dparsing_ops.py52 parsing_ops.VarLenFeature, parsing_ops.SparseFeature,

12