30 Initialize(preferredBackends, deviceSpec);
74 availablePreferredBackends.push_back(backend);
77 return availablePreferredBackends;
88 const DeviceSpec& spec = *PolymorphicDowncast<const DeviceSpec*>(&deviceSpec);
92 template<
typename Collection>
93 bool IsBackendInCollection(
const BackendId& backend,
const Collection& collection)
const
95 return std::find(collection.begin(), collection.end(), backend) != collection.end();