Struct tensorflow::ops::BlockLSTMGradV2Inst
source · pub struct BlockLSTMGradV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘BlockLSTMGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BlockLSTMGradV2 Operation in a Tensorflow graph.
Implementations§
source§impl BlockLSTMGradV2Inst
impl BlockLSTMGradV2Inst
sourcepub fn x_grad(&self) -> Output
pub fn x_grad(&self) -> Output
Returns the ‘x_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn cs_prev_grad(&self) -> Output
pub fn cs_prev_grad(&self) -> Output
Returns the ‘cs_prev_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn h_prev_grad(&self) -> Output
pub fn h_prev_grad(&self) -> Output
Returns the ‘h_prev_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn w_grad(&self) -> Output
pub fn w_grad(&self) -> Output
Returns the ‘w_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn wci_grad(&self) -> Output
pub fn wci_grad(&self) -> Output
Returns the ‘wci_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn wcf_grad(&self) -> Output
pub fn wcf_grad(&self) -> Output
Returns the ‘wcf_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn wco_grad(&self) -> Output
pub fn wco_grad(&self) -> Output
Returns the ‘wco_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn b_grad(&self) -> Output
pub fn b_grad(&self) -> Output
Returns the ‘b_grad’ Output of this ‘BlockLSTMGradV2’ operation.
sourcepub fn seq_len_max(&self) -> Input<'_>
pub fn seq_len_max(&self) -> Input<'_>
Returns the ‘seq_len_max’ Input of this ‘BlockLSTMGradV2’ operation.
sourcepub fn cs_prev(&self) -> Input<'_>
pub fn cs_prev(&self) -> Input<'_>
Returns the ‘cs_prev’ Input of this ‘BlockLSTMGradV2’ operation.
sourcepub fn h_prev(&self) -> Input<'_>
pub fn h_prev(&self) -> Input<'_>
Returns the ‘h_prev’ Input of this ‘BlockLSTMGradV2’ operation.
Trait Implementations§
source§impl Clone for BlockLSTMGradV2Inst
impl Clone for BlockLSTMGradV2Inst
source§fn clone(&self) -> BlockLSTMGradV2Inst
fn clone(&self) -> BlockLSTMGradV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more