| 89 | se::Platform* platform() const { return platform_; } |
| 90 | Compiler* compiler() const { return compiler_; } |
| 91 | se::DeviceMemoryAllocator* memory_allocator() const { |
| 92 | return memory_allocator_.get(); |
| 93 | } |
| 94 | std::shared_ptr<se::DeviceMemoryAllocator> shared_memory_allocator() const { |
| 95 | return memory_allocator_; |
| 96 | } |