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