Searched refs:CopyOrMoveBlock (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | example_proto_fast_parsing.cc | 151 void CopyOrMoveBlock(const tstring* b, const tstring* e, tstring* t) { in CopyOrMoveBlock() function
|
D | example_proto_fast_parsing.h | 417 void CopyOrMoveBlock(const T* b, const T* e, T* t) { in CopyOrMoveBlock() function 421 void CopyOrMoveBlock(const tstring* b, const tstring* e, tstring* t);
|
D | parse_example.cc | 50 using tf::example::CopyOrMoveBlock; 99 CopyOrMoveBlock(list_ptr, list_ptr + num_elems, data); in FillAndCopyVarLen()
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 988 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()
|