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