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

Method AllocatedSize

tensorflow/core/framework/allocator.h:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 size_t AllocatedSize(const void* ptr) const override {
269 return wrapped_->AllocatedSize(ptr);
270 }
271
272 int64 AllocationId(const void* ptr) const override {
273 return wrapped_->AllocationId(ptr);

Callers

nothing calls this directly

Calls 1

AllocatedSizeMethod · 0.45

Tested by

no test coverage detected