Struct tensorflow::ops::CudnnRNNBackpropV2Inst
source · 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
impl CudnnRNNBackpropV2Inst
sourcepub fn input_backprop(&self) -> Output
pub fn input_backprop(&self) -> Output
Returns the ‘input_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn input_h_backprop(&self) -> Output
pub fn input_h_backprop(&self) -> Output
Returns the ‘input_h_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn input_c_backprop(&self) -> Output
pub fn input_c_backprop(&self) -> Output
Returns the ‘input_c_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn params_backprop(&self) -> Output
pub fn params_backprop(&self) -> Output
Returns the ‘params_backprop’ Output of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn input_h(&self) -> Input<'_>
pub fn input_h(&self) -> Input<'_>
Returns the ‘input_h’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn input_c(&self) -> Input<'_>
pub fn input_c(&self) -> Input<'_>
Returns the ‘input_c’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn params(&self) -> Input<'_>
pub fn params(&self) -> Input<'_>
Returns the ‘params’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn output(&self) -> Input<'_>
pub fn output(&self) -> Input<'_>
Returns the ‘output’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn output_h(&self) -> Input<'_>
pub fn output_h(&self) -> Input<'_>
Returns the ‘output_h’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn output_c(&self) -> Input<'_>
pub fn output_c(&self) -> Input<'_>
Returns the ‘output_c’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn output_backprop(&self) -> Input<'_>
pub fn output_backprop(&self) -> Input<'_>
Returns the ‘output_backprop’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn output_h_backprop(&self) -> Input<'_>
pub fn output_h_backprop(&self) -> Input<'_>
Returns the ‘output_h_backprop’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn output_c_backprop(&self) -> Input<'_>
pub fn output_c_backprop(&self) -> Input<'_>
Returns the ‘output_c_backprop’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn reserve_space(&self) -> Input<'_>
pub fn reserve_space(&self) -> Input<'_>
Returns the ‘reserve_space’ Input of this ‘CudnnRNNBackpropV2’ operation.
sourcepub fn host_reserved(&self) -> Input<'_>
pub fn host_reserved(&self) -> Input<'_>
Returns the ‘host_reserved’ Input of this ‘CudnnRNNBackpropV2’ operation.
Trait Implementations§
source§impl Clone for CudnnRNNBackpropV2Inst
impl Clone for CudnnRNNBackpropV2Inst
source§fn clone(&self) -> CudnnRNNBackpropV2Inst
fn clone(&self) -> CudnnRNNBackpropV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more