Struct tensorflow::ops::StatelessRandomGetAlg
source · [−]pub struct StatelessRandomGetAlg { /* private fields */ }
Expand description
Builder for the StatelessRandomGetAlg
operation.
Implementations
sourceimpl 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
sourceimpl Debug for StatelessRandomGetAlg
impl Debug for StatelessRandomGetAlg
sourceimpl Default for StatelessRandomGetAlg
impl Default for StatelessRandomGetAlg
sourcefn 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
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