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