Struct tensorflow::ops::RaggedBincount
source · 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.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
splits: O0,
values: O1,
size: O2,
weights: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>( &self, splits: O0, values: O1, size: O2, weights: O3, scope: &mut Scope ) -> Result<Operation>
Builds the RaggedBincount
operation.
sourcepub fn build_instance(
&self,
splits: Output,
values: Output,
size: Output,
weights: Output,
scope: &mut Scope
) -> Result<RaggedBincountInst>
pub fn build_instance( &self, splits: Output, values: Output, size: Output, weights: Output, scope: &mut Scope ) -> Result<RaggedBincountInst>
Builds a new instance of ‘RaggedBincount’ Operation with it’s Outputs and Inputs exposed as methods.
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 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