Home
last modified time | relevance | path

Searched refs:bytes_list (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/fuzzing/corpus/decode_json_example/
D013a29ea098a178f8a36741c9fd9114412 bytes_list: {
28 bytes_list: {
Dd456ee029700adef5d284385930102231bytes_list:{value:"VGhlIFNoYXdzaGFuayBSZWRlbXB0aW9u",value:"RmlnaHQgQ2x1Yg=="}}},feature:{movie_ra…
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h164 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end() argument
165 if (bytes_list->EndDistance() <= 0) { in construct_at_end()
168 return &bytes_list->construct_at_end(); in construct_at_end()
170 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end() argument
171 return &bytes_list->emplace_back(); in construct_at_end()
175 bool ParseBytesList(Result* bytes_list) { in ParseBytesList() argument
176 DCHECK(bytes_list != nullptr); in ParseBytesList()
192 tstring* bytes = construct_at_end(bytes_list); in ParseBytesList()
378 SmallVector<tstring> bytes_list; member
Dexample_proto_fast_parsing.cc53 std::move(src->bytes_list.begin(), src->bytes_list.end(), in CopySparseBufferToTensor()
166 return buffer.bytes_list; in GetListFromBuffer()
Dparse_example.cc274 if (!feature.ParseBytesList(&out.bytes_list)) { in FastParseSerializedExample()
277 if (out.bytes_list.size() % num_elements != 0) { in FastParseSerializedExample()
278 return shape_error(out.bytes_list.size(), "byte"); in FastParseSerializedExample()
281 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()
323 if (!feature.ParseBytesList(&out.bytes_list)) { in FastParseSerializedExample()
327 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()
417 for (auto* begin = src->bytes_list.begin(); in CopySparseBufferToTensor()
418 begin != src->bytes_list.end(); begin++) { in CopySparseBufferToTensor()
/external/tensorflow/tensorflow/core/example/
Dexample.proto39 // value { bytes_list {
53 // value { bytes_list {
109 // both movies. Note, that "actors" is itself a bytes_list with multiple
116 // bytes_list: {
132 // bytes_list: {
158 // bytes_list: {
163 // bytes_list: {
173 // bytes_list: {
178 // bytes_list: {
Dfeature.proto24 // value { bytes_list {
38 // value { bytes_list {
81 BytesList bytes_list = 1; field
Dfeature_util.cc92 return feature.bytes_list().value(); in GetFeatureValues()
98 return feature.bytes_list().value(); in GetFeatureValues()
Dfeature_util_test.cc205 ASSERT_EQ(1, feature.bytes_list().value_size()); in TEST()
206 EXPECT_EQ("FOO", feature.bytes_list().value(0)); in TEST()
215 example.features().feature().at("tag").bytes_list().value_size()); in TEST()
217 example.features().feature().at("tag").bytes_list().value(0)); in TEST()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc228 BytesList* bytes_list = in ExampleWithSomeFeatures() local
231 bytes_list->add_value("bytes1"); in ExampleWithSomeFeatures()
232 bytes_list->add_value("bytes2"); in ExampleWithSomeFeatures()
366 BytesList* bytes_list = in Fuzz() local
370 bytes_list->add_value(RandStr(rng)); in Fuzz()
Dexample_proto_fast_parsing.cc170 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end() argument
171 if (bytes_list->EndDistance() <= 0) { in construct_at_end()
174 return &bytes_list->construct_at_end(); in construct_at_end()
176 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end() argument
177 return &bytes_list->emplace_back(); in construct_at_end()
181 bool ParseBytesList(Result* bytes_list) { in ParseBytesList() argument
182 DCHECK(bytes_list != nullptr); in ParseBytesList()
198 tstring* bytes = construct_at_end(bytes_list); in ParseBytesList()
532 SmallVector<tstring> bytes_list; member
759 if (!feature.ParseBytesList(&out.bytes_list)) { in FastParseSerializedExample()
[all …]
Dexample_proto_helper.cc96 const BytesList& values = feature.bytes_list(); in FeatureDenseCopy()
136 const BytesList& values = feature.bytes_list(); in FeatureSparseCopy()
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/
Ddecode_json_example.dict3 "bytes_list"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-feature.pbtxt6 name: "bytes_list"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-feature.pbtxt6 name: "bytes_list"
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto102 // strings will be stored as bytes_list.
111 // bytes_list {
124 // bytes_list {
180 // bytes_list {
209 BytesList bytes_list = 2; field
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc446 for (const auto& raw_var : vars.bytes_list().value()) { in GrapplerItemFromMetaGraphDef()
512 for (const auto& raw_path : file_paths.bytes_list().value()) { in GrapplerItemFromMetaGraphDef()
524 for (const auto& raw : vars.bytes_list().value()) { in GrapplerItemFromMetaGraphDef()
591 for (const auto& raw : savers.bytes_list().value()) { in GrapplerItemFromMetaGraphDef()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dreader_dataset_ops_test_base.py116 bytes_list=feature_pb2.BytesList(
120 bytes_list=feature_pb2.BytesList(
/external/tensorflow/tensorflow/python/keras/feature_column/
Dsequence_feature_column_integration_test.py56 feat.bytes_list.value.extend([compat.as_bytes(str(val))] * val)
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_vectorization_benchmark.py66 bytes_list=feature_pb2.BytesList(
/external/tensorflow/tensorflow/tools/gcs_test/python/
Dgcs_smoke.py47 ex.features.feature["id"].bytes_list.value.append(bytes(ids[row, 0]))
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py593 example.features.feature[feature_name].bytes_list.value.extend(
596 example.features.feature[feature_name].bytes_list.value.extend(
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py852 for value in col_def.bytes_list.value:
870 for value in col_def.bytes_list.value:
Dconvert_to_constants.py952 for raw in meta_graph.collection_def["variables"].bytes_list.value:
957 meta_graph.collection_def[name].bytes_list.value[:] = raw_list
Dtest_util.py248 len(a_value.bytes_list.value), len(b_value.bytes_list.value))
249 for (a_value_item, b_value_item) in zip(a_value.bytes_list.value,
250 b_value.bytes_list.value):

12