Struct tensorflow::ops::CudnnRNNBackpropInst
source · pub struct CudnnRNNBackpropInst {
pub op: Operation,
}
Expand description
An instance of ‘CudnnRNNBackprop’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built CudnnRNNBackprop Operation in a Tensorflow graph.
Implementations§
source§impl CudnnRNNBackpropInst
impl CudnnRNNBackpropInst
sourcepub fn input_backprop(&self) -> Output
pub fn input_backprop(&self) -> Output
Returns the ‘input_backprop’ Output of this ‘CudnnRNNBackprop’ operation.
sourcepub fn input_h_backprop(&self) -> Output
pub fn input_h_backprop(&self) -> Output
Returns the ‘input_h_backprop’ Output of this ‘CudnnRNNBackprop’ operation.
sourcepub fn input_c_backprop(&self) -> Output
pub fn input_c_backprop(&self) -> Output
Returns the ‘input_c_backprop’ Output of this ‘CudnnRNNBackprop’ operation.
sourcepub fn params_backprop(&self) -> Output
pub fn params_backprop(&self) -> Output
Returns the ‘params_backprop’ Output of this ‘CudnnRNNBackprop’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn input_h(&self) -> Input<'_>
pub fn input_h(&self) -> Input<'_>
Returns the ‘input_h’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn input_c(&self) -> Input<'_>
pub fn input_c(&self) -> Input<'_>
Returns the ‘input_c’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn params(&self) -> Input<'_>
pub fn params(&self) -> Input<'_>
Returns the ‘params’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn output(&self) -> Input<'_>
pub fn output(&self) -> Input<'_>
Returns the ‘output’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn output_h(&self) -> Input<'_>
pub fn output_h(&self) -> Input<'_>
Returns the ‘output_h’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn output_c(&self) -> Input<'_>
pub fn output_c(&self) -> Input<'_>
Returns the ‘output_c’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn output_backprop(&self) -> Input<'_>
pub fn output_backprop(&self) -> Input<'_>
Returns the ‘output_backprop’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn output_h_backprop(&self) -> Input<'_>
pub fn output_h_backprop(&self) -> Input<'_>
Returns the ‘output_h_backprop’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn output_c_backprop(&self) -> Input<'_>
pub fn output_c_backprop(&self) -> Input<'_>
Returns the ‘output_c_backprop’ Input of this ‘CudnnRNNBackprop’ operation.
sourcepub fn reserve_space(&self) -> Input<'_>
pub fn reserve_space(&self) -> Input<'_>
Returns the ‘reserve_space’ Input of this ‘CudnnRNNBackprop’ operation.
Trait Implementations§
source§impl Clone for CudnnRNNBackpropInst
impl Clone for CudnnRNNBackpropInst
source§fn clone(&self) -> CudnnRNNBackpropInst
fn clone(&self) -> CudnnRNNBackpropInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more