Struct tensorflow::ops::RaggedFillEmptyRows
source · pub struct RaggedFillEmptyRows { /* private fields */ }
Expand description
Builder for the RaggedFillEmptyRows
operation.
Implementations§
source§impl RaggedFillEmptyRows
impl RaggedFillEmptyRows
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,
value_rowids: O0,
values: O1,
nrows: O2,
default_value: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>( &self, value_rowids: O0, values: O1, nrows: O2, default_value: O3, scope: &mut Scope ) -> Result<Operation>
Builds the RaggedFillEmptyRows
operation.
sourcepub fn build_instance(
&self,
value_rowids: Output,
values: Output,
nrows: Output,
default_value: Output,
scope: &mut Scope
) -> Result<RaggedFillEmptyRowsInst>
pub fn build_instance( &self, value_rowids: Output, values: Output, nrows: Output, default_value: Output, scope: &mut Scope ) -> Result<RaggedFillEmptyRowsInst>
Builds a new instance of ‘RaggedFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for RaggedFillEmptyRows
impl Debug for RaggedFillEmptyRows
source§impl Default for RaggedFillEmptyRows
impl Default for RaggedFillEmptyRows
source§fn default() -> RaggedFillEmptyRows
fn default() -> RaggedFillEmptyRows
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RaggedFillEmptyRows
impl Send for RaggedFillEmptyRows
impl Sync for RaggedFillEmptyRows
impl Unpin for RaggedFillEmptyRows
impl UnwindSafe for RaggedFillEmptyRows
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