Home
last modified time | relevance | path

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

123

/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.py115 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None:
154 parsing_ops.FixedLenFeature(
157 parsing_ops.FixedLenFeature(
160 parsing_ops.FixedLenFeature(
170 parsing_ops.FixedLenFeature(
173 parsing_ops.FixedLenFeature(
179 parsing_ops.FixedLenFeature((2,), dtype=dtypes.float32),
223 "a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32)
243 "a": parsing_ops.FixedLenFeature(None, dtypes.float32)
462 parsing_ops.FixedLenFeature((1, 2, 1), dtype=dtypes.float32),
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparse_example_dataset_test.py105 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None:
139 parsing_ops.FixedLenFeature(
142 parsing_ops.FixedLenFeature(
145 parsing_ops.FixedLenFeature(
157 parsing_ops.FixedLenFeature(
160 parsing_ops.FixedLenFeature(
166 parsing_ops.FixedLenFeature(
199 {"a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32)},
210 {"a": parsing_ops.FixedLenFeature(None, dtypes.float32)},
404 parsing_ops.FixedLenFeature((1, 2, 1), dtype=dtypes.float32),
[all …]
Dmake_batched_features_dataset_test.py90 "file": parsing_ops.FixedLenFeature([], dtypes.int64),
91 "record": parsing_ops.FixedLenFeature([], dtypes.int64),
223 "file": parsing_ops.FixedLenFeature([], dtypes.int64),
224 "record": parsing_ops.FixedLenFeature([], dtypes.int64),
226 "label": parsing_ops.FixedLenFeature([], dtypes.string),
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dio_ops.py31 class FixedLenFeature(object): class
61 @tc.returns(tc.Dict(string_types, parsing_ops.FixedLenFeature))
62 @tc.accepts(tc.Mapping(string_types, FixedLenFeature))
74 unlabeled_features[name] = parsing_ops.FixedLenFeature(
80 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
118 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
Dio_ops_test.py58 'a': io_ops.FixedLenFeature([], dtypes.int64),
59 'b': io_ops.FixedLenFeature([('x', 3)], dtypes.int64)
90 features = {'a': io_ops.FixedLenFeature([('x', None)], dtypes.int64)}
/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()
121 FixedLenFeature& config = (*fixed_len_features)[i]; in ExtractExampleParserConfiguration()
164 std::vector<FixedLenFeature>* fixed_len_features, in ExampleParserConfigurationProtoToFeatureVectors()
172 FixedLenFeature f; in ExampleParserConfigurationProtoToFeatureVectors()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.io.-fixed-len-feature.pbtxt1 path: "tensorflow.io.FixedLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>"
Dtensorflow.-fixed-len-feature.pbtxt1 path: "tensorflow.FixedLenFeature"
3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.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_ops.FixedLenFeature\'>"
4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>"
/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.h39 struct FixedLenFeature { struct
78 const std::vector<FixedLenFeature>& fixed_len_features,
112 const std::vector<FixedLenFeature>& fixed_len_features,
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dimagenet_input.py111 'image/encoded': tf.FixedLenFeature((), tf.string, ''),
112 'image/format': tf.FixedLenFeature((), tf.string, 'jpeg'),
113 'image/class/label': tf.FixedLenFeature([], tf.int64, -1),
114 'image/class/text': tf.FixedLenFeature([], tf.string, ''),
Dcifar_input.py72 "image": tf.FixedLenFeature([], tf.string),
73 "label": tf.FixedLenFeature([], tf.int64),
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder_test.py122 parsing_ops.FixedLenFeature(
125 parsing_ops.FixedLenFeature(
272 parsing_ops.FixedLenFeature(
302 'array': parsing_ops.FixedLenFeature(np_array.shape, dtypes.float32)
325 'array': parsing_ops.FixedLenFeature(np_array.shape, dtypes.int64)
373 parsing_ops.FixedLenFeature(np_array.shape, dtype=dtypes.int64),
633 parsing_ops.FixedLenFeature(
665 parsing_ops.FixedLenFeature(
719 parsing_ops.FixedLenFeature(
722 parsing_ops.FixedLenFeature(
[all …]
Ddataset_data_provider_test.py53 parsing_ops.FixedLenFeature(
56 parsing_ops.FixedLenFeature(
59 parsing_ops.FixedLenFeature(
DREADME.md80 `tf.FixedLenFeature` or `tf.VarLenFeature`. Consequently, to decode a
88 the a map of `TFExample` keys to either `tf.FixedLenFeature` or
101 'image/encoded': tf.FixedLenFeature((), tf.string, default_value=''),
102 'image/format': tf.FixedLenFeature((), tf.string, default_value='raw'),
103 'image/class/label': tf.FixedLenFeature(
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dinput_pipeline_test.py136 TrainEvalFeatures.TIMES: parsing_ops.FixedLenFeature(
138 TrainEvalFeatures.VALUES: parsing_ops.FixedLenFeature(
225 TrainEvalFeatures.TIMES: parsing_ops.FixedLenFeature(
227 TrainEvalFeatures.VALUES: parsing_ops.FixedLenFeature(
304 TrainEvalFeatures.TIMES: parsing_ops.FixedLenFeature(
306 TrainEvalFeatures.VALUES: parsing_ops.FixedLenFeature(
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py135 class FixedLenFeature(collections.namedtuple( class
150 return super(FixedLenFeature, cls).__new__(
262 elif isinstance(feature, FixedLenFeature):
263 if FixedLenFeature not in types:
803 [VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature])
1067 [VarLenFeature, FixedLenFeature, FixedLenSequenceFeature, SparseFeature])
1259 context_features, [VarLenFeature, FixedLenFeature])
1593 context_features, [VarLenFeature, FixedLenFeature])
2000 [VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature])
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
Dfully_connected_reader.py53 'image_raw': tf.FixedLenFeature([], tf.string),
54 'label': tf.FixedLenFeature([], tf.int64),
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py136 FixedLenFeature = _io_ops.FixedLenFeature variable
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_test.py753 "rvc": parsing_ops.FixedLenFeature([1], dtype=dtypes.float32)
758 "rvc": parsing_ops.FixedLenFeature([1], dtype=dtypes.int32)
902 parsing_ops.FixedLenFeature([1], dtype=dtypes.float32),
904 parsing_ops.FixedLenFeature([5], dtype=dtypes.float32),
906 parsing_ops.FixedLenFeature([1], dtype=dtypes.float32),
908 parsing_ops.FixedLenFeature([4], dtype=dtypes.float32),
979 parsing_ops.FixedLenFeature(
982 parsing_ops.FixedLenFeature(
987 parsing_ops.FixedLenFeature(
990 parsing_ops.FixedLenFeature(
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_vectorization_benchmark.py85 "dense_int": parsing_ops.FixedLenFeature((), dtypes.int64, 0),
86 "dense_str": parsing_ops.FixedLenFeature((), dtypes.string, ""),

123