pub struct TensorArrayScatterV3 { /* private fields */ }
Expand description
Builder for the TensorArrayScatterV3
operation.
Implementations§
Source§impl TensorArrayScatterV3
impl TensorArrayScatterV3
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 TensorArrayScatterV3
impl Debug for TensorArrayScatterV3
Source§impl Default for TensorArrayScatterV3
impl Default for TensorArrayScatterV3
Source§fn default() -> TensorArrayScatterV3
fn default() -> TensorArrayScatterV3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TensorArrayScatterV3
impl RefUnwindSafe for TensorArrayScatterV3
impl Send for TensorArrayScatterV3
impl Sync for TensorArrayScatterV3
impl Unpin for TensorArrayScatterV3
impl UnwindSafe for TensorArrayScatterV3
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