/external/tensorflow/tensorflow/core/example/ |
D | example.proto | 37 // value { bytes_list { 51 // value { bytes_list { 107 // both movies. Note, that "actors" is itself a bytes_list with multiple 114 // bytes_list: { 130 // bytes_list: { 156 // bytes_list: { 161 // bytes_list: { 171 // bytes_list: { 176 // bytes_list: {
|
D | feature.proto | 24 // value { bytes_list { 38 // value { bytes_list { 79 BytesList bytes_list = 1; field
|
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()
|
D | feature_util.cc | 85 return feature.bytes_list().value(); in GetFeatureValues()
|
/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/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 | 119 bool ParseBytesList(Result* bytes_list) { in ParseBytesList() argument 120 DCHECK(bytes_list != nullptr); in ParseBytesList() 138 bytes_list->push_back(std::move(bytes)); in ParseBytesList() 453 SmallVector<string> bytes_list; member 712 if (!feature.ParseBytesList(&out.bytes_list)) { in FastParseSerializedExample() 715 if (out.bytes_list.size() % num_elements != 0) { in FastParseSerializedExample() 716 return shape_error(out.bytes_list.size(), "bytes"); in FastParseSerializedExample() 719 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample() 783 if (!feature.ParseBytesList(&out.bytes_list)) { in FastParseSerializedExample() 787 out.example_end_indices.push_back(out.bytes_list.size()); 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/contrib/slim/python/slim/data/ |
D | test_utils.py | 44 return feature_pb2.Feature(bytes_list=string_to_bytes(encoded)) 49 return feature_pb2.Feature(bytes_list=feature_pb2.BytesList(value=[value]))
|
D | tfexample_decoder_test.py | 54 return feature_pb2.Feature(bytes_list=BytesList(encoded)) 60 return feature_pb2.Feature(bytes_list=feature_pb2.BytesList(value=values)) 64 return feature_pb2.Feature(bytes_list=feature_pb2.BytesList(value=[value])) 848 bytes_list=feature_pb2.BytesList(
|
/external/tensorflow/tensorflow/contrib/meta_graph_transform/ |
D | meta_graph_transform.py | 477 collection.bytes_list.value[:] = [ 478 s for s in base_collection.bytes_list.value 483 s for s in base_collection.bytes_list.value 601 collection_key, collection.bytes_list)) 622 if not collection.bytes_list.value: 628 for value in collection.bytes_list.value:
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 97 // strings will be stored as bytes_list. 106 // bytes_list { 119 // bytes_list { 175 // bytes_list { 204 BytesList bytes_list = 2; field
|
/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/grappler/ |
D | grappler_item_builder.cc | 346 for (const auto& raw_var : vars.bytes_list().value()) { in GrapplerItemFromMetaGraphDef() 405 for (const auto& raw_path : file_paths.bytes_list().value()) { in GrapplerItemFromMetaGraphDef() 417 for (const auto& raw : vars.bytes_list().value()) { in GrapplerItemFromMetaGraphDef() 558 for (const auto& raw : savers.bytes_list().value()) { in GrapplerItemFromMetaGraphDef()
|
/external/tensorflow/tensorflow/examples/how_tos/reading_data/ |
D | convert_to_records.py | 37 return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | hparam.proto | 47 BytesList bytes_list = 6; field
|
/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/contrib/eager/python/examples/revnet/ |
D | cifar_tfrecords.py | 60 return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))
|
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column_integration_test.py | 50 feat.bytes_list.value.extend([compat.as_bytes(str(val))] * val)
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | sequence_feature_column_integration_test.py | 50 feat.bytes_list.value.extend([compat.as_bytes(str(val))] * val)
|
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | map_vectorization_benchmark.py | 68 bytes_list=feature_pb2.BytesList(
|
/external/tensorflow/tensorflow/contrib/cloud/python/ops/ |
D | bigquery_reader_ops_test.py | 90 example.features.feature["string_col"].bytes_list.value.append(
|