Struct tensorflow::ops::SparseFillEmptyRowsGrad
source · [−]pub struct SparseFillEmptyRowsGrad { /* private fields */ }
Expand description
Builder for the SparseFillEmptyRowsGrad
operation.
Implementations
sourceimpl SparseFillEmptyRowsGrad
impl SparseFillEmptyRowsGrad
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>>(
&self,
reverse_index_map: O0,
grad_values: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
reverse_index_map: O0,
grad_values: O1,
scope: &mut Scope
) -> Result<Operation>
Builds the SparseFillEmptyRowsGrad
operation.
sourcepub fn build_instance(
&self,
reverse_index_map: Output,
grad_values: Output,
scope: &mut Scope
) -> Result<SparseFillEmptyRowsGradInst>
pub fn build_instance(
&self,
reverse_index_map: Output,
grad_values: Output,
scope: &mut Scope
) -> Result<SparseFillEmptyRowsGradInst>
Builds a new instance of ‘SparseFillEmptyRowsGrad’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for SparseFillEmptyRowsGrad
impl Debug for SparseFillEmptyRowsGrad
sourceimpl Default for SparseFillEmptyRowsGrad
impl Default for SparseFillEmptyRowsGrad
sourcefn default() -> SparseFillEmptyRowsGrad
fn default() -> SparseFillEmptyRowsGrad
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SparseFillEmptyRowsGrad
impl Send for SparseFillEmptyRowsGrad
impl Sync for SparseFillEmptyRowsGrad
impl Unpin for SparseFillEmptyRowsGrad
impl UnwindSafe for SparseFillEmptyRowsGrad
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more