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