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