Enum tensorflow_sys::TF_Code [] [src]

#[repr(u32)]
pub enum TF_Code { TF_OK, TF_CANCELLED, TF_UNKNOWN, TF_INVALID_ARGUMENT, TF_DEADLINE_EXCEEDED, TF_NOT_FOUND, TF_ALREADY_EXISTS, TF_PERMISSION_DENIED, TF_UNAUTHENTICATED, TF_RESOURCE_EXHAUSTED, TF_FAILED_PRECONDITION, TF_ABORTED, TF_OUT_OF_RANGE, TF_UNIMPLEMENTED, TF_INTERNAL, TF_UNAVAILABLE, TF_DATA_LOSS, }

Variants

Trait Implementations

impl Debug for TF_Code
[src]

[src]

Formats the value using the given formatter.

impl Copy for TF_Code
[src]

impl Clone for TF_Code
[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_Code
[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_Code
[src]

impl Hash for TF_Code
[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