Struct tensorflow::eager::raw_ops::SparseToDense
source · pub struct SparseToDense { /* private fields */ }
Expand description
SparseToDense
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseToDense
Implementations§
source§impl SparseToDense
impl SparseToDense
sourcepub fn validate_indices<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn validate_indices<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the validate_indices
attribute.
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,
sparse_indices: &T0,
output_shape: &T1,
sparse_values: &T2,
default_value: &T3
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>( &self, ctx: &'a Context, sparse_indices: &T0, output_shape: &T1, sparse_values: &T2, default_value: &T3 ) -> Result<TensorHandle<'a>>
Execute sparse_to_dense.
Trait Implementations§
source§impl Clone for SparseToDense
impl Clone for SparseToDense
source§fn clone(&self) -> SparseToDense
fn clone(&self) -> SparseToDense
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 SparseToDense
impl Debug for SparseToDense
Auto Trait Implementations§
impl RefUnwindSafe for SparseToDense
impl Send for SparseToDense
impl Sync for SparseToDense
impl Unpin for SparseToDense
impl UnwindSafe for SparseToDense
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