| 114 | |
| 115 | LocalClient* client() const { return client_; } |
| 116 | se::DeviceMemoryAllocator* allocator() const { return allocator_; } |
| 117 | tensorflow::Allocator* host_memory_allocator() const { |
| 118 | return host_memory_allocator_.get(); |
| 119 | } |
no outgoing calls