Enum image2tensor::TensorType [−][src]
pub enum TensorType {
F16,
F32,
U8,
I32,
}Variants
Trait Implementations
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
Mutably borrows from an owned value. Read more