pub struct NonDeterministicInts { /* private fields */ }
Expand description
Builder for the NonDeterministicInts
operation.
Implementations§
Source§impl NonDeterministicInts
impl NonDeterministicInts
Sourcepub fn shape_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn shape_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the shape_dtype
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for NonDeterministicInts
impl Debug for NonDeterministicInts
Source§impl Default for NonDeterministicInts
impl Default for NonDeterministicInts
Source§fn default() -> NonDeterministicInts
fn default() -> NonDeterministicInts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NonDeterministicInts
impl RefUnwindSafe for NonDeterministicInts
impl Send for NonDeterministicInts
impl Sync for NonDeterministicInts
impl Unpin for NonDeterministicInts
impl UnwindSafe for NonDeterministicInts
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