Enum tensorflow_sys::TF_DataType [] [src]

#[repr(u32)]
pub enum TF_DataType { TF_FLOAT, TF_DOUBLE, TF_INT32, TF_UINT8, TF_INT16, TF_INT8, TF_STRING, TF_COMPLEX64, TF_INT64, TF_BOOL, TF_QINT8, TF_QUINT8, TF_QINT32, TF_BFLOAT16, TF_QINT16, TF_QUINT16, TF_UINT16, TF_COMPLEX128, TF_HALF, TF_RESOURCE, TF_VARIANT, }

Variants

Trait Implementations

impl Debug for TF_DataType
[src]

[src]

Formats the value using the given formatter.

impl Copy for TF_DataType
[src]

impl Clone for TF_DataType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TF_DataType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for TF_DataType
[src]

impl Hash for TF_DataType
[src]

[src]

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

1.3.0
[src]

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