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