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