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