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

Method AllocationId

tensorflow/core/framework/allocator.h:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 int64 AllocationId(const void* ptr) const override {
273 return wrapped_->AllocationId(ptr);
274 }
275
276 size_t AllocatedSizeSlow(const void* ptr) const override {
277 return wrapped_->AllocatedSizeSlow(ptr);

Callers

nothing calls this directly

Calls 1

AllocationIdMethod · 0.45

Tested by

no test coverage detected