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