pub type ProviderType = ProviderId;Expand description
Alias for provider types (same as ProviderId)
Aliased Type§
pub enum ProviderType {
CPU,
GPU,
WebAssembly,
BitNet,
Custom(u32),
}pub type ProviderType = ProviderId;Alias for provider types (same as ProviderId)
pub enum ProviderType {
CPU,
GPU,
WebAssembly,
BitNet,
Custom(u32),
}