/external/tensorflow/tensorflow/core/kernels/fuzzing/corpus/decode_json_example/ |
D | 013a29ea098a178f8a36741c9fd91144 | 12 bytes_list: { 28 bytes_list: {
|
D | d456ee029700adef5d28438593010223 | 1 …bytes_list:{value:"VGhlIFNoYXdzaGFuayBSZWRlbXB0aW9u",value:"RmlnaHQgQ2x1Yg=="}}},feature:{movie_ra…
|
/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | example_proto_fast_parsing.h | 164 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
|
D | example_proto_fast_parsing.cc | 53 std::move(src->bytes_list.begin(), src->bytes_list.end(), in CopySparseBufferToTensor() 166 return buffer.bytes_list; in GetListFromBuffer()
|
D | parse_example.cc | 274 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/ |
D | example.proto | 39 // 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: {
|
D | feature.proto | 24 // value { bytes_list { 38 // value { bytes_list { 81 BytesList bytes_list = 1; field
|
D | feature_util.cc | 92 return feature.bytes_list().value(); in GetFeatureValues() 98 return feature.bytes_list().value(); in GetFeatureValues()
|
D | feature_util_test.cc | 205 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/ |
D | example_proto_fast_parsing_test.cc | 228 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()
|
D | example_proto_fast_parsing.cc | 170 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 …]
|
D | example_proto_helper.cc | 96 const BytesList& values = feature.bytes_list(); in FeatureDenseCopy() 136 const BytesList& values = feature.bytes_list(); in FeatureSparseCopy()
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/ |
D | decode_json_example.dict | 3 "bytes_list"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-feature.pbtxt | 6 name: "bytes_list"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-feature.pbtxt | 6 name: "bytes_list"
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 102 // 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/ |
D | grappler_item_builder.cc | 446 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/ |
D | reader_dataset_ops_test_base.py | 116 bytes_list=feature_pb2.BytesList( 120 bytes_list=feature_pb2.BytesList(
|
/external/tensorflow/tensorflow/python/keras/feature_column/ |
D | sequence_feature_column_integration_test.py | 56 feat.bytes_list.value.extend([compat.as_bytes(str(val))] * val)
|
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | map_vectorization_benchmark.py | 66 bytes_list=feature_pb2.BytesList(
|
/external/tensorflow/tensorflow/tools/gcs_test/python/ |
D | gcs_smoke.py | 47 ex.features.feature["id"].bytes_list.value.append(bytes(ids[row, 0]))
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_cli.py | 593 example.features.feature[feature_name].bytes_list.value.extend( 596 example.features.feature[feature_name].bytes_list.value.extend(
|
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph.py | 852 for value in col_def.bytes_list.value: 870 for value in col_def.bytes_list.value:
|
D | convert_to_constants.py | 952 for raw in meta_graph.collection_def["variables"].bytes_list.value: 957 meta_graph.collection_def[name].bytes_list.value[:] = raw_list
|
D | test_util.py | 248 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):
|