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
sourceimpl 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
sourceimpl Clone for CudnnRNNParamsSizeInst
impl Clone for CudnnRNNParamsSizeInst
sourcefn clone(&self) -> CudnnRNNParamsSizeInst
fn clone(&self) -> CudnnRNNParamsSizeInst
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 CudnnRNNParamsSizeInst
impl Debug for CudnnRNNParamsSizeInst
sourceimpl From<CudnnRNNParamsSizeInst> for Operation
impl From<CudnnRNNParamsSizeInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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