Enum tflite::model::TensorType[][src]

#[repr(u32)]pub enum TensorType {
    TensorType_FLOAT32,
    TensorType_FLOAT16,
    TensorType_INT32,
    TensorType_UINT8,
    TensorType_INT64,
    TensorType_STRING,
    TensorType_BOOL,
    TensorType_INT16,
    TensorType_COMPLEX64,
    TensorType_INT8,
}

Variants

TensorType_FLOAT32
TensorType_FLOAT16
TensorType_INT32
TensorType_UINT8
TensorType_INT64
TensorType_STRING
TensorType_BOOL
TensorType_INT16
TensorType_COMPLEX64
TensorType_INT8

Implementations

impl TensorType[src]

impl TensorType[src]

Trait Implementations

impl Clone for TensorType[src]

impl Copy for TensorType[src]

impl Debug for TensorType[src]

impl Eq for TensorType[src]

impl Hash for TensorType[src]

impl PartialEq<TensorType> for TensorType[src]

impl StructuralEq for TensorType[src]

impl StructuralPartialEq for TensorType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.