pub enum TensorIoMode {
None,
Input,
Output,
}
Expand description
Tensor IO mode.
Variants§
Trait Implementations§
Source§impl Clone for TensorIoMode
impl Clone for TensorIoMode
Source§fn clone(&self) -> TensorIoMode
fn clone(&self) -> TensorIoMode
Returns a duplicate 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 Debug for TensorIoMode
impl Debug for TensorIoMode
Source§impl PartialEq for TensorIoMode
impl PartialEq for TensorIoMode
impl Copy for TensorIoMode
impl Eq for TensorIoMode
impl StructuralPartialEq for TensorIoMode
Auto Trait Implementations§
impl Freeze for TensorIoMode
impl RefUnwindSafe for TensorIoMode
impl Send for TensorIoMode
impl Sync for TensorIoMode
impl Unpin for TensorIoMode
impl UnwindSafe for TensorIoMode
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