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