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