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