Enum tract_pulse::internal::tract_core::ops::matmul::mir_quant::QParamKind
Variants§
Implementations§
Trait Implementations§
§impl Clone for QParamKind
impl Clone for QParamKind
§fn clone(&self) -> QParamKind
fn clone(&self) -> QParamKind
Returns a copy 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 more§impl Debug for QParamKind
impl Debug for QParamKind
§impl From<AttrOrInput> for QParamKind
impl From<AttrOrInput> for QParamKind
§fn from(at: AttrOrInput) -> QParamKind
fn from(at: AttrOrInput) -> QParamKind
Converts to this type from the input type.
§impl From<Tensor> for QParamKind
impl From<Tensor> for QParamKind
§fn from(t: Tensor) -> QParamKind
fn from(t: Tensor) -> QParamKind
Converts to this type from the input type.
§impl From<usize> for QParamKind
impl From<usize> for QParamKind
§fn from(o: usize) -> QParamKind
fn from(o: usize) -> QParamKind
Converts to this type from the input type.
§impl Hash for QParamKind
impl Hash for QParamKind
§impl PartialEq<QParamKind> for QParamKind
impl PartialEq<QParamKind> for QParamKind
§fn eq(&self, other: &QParamKind) -> bool
fn eq(&self, other: &QParamKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for QParamKind
impl StructuralEq for QParamKind
impl StructuralPartialEq for QParamKind
Auto Trait Implementations§
impl RefUnwindSafe for QParamKind
impl Send for QParamKind
impl Sync for QParamKind
impl Unpin for QParamKind
impl UnwindSafe for QParamKind
Blanket Implementations§
source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
source§fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.