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