| 2404 | } |
| 2405 | |
| 2406 | Status Close() override { |
| 2407 | this->ReleaseStream(); |
| 2408 | return Status::OK(); |
| 2409 | } |
| 2410 | |
| 2411 | DeviceAllocationType device_type() const override { return this->get_device_type(); } |
| 2412 |
nothing calls this directly
no test coverage detected