MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CopyOrMoveBlock

Function CopyOrMoveBlock

tensorflow/core/util/example_proto_fast_parsing.cc:916–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914
915template <typename T>
916void CopyOrMoveBlock(const T* b, const T* e, T* t) {
917 std::copy(b, e, t);
918}
919template <>
920void CopyOrMoveBlock(const tstring* b, const tstring* e, tstring* t) {
921 std::move(b, e, t);

Callers 2

FillAndCopyVarLenFunction · 0.85
FastParseSingleExampleFunction · 0.85

Calls 1

copyFunction · 0.50

Tested by

no test coverage detected