| 33 | HostPlatform::~HostPlatform() {} |
| 34 | |
| 35 | Platform::Id HostPlatform::id() const { return kHostPlatformId; } |
| 36 | |
| 37 | int HostPlatform::VisibleDeviceCount() const { |
| 38 | return std::thread::hardware_concurrency(); |
no outgoing calls
no test coverage detected