Enum tfdeploy::ops::Input [] [src]

pub enum Input {
    Owned(Matrix),
    Shared(Arc<Matrix>),
}

Variants

Methods

impl Input
[src]

[src]

[src]

Methods from Deref<Target = Matrix>

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Input
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Input
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<M> From<M> for Input where
    Matrix: From<M>, 
[src]

[src]

Performs the conversion.

impl From<Arc<Matrix>> for Input
[src]

[src]

Performs the conversion.

impl Deref for Input
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl PartialEq for Input
[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 !=.

Auto Trait Implementations

impl Send for Input

impl Sync for Input