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