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