Struct candle_core::error::MatMulUnexpectedStriding
source · pub struct MatMulUnexpectedStriding {
pub lhs_l: Layout,
pub rhs_l: Layout,
pub bmnk: (usize, usize, usize, usize),
pub msg: &'static str,
}Fields§
§lhs_l: Layout§rhs_l: Layout§bmnk: (usize, usize, usize, usize)§msg: &'static strTrait Implementations§
source§impl Clone for MatMulUnexpectedStriding
impl Clone for MatMulUnexpectedStriding
source§fn clone(&self) -> MatMulUnexpectedStriding
fn clone(&self) -> MatMulUnexpectedStriding
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 moreAuto Trait Implementations§
impl RefUnwindSafe for MatMulUnexpectedStriding
impl Send for MatMulUnexpectedStriding
impl Sync for MatMulUnexpectedStriding
impl Unpin for MatMulUnexpectedStriding
impl UnwindSafe for MatMulUnexpectedStriding
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