Enum image2tensor::TensorType
source · pub enum TensorType {
F16,
F32,
U8,
I32,
}
Variants§
Trait Implementations§
source§impl Clone for TensorType
impl Clone for TensorType
source§fn clone(&self) -> TensorType
fn clone(&self) -> TensorType
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 Debug for TensorType
impl Debug for TensorType
impl Copy for TensorType
Auto Trait Implementations§
impl RefUnwindSafe for TensorType
impl Send for TensorType
impl Sync for TensorType
impl Unpin for TensorType
impl UnwindSafe for TensorType
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