Enum tfdeploy::tensor::DatumType[][src]

pub enum DatumType {
    U8,
    I8,
    I32,
    F32,
    F64,
    TDim,
    String,
}

Variants

Methods

impl DatumType
[src]

Important traits for &'a [u8]

Trait Implementations

impl IntoExp<TypeFact> for DatumType
[src]

Converts the value to an Expression.

impl<'a> IntoExp<TypeFact> for &'a DatumType
[src]

Converts the value to an Expression.

impl IntoExpression<ConstantExpression<TypeFact>> for DatumType
[src]

Converts DatumType to ConstantExpression.

Converts the value to an Expression.

impl<'a> IntoExpression<ConstantExpression<TypeFact>> for &'a DatumType
[src]

Converts &DatumType to ConstantExpression.

Converts the value to an Expression.

impl Debug for DatumType
[src]

Formats the value using the given formatter. Read more

impl Copy for DatumType
[src]

impl Clone for DatumType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DatumType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DatumType

impl Sync for DatumType