Struct tensorflow::ops::SparseConcat
source · 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 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