Struct ella_tensor::row::TensorBuilder
source · pub struct TensorBuilder<T: TensorValue, S: Shape> { /* private fields */ }Implementations§
source§impl<T, S> TensorBuilder<T, S>where
T: TensorValue,
S: Shape,
impl<T, S> TensorBuilder<T, S>where T: TensorValue, S: Shape,
Trait Implementations§
source§impl<T: Clone + TensorValue, S: Clone + Shape> Clone for TensorBuilder<T, S>
impl<T: Clone + TensorValue, S: Clone + Shape> Clone for TensorBuilder<T, S>
source§fn clone(&self) -> TensorBuilder<T, S>
fn clone(&self) -> TensorBuilder<T, S>
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 moresource§impl<T: Debug + TensorValue, S: Debug + Shape> Debug for TensorBuilder<T, S>
impl<T: Debug + TensorValue, S: Debug + Shape> Debug for TensorBuilder<T, S>
source§impl<T, S> RowBatchBuilder<Tensor<T, S>> for TensorBuilder<T, S>where
T: TensorValue,
S: Shape,
impl<T, S> RowBatchBuilder<Tensor<T, S>> for TensorBuilder<T, S>where T: TensorValue, S: Shape,
Auto Trait Implementations§
impl<T, S> RefUnwindSafe for TensorBuilder<T, S>where S: RefUnwindSafe, T: RefUnwindSafe, <T as TensorValue>::Array: RefUnwindSafe,
impl<T, S> Send for TensorBuilder<T, S>
impl<T, S> Sync for TensorBuilder<T, S>
impl<T, S> Unpin for TensorBuilder<T, S>where S: Unpin, T: Unpin,
impl<T, S> UnwindSafe for TensorBuilder<T, S>where S: UnwindSafe, T: UnwindSafe, <T as TensorValue>::Array: RefUnwindSafe,
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