[][src]Enum tensorflow_sys::TF_AttrType

#[repr(u32)]pub enum TF_AttrType {
    TF_ATTR_STRING,
    TF_ATTR_INT,
    TF_ATTR_FLOAT,
    TF_ATTR_BOOL,
    TF_ATTR_TYPE,
    TF_ATTR_SHAPE,
    TF_ATTR_TENSOR,
    TF_ATTR_PLACEHOLDER,
    TF_ATTR_FUNC,
}

Variants

TF_ATTR_STRING
TF_ATTR_INT
TF_ATTR_FLOAT
TF_ATTR_BOOL
TF_ATTR_TYPE
TF_ATTR_SHAPE
TF_ATTR_TENSOR
TF_ATTR_PLACEHOLDER
TF_ATTR_FUNC

Trait Implementations

impl Clone for TF_AttrType[src]

impl Copy for TF_AttrType[src]

impl Debug for TF_AttrType[src]

impl Eq for TF_AttrType[src]

impl Hash for TF_AttrType[src]

impl PartialEq<TF_AttrType> for TF_AttrType[src]

impl StructuralEq for TF_AttrType[src]

impl StructuralPartialEq for TF_AttrType[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.