/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-var-len-feature.pbtxt | 1 path: "tensorflow.VarLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>"
|
D | tensorflow.io.-var-len-feature.pbtxt | 1 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/ |
D | tensorflow.io.-var-len-feature.pbtxt | 1 path: "tensorflow.io.VarLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_config.VarLenFeature\'>"
|
D | tensorflow.io.pbtxt | 28 name: "VarLenFeature"
|
/external/tensorflow/tensorflow/core/example/ |
D | example_parser_configuration_test.cc | 70 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()
|
D | example_parser_configuration.h | 44 std::vector<VarLenFeature>* var_len_features); 52 std::vector<VarLenFeature>* var_len_features);
|
D | example_parser_configuration.cc | 48 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/ |
D | example_proto_helper_test.cc | 64 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()
|
D | example_proto_helper.h | 49 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,
|
D | example_proto_helper.cc | 221 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/ |
D | feature_column_test.py | 59 '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/ |
D | parsing_ops.py | 44 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/ |
D | parsing_ops_test.py | 107 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 …]
|
D | parse_single_example_op_test.py | 118 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/ |
D | map_vectorization_benchmark.py | 85 "sparse_int": parsing_ops.VarLenFeature(dtypes.int64), 86 "sparse_str": parsing_ops.VarLenFeature(dtypes.string),
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parse_example_dataset_test.py | 107 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),
|
D | make_batched_features_dataset_test.py | 234 "keywords": parsing_ops.VarLenFeature(dtypes.string),
|
/external/tensorflow/tensorflow/python/util/ |
D | example_parser_configuration_test.py | 88 'y': parsing_ops.VarLenFeature(dtypes.string)
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 823 '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 …]
|
D | feature_column_test.py | 700 '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 …]
|
D | feature_column.py | 2781 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)})
|
D | sequence_feature_column.py | 406 return {self.key: parsing_ops.VarLenFeature(self.dtype)}
|
D | feature_column_v2.py | 3319 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/ |
D | grappler_test.py | 45 features = {"x": parsing_ops.VarLenFeature(dtypes.int64)}
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | parsing_ops.py | 52 parsing_ops.VarLenFeature, parsing_ops.SparseFeature,
|