Struct tensorflow::ops::BlockLSTMGradInst
source · pub struct BlockLSTMGradInst {
pub op: Operation,
}
Expand description
An instance of ‘BlockLSTMGrad’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BlockLSTMGrad Operation in a Tensorflow graph.
Implementations§
source§impl BlockLSTMGradInst
impl BlockLSTMGradInst
sourcepub fn cs_prev_grad(&self) -> Output
pub fn cs_prev_grad(&self) -> Output
Returns the ‘cs_prev_grad’ Output of this ‘BlockLSTMGrad’ operation.
sourcepub fn h_prev_grad(&self) -> Output
pub fn h_prev_grad(&self) -> Output
Returns the ‘h_prev_grad’ Output of this ‘BlockLSTMGrad’ operation.
sourcepub fn wci_grad(&self) -> Output
pub fn wci_grad(&self) -> Output
Returns the ‘wci_grad’ Output of this ‘BlockLSTMGrad’ operation.
sourcepub fn wcf_grad(&self) -> Output
pub fn wcf_grad(&self) -> Output
Returns the ‘wcf_grad’ Output of this ‘BlockLSTMGrad’ operation.
sourcepub fn wco_grad(&self) -> Output
pub fn wco_grad(&self) -> Output
Returns the ‘wco_grad’ Output of this ‘BlockLSTMGrad’ operation.
sourcepub fn seq_len_max(&self) -> Input<'_>
pub fn seq_len_max(&self) -> Input<'_>
Returns the ‘seq_len_max’ Input of this ‘BlockLSTMGrad’ operation.
sourcepub fn cs_prev(&self) -> Input<'_>
pub fn cs_prev(&self) -> Input<'_>
Returns the ‘cs_prev’ Input of this ‘BlockLSTMGrad’ operation.
sourcepub fn h_prev(&self) -> Input<'_>
pub fn h_prev(&self) -> Input<'_>
Returns the ‘h_prev’ Input of this ‘BlockLSTMGrad’ operation.
Trait Implementations§
source§impl Clone for BlockLSTMGradInst
impl Clone for BlockLSTMGradInst
source§fn clone(&self) -> BlockLSTMGradInst
fn clone(&self) -> BlockLSTMGradInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BlockLSTMGradInst
impl Debug for BlockLSTMGradInst
source§impl From<BlockLSTMGradInst> for Operation
impl From<BlockLSTMGradInst> for Operation
source§fn from(inst: BlockLSTMGradInst) -> Operation
fn from(inst: BlockLSTMGradInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BlockLSTMGradInst
impl Send for BlockLSTMGradInst
impl Sync for BlockLSTMGradInst
impl Unpin for BlockLSTMGradInst
impl UnwindSafe for BlockLSTMGradInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more