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