Struct tensorflow::ops::LSTMBlockCellGradInst
source · pub struct LSTMBlockCellGradInst {
pub op: Operation,
}
Expand description
An instance of ‘LSTMBlockCellGrad’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built LSTMBlockCellGrad Operation in a Tensorflow graph.
Implementations§
source§impl LSTMBlockCellGradInst
impl LSTMBlockCellGradInst
sourcepub fn cs_prev_grad(&self) -> Output
pub fn cs_prev_grad(&self) -> Output
Returns the ‘cs_prev_grad’ Output of this ‘LSTMBlockCellGrad’ operation.
sourcepub fn dicfo(&self) -> Output
pub fn dicfo(&self) -> Output
Returns the ‘dicfo’ Output of this ‘LSTMBlockCellGrad’ operation.
sourcepub fn wci_grad(&self) -> Output
pub fn wci_grad(&self) -> Output
Returns the ‘wci_grad’ Output of this ‘LSTMBlockCellGrad’ operation.
sourcepub fn wcf_grad(&self) -> Output
pub fn wcf_grad(&self) -> Output
Returns the ‘wcf_grad’ Output of this ‘LSTMBlockCellGrad’ operation.
sourcepub fn wco_grad(&self) -> Output
pub fn wco_grad(&self) -> Output
Returns the ‘wco_grad’ Output of this ‘LSTMBlockCellGrad’ operation.
sourcepub fn cs_prev(&self) -> Input<'_>
pub fn cs_prev(&self) -> Input<'_>
Returns the ‘cs_prev’ Input of this ‘LSTMBlockCellGrad’ operation.
sourcepub fn h_prev(&self) -> Input<'_>
pub fn h_prev(&self) -> Input<'_>
Returns the ‘h_prev’ Input of this ‘LSTMBlockCellGrad’ operation.
Trait Implementations§
source§impl Clone for LSTMBlockCellGradInst
impl Clone for LSTMBlockCellGradInst
source§fn clone(&self) -> LSTMBlockCellGradInst
fn clone(&self) -> LSTMBlockCellGradInst
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 LSTMBlockCellGradInst
impl Debug for LSTMBlockCellGradInst
source§impl From<LSTMBlockCellGradInst> for Operation
impl From<LSTMBlockCellGradInst> for Operation
source§fn from(inst: LSTMBlockCellGradInst) -> Operation
fn from(inst: LSTMBlockCellGradInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for LSTMBlockCellGradInst
impl Send for LSTMBlockCellGradInst
impl Sync for LSTMBlockCellGradInst
impl Unpin for LSTMBlockCellGradInst
impl UnwindSafe for LSTMBlockCellGradInst
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