Home
last modified time | relevance | path

Searched refs:LimitedArraySlice (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h48 class LimitedArraySlice {
52 LimitedArraySlice(T* begin, size_t num_elements) in LimitedArraySlice() function
164 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end()
Dparse_example.cc53 using tf::example::LimitedArraySlice;
197 LimitedArraySlice<tf::int64> slice(out_p, num_elements); in FastParseSerializedExample()
206 LimitedArraySlice<float> slice(out_p, num_elements); in FastParseSerializedExample()
216 LimitedArraySlice<tstring> slice(out_p, num_elements); in FastParseSerializedExample()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc48 class LimitedArraySlice { class
52 LimitedArraySlice(T* begin, size_t num_elements) in LimitedArraySlice() function in tensorflow::example::__anonf28cf4740111::LimitedArraySlice
170 tstring* construct_at_end(LimitedArraySlice<tstring>* bytes_list) { in construct_at_end()
684 LimitedArraySlice<int64> slice(out_p, num_elements); in FastParseSerializedExample()
693 LimitedArraySlice<float> slice(out_p, num_elements); in FastParseSerializedExample()
702 LimitedArraySlice<tstring> slice(out_p, num_elements); in FastParseSerializedExample()
1597 LimitedArraySlice<int64> slice(out_p, num_elements); in FastParseSingleExample()
1606 LimitedArraySlice<float> slice(out_p, num_elements); in FastParseSingleExample()
1615 LimitedArraySlice<tstring> slice(out_p, num_elements); in FastParseSingleExample()