Struct tensorflow::ops::SegmentMinV2Inst
source · pub struct SegmentMinV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘SegmentMinV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SegmentMinV2 Operation in a Tensorflow graph.
Implementations§
source§impl SegmentMinV2Inst
impl SegmentMinV2Inst
sourcepub fn segment_ids(&self) -> Input<'_>
pub fn segment_ids(&self) -> Input<'_>
Returns the ‘segment_ids’ Input of this ‘SegmentMinV2’ operation.
sourcepub fn num_segments(&self) -> Input<'_>
pub fn num_segments(&self) -> Input<'_>
Returns the ‘num_segments’ Input of this ‘SegmentMinV2’ operation.
Trait Implementations§
source§impl Clone for SegmentMinV2Inst
impl Clone for SegmentMinV2Inst
source§fn clone(&self) -> SegmentMinV2Inst
fn clone(&self) -> SegmentMinV2Inst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SegmentMinV2Inst
impl Debug for SegmentMinV2Inst
source§impl From<SegmentMinV2Inst> for Operation
impl From<SegmentMinV2Inst> for Operation
source§fn from(inst: SegmentMinV2Inst) -> Operation
fn from(inst: SegmentMinV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SegmentMinV2Inst
impl Send for SegmentMinV2Inst
impl Sync for SegmentMinV2Inst
impl Unpin for SegmentMinV2Inst
impl UnwindSafe for SegmentMinV2Inst
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