pub struct NdarrayCompiler {}Expand description
The ndarray-backed CPU compilation backend.
Implementations§
Trait Implementations§
Source§impl Clone for NdarrayCompiler
impl Clone for NdarrayCompiler
Source§fn clone(&self) -> NdarrayCompiler
fn clone(&self) -> NdarrayCompiler
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NdarrayCompiler
impl Debug for NdarrayCompiler
Source§impl Default for NdarrayCompiler
impl Default for NdarrayCompiler
Source§fn default() -> NdarrayCompiler
fn default() -> NdarrayCompiler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NdarrayCompiler
impl RefUnwindSafe for NdarrayCompiler
impl Send for NdarrayCompiler
impl Sync for NdarrayCompiler
impl Unpin for NdarrayCompiler
impl UnsafeUnpin for NdarrayCompiler
impl UnwindSafe for NdarrayCompiler
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