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