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