pub enum ArrOgpuErr {
Show 32 variants
ModuleInit(String),
Init(String),
ArangeInit(String),
Allocate(String),
Matmul2D(String),
MatmulND(String),
Matmul(String),
Add(String),
Sub(String),
Mul(String),
Div(String),
DotProduct(String),
SumAxis(String),
Pow(String),
Abs(String),
Log2(String),
Powf(String),
Powi(String),
Sqrt(String),
Sin(String),
Cos(String),
Tan(String),
Indexing(String),
Broadcast(String),
Slicing(String),
ToShape(String),
Permute(String),
Contiguous(String),
NegativeIndexing(String),
Padding(String),
Poll(String, PollError),
Refactor(String),
}Variants§
ModuleInit(String)
Init(String)
ArangeInit(String)
Allocate(String)
Matmul2D(String)
MatmulND(String)
Matmul(String)
Add(String)
Sub(String)
Mul(String)
Div(String)
DotProduct(String)
SumAxis(String)
Pow(String)
Abs(String)
Log2(String)
Powf(String)
Powi(String)
Sqrt(String)
Sin(String)
Cos(String)
Tan(String)
Indexing(String)
Broadcast(String)
Slicing(String)
ToShape(String)
Permute(String)
Contiguous(String)
NegativeIndexing(String)
Padding(String)
Poll(String, PollError)
Refactor(String)
Implementations§
Source§impl ArrOgpuErr
impl ArrOgpuErr
pub fn refactor_err_0_1_0_5() -> ArrOgpuErr
Trait Implementations§
Source§impl Debug for ArrOgpuErr
impl Debug for ArrOgpuErr
Auto Trait Implementations§
impl Freeze for ArrOgpuErr
impl RefUnwindSafe for ArrOgpuErr
impl Send for ArrOgpuErr
impl Sync for ArrOgpuErr
impl Unpin for ArrOgpuErr
impl UnwindSafe for ArrOgpuErr
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