| 88 | // Accessors for the various objects. |
| 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 | } |
no outgoing calls