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

Function GetAllocStats

tensorflow/compiler/xrt/xrt_state.cc:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67BufferAllocStats* GetAllocStats() {
68 static BufferAllocStats* stats = new BufferAllocStats();
69 return stats;
70}
71
72Status AllocateScopedShapedBuffer(
73 XRTMemoryManager* memory_manager, xla::Backend* backend, int device_ordinal,

Callers 2

XRTBufferAllocationMethod · 0.85
~XRTBufferAllocationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected