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