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

Method TracksAllocationSizes

tensorflow/core/framework/tracking_allocator.cc:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool TrackingAllocator::TracksAllocationSizes() const {
197 return track_sizes_locally_ || allocator_->TracksAllocationSizes();
198}
199
200size_t TrackingAllocator::RequestedSize(const void* ptr) const {
201 if (track_sizes_locally_) {

Callers 5

TrackingAllocatorMethod · 0.45
AllocateRawMethod · 0.45
BatchAllocateRawMethod · 0.45
DeallocateRawMethod · 0.45
DeallocateRawAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected