pub struct StatelessRandomUniformFullInt { /* private fields */ }
Expand description
StatelessRandomUniformFullInt
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StatelessRandomUniformFullInt
Implementations§
Source§impl StatelessRandomUniformFullInt
impl StatelessRandomUniformFullInt
Sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
Sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
shape: &T0,
seed: &T1,
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, shape: &T0, seed: &T1, ) -> Result<TensorHandle<'a>>
Execute stateless_random_uniform_full_int.
Trait Implementations§
Source§impl Clone for StatelessRandomUniformFullInt
impl Clone for StatelessRandomUniformFullInt
Source§fn clone(&self) -> StatelessRandomUniformFullInt
fn clone(&self) -> StatelessRandomUniformFullInt
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for StatelessRandomUniformFullInt
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