Struct tensorflow::ops::StatelessRandomGetKeyCounter
source · pub struct StatelessRandomGetKeyCounter { /* private fields */ }
Expand description
Builder for the StatelessRandomGetKeyCounter
operation.
Implementations§
source§impl StatelessRandomGetKeyCounter
impl StatelessRandomGetKeyCounter
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
seed: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, seed: O0, scope: &mut Scope ) -> Result<Operation>
Builds the StatelessRandomGetKeyCounter
operation.
sourcepub fn build_instance(
&self,
seed: Output,
scope: &mut Scope
) -> Result<StatelessRandomGetKeyCounterInst>
pub fn build_instance( &self, seed: Output, scope: &mut Scope ) -> Result<StatelessRandomGetKeyCounterInst>
Builds a new instance of ‘StatelessRandomGetKeyCounter’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for StatelessRandomGetKeyCounter
impl Debug for StatelessRandomGetKeyCounter
source§impl Default for StatelessRandomGetKeyCounter
impl Default for StatelessRandomGetKeyCounter
source§fn default() -> StatelessRandomGetKeyCounter
fn default() -> StatelessRandomGetKeyCounter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StatelessRandomGetKeyCounter
impl Send for StatelessRandomGetKeyCounter
impl Sync for StatelessRandomGetKeyCounter
impl Unpin for StatelessRandomGetKeyCounter
impl UnwindSafe for StatelessRandomGetKeyCounter
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