| 2409 | } |
| 2410 | |
| 2411 | Status Close() override { |
| 2412 | this->ReleaseStream(); |
| 2413 | return Status::OK(); |
| 2414 | } |
| 2415 | |
| 2416 | DeviceAllocationType device_type() const override { return this->get_device_type(); } |
| 2417 |
nothing calls this directly
no test coverage detected