pub struct GRUBlockCellInst {
    pub op: Operation,
}Expand description
An instance of ‘GRUBlockCell’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: OperationAn instance of a fully built GRUBlockCell Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
Source§impl Clone for GRUBlockCellInst
 
impl Clone for GRUBlockCellInst
Source§fn clone(&self) -> GRUBlockCellInst
 
fn clone(&self) -> GRUBlockCellInst
Returns a duplicate 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 GRUBlockCellInst
 
impl Debug for GRUBlockCellInst
Source§impl From<GRUBlockCellInst> for Operation
 
impl From<GRUBlockCellInst> for Operation
Source§fn from(inst: GRUBlockCellInst) -> Operation
 
fn from(inst: GRUBlockCellInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GRUBlockCellInst
impl RefUnwindSafe for GRUBlockCellInst
impl Send for GRUBlockCellInst
impl Sync for GRUBlockCellInst
impl Unpin for GRUBlockCellInst
impl UnwindSafe for GRUBlockCellInst
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