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