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