Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/kernel_tests/
Dparse_single_example_op_test.py116 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None:
153 parsing_ops.FixedLenFeature(
156 parsing_ops.FixedLenFeature(
159 parsing_ops.FixedLenFeature(
169 parsing_ops.FixedLenFeature(
172 parsing_ops.FixedLenFeature(
178 parsing_ops.FixedLenFeature(
212 "a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32)
229 "a": parsing_ops.FixedLenFeature(None, dtypes.float32)
441 parsing_ops.FixedLenFeature((1, 2, 1), dtype=dtypes.float32),
[all …]
Dparsing_ops_test.py105 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None:
146 parsing_ops.FixedLenFeature(
149 parsing_ops.FixedLenFeature(
152 parsing_ops.FixedLenFeature(
162 parsing_ops.FixedLenFeature((1, 3),
166 parsing_ops.FixedLenFeature(
172 parsing_ops.FixedLenFeature((2,), dtype=dtypes.float32),
216 "a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32)
236 "a": parsing_ops.FixedLenFeature(None, dtypes.float32)
462 parsing_ops.FixedLenFeature(
[all …]
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-fixed-len-feature.pbtxt1 path: "tensorflow.FixedLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
Dtensorflow.io.-fixed-len-feature.pbtxt1 path: "tensorflow.io.FixedLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
Dtensorflow.io.pbtxt4 name: "FixedLenFeature"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.-fixed-len-feature.pbtxt1 path: "tensorflow.io.FixedLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
Dtensorflow.io.pbtxt4 name: "FixedLenFeature"
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration_test.cc69 std::vector<FixedLenFeature> dense_vec; in TEST_F()
79 std::vector<FixedLenFeature> dense_vec; in TEST_F()
94 std::vector<FixedLenFeature> dense_vec; in TEST_F()
109 std::vector<FixedLenFeature> dense_vec; in TEST_F()
200 std::vector<FixedLenFeature> fixed_len_features; in TEST_F()
207 const FixedLenFeature& f = fixed_len_features[0]; in TEST_F()
Dexample_parser_configuration.h43 std::vector<FixedLenFeature>* fixed_len_features,
51 std::vector<FixedLenFeature>* fixed_len_features,
Dexample_parser_configuration.cc47 std::vector<FixedLenFeature>* fixed_len_features, in ExtractExampleParserConfiguration()
122 FixedLenFeature& config = (*fixed_len_features)[i]; in ExtractExampleParserConfiguration()
165 std::vector<FixedLenFeature>* fixed_len_features, in ExampleParserConfigurationProtoToFeatureVectors()
173 FixedLenFeature f; in ExampleParserConfigurationProtoToFeatureVectors()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparse_example_dataset_test.py103 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None:
138 parsing_ops.FixedLenFeature(
141 parsing_ops.FixedLenFeature(
144 parsing_ops.FixedLenFeature(
156 parsing_ops.FixedLenFeature(
159 parsing_ops.FixedLenFeature(
165 parsing_ops.FixedLenFeature(
198 {"a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32)},
210 {"a": parsing_ops.FixedLenFeature(None, dtypes.float32)},
409 parsing_ops.FixedLenFeature((1, 2, 1), dtype=dtypes.float32),
[all …]
Dmake_batched_features_dataset_test.py94 "file": parsing_ops.FixedLenFeature([], dtypes.int64),
95 "record": parsing_ops.FixedLenFeature([], dtypes.int64),
232 "file": parsing_ops.FixedLenFeature([], dtypes.int64),
233 "record": parsing_ops.FixedLenFeature([], dtypes.int64),
235 "label": parsing_ops.FixedLenFeature([], dtypes.string),
Dreader_dataset_ops_test_base.py90 "file": parsing_ops.FixedLenFeature([], dtypes.int64),
91 "record": parsing_ops.FixedLenFeature([], dtypes.int64),
93 "label": parsing_ops.FixedLenFeature([], dtypes.string),
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper_test.cc39 FixedLenFeature int64_dense_config; in SetUp()
47 FixedLenFeature float_dense_config; in SetUp()
55 FixedLenFeature string_dense_config; in SetUp()
80 std::vector<FixedLenFeature> dense_vec_;
103 std::vector<FixedLenFeature> empty_dense_vec; in TEST_F()
129 std::vector<FixedLenFeature> empty_dense_vec; in TEST_F()
Dexample_proto_helper.h40 struct FixedLenFeature { struct
79 const std::vector<FixedLenFeature>& fixed_len_features,
113 const std::vector<FixedLenFeature>& fixed_len_features,
Dexample_proto_helper.cc220 const std::vector<FixedLenFeature>& fixed_len_features, in SingleExampleProtoToTensors()
229 const FixedLenFeature& feature_config = fixed_len_features[d]; in SingleExampleProtoToTensors()
323 const std::vector<FixedLenFeature>& fixed_len_features, in BatchExampleProtoToTensors()
347 const FixedLenFeature& config = fixed_len_features[d]; in BatchExampleProtoToTensors()
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py47 FixedLenFeature = parsing_config.FixedLenFeature variable
310 VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature,
554 context_features, [VarLenFeature, FixedLenFeature, RaggedFeature])
789 context_features, [VarLenFeature, FixedLenFeature, RaggedFeature])
Dparsing_config.py299 class FixedLenFeature(collections.namedtuple( class
314 return super(FixedLenFeature, cls).__new__(
516 elif isinstance(feature, FixedLenFeature):
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_vectorization_benchmark.py83 "dense_int": parsing_ops.FixedLenFeature((), dtypes.int64, 0),
84 "dense_str": parsing_ops.FixedLenFeature((), dtypes.string, ""),
/external/tensorflow/tensorflow/python/util/
Dexample_parser_configuration_test.py87 'x': parsing_ops.FixedLenFeature([1], dtypes.float32, 33.0),
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dparsing_ops.py53 parsing_ops.FixedLenFeature, parsing_ops.FixedLenSequenceFeature,
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_vectorization_test.py446 "dense_int": parsing_ops.FixedLenFeature((), dtypes.int64, 0),
447 "dense_str": parsing_ops.FixedLenFeature((), dtypes.string, ""),
/external/tensorflow/tensorflow/python/tools/
Dfreeze_graph_test.py134 feature_name: parsing_ops.FixedLenFeature(shape=[],
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py339 'aaa': parsing_ops.FixedLenFeature((2, 3), dtype=dtypes.int32)
519 'aaa': parsing_ops.FixedLenFeature((2,), dtype=dtypes.int32)
1077 'a': parsing_ops.FixedLenFeature((2,), dtype=dtypes.int32),
2905 parse_spec1 = parsing_ops.FixedLenFeature(
2916 parse_spec1 = parsing_ops.FixedLenFeature(
2925 parse_spec1 = parsing_ops.FixedLenFeature(
2938 parse_spec1 = parsing_ops.FixedLenFeature(
2952 parse_spec1 = parsing_ops.FixedLenFeature(
2964 parse_spec1 = parsing_ops.FixedLenFeature(
Dfeature_column_test.py264 'aaa': parsing_ops.FixedLenFeature((2, 3), dtype=dtypes.int32)
420 'aaa': parsing_ops.FixedLenFeature((2,), dtype=dtypes.int32)
967 'a': parsing_ops.FixedLenFeature((2,), dtype=dtypes.int32),
3256 parse_spec1 = parsing_ops.FixedLenFeature(
3266 parse_spec1 = parsing_ops.FixedLenFeature(
3274 parse_spec1 = parsing_ops.FixedLenFeature(
3285 parse_spec1 = parsing_ops.FixedLenFeature(
3297 parse_spec1 = parsing_ops.FixedLenFeature(
3307 parse_spec1 = parsing_ops.FixedLenFeature(

12