Struct tensorflow::eager::raw_ops::SparseReorder
source · pub struct SparseReorder { /* private fields */ }
Expand description
SparseReorder
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseReorder
Implementations§
source§impl SparseReorder
impl SparseReorder
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>>(
&self,
ctx: &'a Context,
input_indices: &T0,
input_values: &T1,
input_shape: &T2
) -> Result<[TensorHandle<'a>; 2]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>( &self, ctx: &'a Context, input_indices: &T0, input_values: &T1, input_shape: &T2 ) -> Result<[TensorHandle<'a>; 2]>
Execute sparse_reorder.
Trait Implementations§
source§impl Clone for SparseReorder
impl Clone for SparseReorder
source§fn clone(&self) -> SparseReorder
fn clone(&self) -> SparseReorder
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 SparseReorder
impl Debug for SparseReorder
Auto Trait Implementations§
impl RefUnwindSafe for SparseReorder
impl Send for SparseReorder
impl Sync for SparseReorder
impl Unpin for SparseReorder
impl UnwindSafe for SparseReorder
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