pub struct CudnnRNNBackpropV2Inst {
    pub op: Operation,
}
Expand description

An instance of ‘CudnnRNNBackpropV2’ Operation with it’s Outputs and Inputs exposed as methods.

Fields§

§op: Operation

An instance of a fully built CudnnRNNBackpropV2 Operation in a Tensorflow graph.

Implementations§

source§

impl CudnnRNNBackpropV2Inst

source

pub fn input_backprop(&self) -> Output

Returns the ‘input_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn input_h_backprop(&self) -> Output

Returns the ‘input_h_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn input_c_backprop(&self) -> Output

Returns the ‘input_c_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn params_backprop(&self) -> Output

Returns the ‘params_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn input(&self) -> Input<'_>

Returns the ‘input’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn input_h(&self) -> Input<'_>

Returns the ‘input_h’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn input_c(&self) -> Input<'_>

Returns the ‘input_c’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn params(&self) -> Input<'_>

Returns the ‘params’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn output(&self) -> Input<'_>

Returns the ‘output’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn output_h(&self) -> Input<'_>

Returns the ‘output_h’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn output_c(&self) -> Input<'_>

Returns the ‘output_c’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn output_backprop(&self) -> Input<'_>

Returns the ‘output_backprop’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn output_h_backprop(&self) -> Input<'_>

Returns the ‘output_h_backprop’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn output_c_backprop(&self) -> Input<'_>

Returns the ‘output_c_backprop’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn reserve_space(&self) -> Input<'_>

Returns the ‘reserve_space’ Input of this ‘CudnnRNNBackpropV2’ operation.

source

pub fn host_reserved(&self) -> Input<'_>

Returns the ‘host_reserved’ Input of this ‘CudnnRNNBackpropV2’ operation.

Trait Implementations§

source§

impl Clone for CudnnRNNBackpropV2Inst

source§

fn clone(&self) -> CudnnRNNBackpropV2Inst

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CudnnRNNBackpropV2Inst

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<CudnnRNNBackpropV2Inst> for Operation

source§

fn from(inst: CudnnRNNBackpropV2Inst) -> Operation

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.