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
sourceimpl 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
sourceimpl Clone for BlockLSTMGradV2Inst
impl Clone for BlockLSTMGradV2Inst
sourcefn clone(&self) -> BlockLSTMGradV2Inst
fn clone(&self) -> BlockLSTMGradV2Inst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BlockLSTMGradV2Inst
impl Debug for BlockLSTMGradV2Inst
sourceimpl From<BlockLSTMGradV2Inst> for Operation
impl From<BlockLSTMGradV2Inst> for Operation
sourcefn from(inst: BlockLSTMGradV2Inst) -> Operation
fn from(inst: BlockLSTMGradV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for BlockLSTMGradV2Inst
impl Send for BlockLSTMGradV2Inst
impl Sync for BlockLSTMGradV2Inst
impl Unpin for BlockLSTMGradV2Inst
impl UnwindSafe for BlockLSTMGradV2Inst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more