Home
last modified time | relevance | path

Searched refs:CopyOrMoveBlock (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.cc151 void CopyOrMoveBlock(const tstring* b, const tstring* e, tstring* t) { in CopyOrMoveBlock() function
Dexample_proto_fast_parsing.h417 void CopyOrMoveBlock(const T* b, const T* e, T* t) { in CopyOrMoveBlock() function
421 void CopyOrMoveBlock(const tstring* b, const tstring* e, tstring* t);
Dparse_example.cc50 using tf::example::CopyOrMoveBlock;
99 CopyOrMoveBlock(list_ptr, list_ptr + num_elems, data); in FillAndCopyVarLen()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc988 void CopyOrMoveBlock(const T* b, const T* e, T* t) { in CopyOrMoveBlock() function
992 void CopyOrMoveBlock(const tstring* b, const tstring* e, tstring* t) { in CopyOrMoveBlock() function
1028 CopyOrMoveBlock(list_ptr, list_ptr + num_elems, data); in FillAndCopyVarLen()
1748 CopyOrMoveBlock(int64_list.begin(), int64_list.end(), in FastParseSingleExample()
1760 CopyOrMoveBlock(bytes_list.begin(), bytes_list.end(), in FastParseSingleExample()