pub struct TensorListScatterV2 { /* private fields */ }
Expand description
Builder for the TensorListScatterV2
operation.
Implementations§
Source§impl TensorListScatterV2
impl TensorListScatterV2
Sourcepub fn element_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn element_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the element_dtype
attribute.
Sourcepub fn shape_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn shape_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the shape_type
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for TensorListScatterV2
impl Debug for TensorListScatterV2
Source§impl Default for TensorListScatterV2
impl Default for TensorListScatterV2
Source§fn default() -> TensorListScatterV2
fn default() -> TensorListScatterV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TensorListScatterV2
impl RefUnwindSafe for TensorListScatterV2
impl Send for TensorListScatterV2
impl Sync for TensorListScatterV2
impl Unpin for TensorListScatterV2
impl UnwindSafe for TensorListScatterV2
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