| 186 | const Shape& on_host_shape() const { return on_host_shape_; } |
| 187 | const Shape& on_device_shape() const { return on_device_shape_; } |
| 188 | std::shared_ptr<Device> device() const { return device_; } |
| 189 | const std::string& platform_name() const { return client_->platform_name(); } |
| 190 | std::shared_ptr<PyLocalClient> client() const { return client_; } |
| 191 |
no outgoing calls