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