Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc901 void CopyOrMoveBlock(const T* b, const T* e, T* t) { in CopyOrMoveBlock() function
905 void CopyOrMoveBlock(const string* b, const string* e, string* t) { in CopyOrMoveBlock() function
941 CopyOrMoveBlock(list_ptr, list_ptr + num_elems, data); in FillAndCopyVarLen()
1517 CopyOrMoveBlock(out_temp.int64_list.begin(), in FastParseSingleExample()
1522 CopyOrMoveBlock(out_temp.float_list.begin(), in FastParseSingleExample()
1527 CopyOrMoveBlock(out_temp.bytes_list.begin(), in FastParseSingleExample()