pub struct TensorPartition {
pub inputs: Vec<Option<TensorView>>,
pub outputs: Vec<Option<TensorView>>,
}Fields§
§inputs: Vec<Option<TensorView>>§outputs: Vec<Option<TensorView>>Trait Implementations§
Source§impl Clone for TensorPartition
impl Clone for TensorPartition
Source§fn clone(&self) -> TensorPartition
fn clone(&self) -> TensorPartition
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 moreAuto Trait Implementations§
impl Freeze for TensorPartition
impl RefUnwindSafe for TensorPartition
impl Send for TensorPartition
impl Sync for TensorPartition
impl Unpin for TensorPartition
impl UnsafeUnpin for TensorPartition
impl UnwindSafe for TensorPartition
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