#include <DeviceSpec.hpp>
Definition at line 14 of file DeviceSpec.hpp.
◆ DeviceSpec() [1/2]
◆ DeviceSpec() [2/2]
Definition at line 20 of file DeviceSpec.hpp.
21 : m_SupportedBackends{supportedBackends} {}
◆ ~DeviceSpec()
◆ AddSupportedBackends()
void AddSupportedBackends |
( |
const BackendIdSet & |
backendIds, |
|
|
bool |
isDynamic = false |
|
) |
| |
|
inline |
◆ ClearDynamicBackends()
void ClearDynamicBackends |
( |
| ) |
|
|
inline |
Definition at line 39 of file DeviceSpec.hpp.
Referenced by Runtime::~Runtime().
41 for (
const auto&
id : m_DynamicBackends)
43 m_SupportedBackends.erase(
id);
45 m_DynamicBackends.clear();
◆ GetDynamicBackends()
◆ GetSupportedBackends()
The documentation for this class was generated from the following file: