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