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