Struct rai_core::primitives::NotEqual
source · pub struct NotEqual;
Trait Implementations§
source§impl PartialEq for NotEqual
impl PartialEq for NotEqual
source§impl Primitive for NotEqual
impl Primitive for NotEqual
fn clone_boxed(&self) -> Box<dyn Primitive>
fn as_any(&self) -> &dyn Any
fn jvp( &self, output: &Tensor, _primals: &[Tensor], _tangents: &[Tensor] ) -> Tensor
fn vjp( &self, _output: &Tensor, primals: &[Tensor], _cotangent: &Tensor ) -> Vec<Tensor>
fn dot_label(&self) -> String
impl Copy for NotEqual
impl Eq for NotEqual
impl StructuralPartialEq for NotEqual
Auto Trait Implementations§
impl Freeze for NotEqual
impl RefUnwindSafe for NotEqual
impl Send for NotEqual
impl Sync for NotEqual
impl Unpin for NotEqual
impl UnwindSafe for NotEqual
Blanket Implementations§
source§impl<T, M> ApplyModule<M> for Twhere
M: Module<Input = T>,
impl<T, M> ApplyModule<M> for Twhere
M: Module<Input = T>,
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