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