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