/external/tensorflow/tensorflow/python/kernel_tests/ |
D | parse_single_example_op_test.py | 116 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 …]
|
D | parsing_ops_test.py | 105 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/ |
D | tensorflow.-fixed-len-feature.pbtxt | 1 path: "tensorflow.FixedLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
|
D | tensorflow.io.-fixed-len-feature.pbtxt | 1 path: "tensorflow.io.FixedLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
|
D | tensorflow.io.pbtxt | 4 name: "FixedLenFeature"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.-fixed-len-feature.pbtxt | 1 path: "tensorflow.io.FixedLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_config.FixedLenFeature\'>"
|
D | tensorflow.io.pbtxt | 4 name: "FixedLenFeature"
|
/external/tensorflow/tensorflow/core/example/ |
D | example_parser_configuration_test.cc | 69 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()
|
D | example_parser_configuration.h | 43 std::vector<FixedLenFeature>* fixed_len_features, 51 std::vector<FixedLenFeature>* fixed_len_features,
|
D | example_parser_configuration.cc | 47 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/ |
D | parse_example_dataset_test.py | 103 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 …]
|
D | make_batched_features_dataset_test.py | 94 "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),
|
D | reader_dataset_ops_test_base.py | 90 "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/ |
D | example_proto_helper_test.cc | 39 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()
|
D | example_proto_helper.h | 40 struct FixedLenFeature { struct 79 const std::vector<FixedLenFeature>& fixed_len_features, 113 const std::vector<FixedLenFeature>& fixed_len_features,
|
D | example_proto_helper.cc | 220 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/ |
D | parsing_ops.py | 47 FixedLenFeature = parsing_config.FixedLenFeature variable 310 VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature, 554 context_features, [VarLenFeature, FixedLenFeature, RaggedFeature]) 789 context_features, [VarLenFeature, FixedLenFeature, RaggedFeature])
|
D | parsing_config.py | 299 class FixedLenFeature(collections.namedtuple( class 314 return super(FixedLenFeature, cls).__new__( 516 elif isinstance(feature, FixedLenFeature):
|
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | map_vectorization_benchmark.py | 83 "dense_int": parsing_ops.FixedLenFeature((), dtypes.int64, 0), 84 "dense_str": parsing_ops.FixedLenFeature((), dtypes.string, ""),
|
/external/tensorflow/tensorflow/python/util/ |
D | example_parser_configuration_test.py | 87 'x': parsing_ops.FixedLenFeature([1], dtypes.float32, 33.0),
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | parsing_ops.py | 53 parsing_ops.FixedLenFeature, parsing_ops.FixedLenSequenceFeature,
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | map_vectorization_test.py | 446 "dense_int": parsing_ops.FixedLenFeature((), dtypes.int64, 0), 447 "dense_str": parsing_ops.FixedLenFeature((), dtypes.string, ""),
|
/external/tensorflow/tensorflow/python/tools/ |
D | freeze_graph_test.py | 134 feature_name: parsing_ops.FixedLenFeature(shape=[],
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 339 '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(
|
D | feature_column_test.py | 264 '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(
|