Struct tensorflow::eager::raw_ops::SparseDenseCwiseDiv
source · pub struct SparseDenseCwiseDiv { /* private fields */ }
Expand description
SparseDenseCwiseDiv
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseDenseCwiseDiv
Implementations§
source§impl SparseDenseCwiseDiv
impl SparseDenseCwiseDiv
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
sp_indices: &T0,
sp_values: &T1,
sp_shape: &T2,
dense: &T3
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>( &self, ctx: &'a Context, sp_indices: &T0, sp_values: &T1, sp_shape: &T2, dense: &T3 ) -> Result<TensorHandle<'a>>
Execute sparse_dense_cwise_div.
Trait Implementations§
source§impl Clone for SparseDenseCwiseDiv
impl Clone for SparseDenseCwiseDiv
source§fn clone(&self) -> SparseDenseCwiseDiv
fn clone(&self) -> SparseDenseCwiseDiv
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SparseDenseCwiseDiv
impl Debug for SparseDenseCwiseDiv
Auto Trait Implementations§
impl RefUnwindSafe for SparseDenseCwiseDiv
impl Send for SparseDenseCwiseDiv
impl Sync for SparseDenseCwiseDiv
impl Unpin for SparseDenseCwiseDiv
impl UnwindSafe for SparseDenseCwiseDiv
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