pub struct BitTensorLib;Expand description
Registered library that installs the bit-packed boolean tensor backend.
Loading this Lib registers a SpecTensor descriptor binding the
bool element type to the BitTensor storage, so the base tensor domain
can construct and round-trip boolean tensors through packed u64 words.
Implementations§
Trait Implementations§
Source§impl Default for BitTensorLib
impl Default for BitTensorLib
Auto Trait Implementations§
impl Freeze for BitTensorLib
impl RefUnwindSafe for BitTensorLib
impl Send for BitTensorLib
impl Sync for BitTensorLib
impl Unpin for BitTensorLib
impl UnsafeUnpin for BitTensorLib
impl UnwindSafe for BitTensorLib
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