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