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

Function GetStepAllocator

tensorflow/core/framework/device_base.h:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 // in a future release.
199 ABSL_DEPRECATED("Use `this->GetAllocator()` or `this->GetScopedAllocator()`.")
200 Allocator* GetStepAllocator(AllocatorAttributes attr, ResourceMgr*) {
201 return GetAllocator(attr);
202 }
203
204 // Return an Allocator prepared for use in particular places by graph
205 // optimization

Callers

nothing calls this directly

Calls 1

GetAllocatorFunction · 0.70

Tested by

no test coverage detected