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