Home
last modified time | relevance | path

Searched refs:construct_at_end (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h69 T& construct_at_end() { in construct_at_end() function
164 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end() function
168 return &bytes_list->construct_at_end(); in construct_at_end()
170 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end() function
192 tstring* bytes = construct_at_end(bytes_list); in ParseBytesList()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc69 T& construct_at_end() { in construct_at_end() function in tensorflow::example::__anonf28cf4740111::LimitedArraySlice
170 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end() function in tensorflow::example::__anonf28cf4740111::parsed::Feature
174 return &bytes_list->construct_at_end(); in construct_at_end()
176 tstring* construct_at_end(SmallVector<tstring>* bytes_list) { in construct_at_end() function in tensorflow::example::__anonf28cf4740111::parsed::Feature
198 tstring* bytes = construct_at_end(bytes_list); in ParseBytesList()