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