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