pub struct TensorNumbersLib;Expand description
Registered number-domain library that installs the numbers/tensor domain.
Loading this Lib registers the tensor number domain and its value class,
the placeholder literal and value shapes, and the tensor constructor
operations (tensor, scalar, vec, mat, index, reshape, slice,
map). Specialized element-type backends layer on top through the
SpecTensor interface.
Implementations§
Trait Implementations§
Source§impl Default for TensorNumbersLib
impl Default for TensorNumbersLib
Auto Trait Implementations§
impl Freeze for TensorNumbersLib
impl RefUnwindSafe for TensorNumbersLib
impl Send for TensorNumbersLib
impl Sync for TensorNumbersLib
impl Unpin for TensorNumbersLib
impl UnsafeUnpin for TensorNumbersLib
impl UnwindSafe for TensorNumbersLib
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