Struct tensorflow::eager::raw_ops::SparseConcat
source · pub struct SparseConcat { /* private fields */ }
Expand description
SparseConcat
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseConcat
Implementations§
source§impl SparseConcat
impl SparseConcat
sourcepub fn concat_dim<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn concat_dim<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the concat_dim
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>>(
&self,
ctx: &'a Context,
indices: &[&T0],
values: &[&T1],
shapes: &[&T2]
) -> Result<[TensorHandle<'a>; 3]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>( &self, ctx: &'a Context, indices: &[&T0], values: &[&T1], shapes: &[&T2] ) -> Result<[TensorHandle<'a>; 3]>
Execute sparse_concat.
Trait Implementations§
source§impl Clone for SparseConcat
impl Clone for SparseConcat
source§fn clone(&self) -> SparseConcat
fn clone(&self) -> SparseConcat
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 SparseConcat
impl Debug for SparseConcat
Auto Trait Implementations§
impl RefUnwindSafe for SparseConcat
impl Send for SparseConcat
impl Sync for SparseConcat
impl Unpin for SparseConcat
impl UnwindSafe for SparseConcat
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