Enum tensorflow_sys::TF_AttrType [] [src]

#[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

Trait Implementations

impl Debug for TF_AttrType
[src]

Formats the value using the given formatter.

impl Copy for TF_AttrType
[src]

impl Clone for TF_AttrType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TF_AttrType
[src]

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

This method tests for !=.

impl Eq for TF_AttrType
[src]

impl Hash for TF_AttrType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more