pub struct StatelessRandomGetKeyCounterAlgInst {
pub op: Operation,
}
Expand description
An instance of ‘StatelessRandomGetKeyCounterAlg’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built StatelessRandomGetKeyCounterAlg Operation in a Tensorflow graph.
Implementations§
source§impl StatelessRandomGetKeyCounterAlgInst
impl StatelessRandomGetKeyCounterAlgInst
sourcepub fn key(&self) -> Output
pub fn key(&self) -> Output
Returns the ‘key’ Output of this ‘StatelessRandomGetKeyCounterAlg’ operation.
sourcepub fn counter(&self) -> Output
pub fn counter(&self) -> Output
Returns the ‘counter’ Output of this ‘StatelessRandomGetKeyCounterAlg’ operation.
Trait Implementations§
source§impl Clone for StatelessRandomGetKeyCounterAlgInst
impl Clone for StatelessRandomGetKeyCounterAlgInst
source§fn clone(&self) -> StatelessRandomGetKeyCounterAlgInst
fn clone(&self) -> StatelessRandomGetKeyCounterAlgInst
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<StatelessRandomGetKeyCounterAlgInst> for Operation
impl From<StatelessRandomGetKeyCounterAlgInst> for Operation
source§fn from(inst: StatelessRandomGetKeyCounterAlgInst) -> Operation
fn from(inst: StatelessRandomGetKeyCounterAlgInst) -> Operation
Converts to this type from the input type.