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