Home
last modified time | relevance | path

Searched defs:bytes_list (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h164 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end()
170 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end()
175 bool ParseBytesList(Result* bytes_list) { in ParseBytesList()
378 SmallVector<tstring> bytes_list; member
/external/tensorflow/tensorflow/core/example/
Dfeature.proto81 BytesList bytes_list = 1; field
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc228 BytesList* bytes_list = in ExampleWithSomeFeatures() local
366 BytesList* bytes_list = in Fuzz() local
Dexample_proto_fast_parsing.cc170 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end()
176 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end()
181 bool ParseBytesList(Result* bytes_list) { in ParseBytesList()
532 SmallVector<tstring> bytes_list; member
1627 SmallVector<tstring> bytes_list; in FastParseSingleExample() local
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto209 BytesList bytes_list = 2; field