pub struct SystemCapabilities {
pub cuda_transpilation: bool,
pub gpu_acceleration: bool,
pub wasm_support: bool,
pub performance_monitoring: bool,
pub memory_pooling: bool,
pub auto_fallback: bool,
pub batch_processing: bool,
pub precision_f16: bool,
pub precision_f32: bool,
pub precision_f64: bool,
}
Expand description
System capabilities
Fields§
§cuda_transpilation: bool
§gpu_acceleration: bool
§wasm_support: bool
§performance_monitoring: bool
§memory_pooling: bool
§auto_fallback: bool
§batch_processing: bool
§precision_f16: bool
§precision_f32: bool
§precision_f64: bool
Trait Implementations§
Source§impl Clone for SystemCapabilities
impl Clone for SystemCapabilities
Source§fn clone(&self) -> SystemCapabilities
fn clone(&self) -> SystemCapabilities
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SystemCapabilities
impl RefUnwindSafe for SystemCapabilities
impl Send for SystemCapabilities
impl Sync for SystemCapabilities
impl Unpin for SystemCapabilities
impl UnwindSafe for SystemCapabilities
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more