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