Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/example/
Dexample.proto37 // 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: {
Dfeature.proto24 // value { bytes_list {
38 // value { bytes_list {
79 BytesList bytes_list = 1; field
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()
Dfeature_util.cc85 return feature.bytes_list().value(); in GetFeatureValues()
/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/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.cc119 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 …]
Dexample_proto_helper.cc96 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/
Dtest_utils.py44 return feature_pb2.Feature(bytes_list=string_to_bytes(encoded))
49 return feature_pb2.Feature(bytes_list=feature_pb2.BytesList(value=[value]))
Dtfexample_decoder_test.py54 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/
Dmeta_graph_transform.py477 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/
Dmeta_graph.proto97 // 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/
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/grappler/
Dgrappler_item_builder.cc346 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/
Dconvert_to_records.py37 return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.proto47 BytesList bytes_list = 6; field
/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/contrib/eager/python/examples/revnet/
Dcifar_tfrecords.py60 return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
Dsequence_feature_column_integration_test.py50 feat.bytes_list.value.extend([compat.as_bytes(str(val))] * val)
/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_integration_test.py50 feat.bytes_list.value.extend([compat.as_bytes(str(val))] * val)
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_vectorization_benchmark.py68 bytes_list=feature_pb2.BytesList(
/external/tensorflow/tensorflow/contrib/cloud/python/ops/
Dbigquery_reader_ops_test.py90 example.features.feature["string_col"].bytes_list.value.append(

12