MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/core/lib/gtl/flatrep.h:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 // Used by FreshInsert when we should move from source.
296 struct MoveEntry {
297 inline void operator()(Bucket* dst, uint32 dsti, Bucket* src, uint32 srci) {
298 dst->MoveFrom(dsti, src, srci);
299 src->Destroy(srci);
300 src->marker[srci] = kDeleted;
301 }
302 };
303
304 template <typename Copier>

Callers

nothing calls this directly

Calls 2

MoveFromMethod · 0.45
DestroyMethod · 0.45

Tested by

no test coverage detected