pub struct TensorArrayConcatV3 { /* private fields */ }
Expand description
Builder for the TensorArrayConcatV3
operation.
Implementations§
Source§impl TensorArrayConcatV3
impl TensorArrayConcatV3
Sourcepub fn element_shape_except0<ArgType: Into<Shape>>(self, value: ArgType) -> Self
pub fn element_shape_except0<ArgType: Into<Shape>>(self, value: ArgType) -> Self
Sets the element_shape_except0
attribute.
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 TensorArrayConcatV3
impl Debug for TensorArrayConcatV3
Source§impl Default for TensorArrayConcatV3
impl Default for TensorArrayConcatV3
Source§fn default() -> TensorArrayConcatV3
fn default() -> TensorArrayConcatV3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TensorArrayConcatV3
impl RefUnwindSafe for TensorArrayConcatV3
impl Send for TensorArrayConcatV3
impl Sync for TensorArrayConcatV3
impl Unpin for TensorArrayConcatV3
impl UnwindSafe for TensorArrayConcatV3
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