Struct tensorflow::ops::UnsortedSegmentJoinInst
source · pub struct UnsortedSegmentJoinInst {
pub op: Operation,
}
Expand description
An instance of ‘UnsortedSegmentJoin’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built UnsortedSegmentJoin Operation in a Tensorflow graph.
Implementations§
source§impl UnsortedSegmentJoinInst
impl UnsortedSegmentJoinInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘UnsortedSegmentJoin’ operation.
sourcepub fn inputs(&self) -> Input<'_>
pub fn inputs(&self) -> Input<'_>
Returns the ‘inputs’ Input of this ‘UnsortedSegmentJoin’ operation.
sourcepub fn segment_ids(&self) -> Input<'_>
pub fn segment_ids(&self) -> Input<'_>
Returns the ‘segment_ids’ Input of this ‘UnsortedSegmentJoin’ operation.
sourcepub fn num_segments(&self) -> Input<'_>
pub fn num_segments(&self) -> Input<'_>
Returns the ‘num_segments’ Input of this ‘UnsortedSegmentJoin’ operation.
Trait Implementations§
source§impl Clone for UnsortedSegmentJoinInst
impl Clone for UnsortedSegmentJoinInst
source§fn clone(&self) -> UnsortedSegmentJoinInst
fn clone(&self) -> UnsortedSegmentJoinInst
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 UnsortedSegmentJoinInst
impl Debug for UnsortedSegmentJoinInst
source§impl From<UnsortedSegmentJoinInst> for Operation
impl From<UnsortedSegmentJoinInst> for Operation
source§fn from(inst: UnsortedSegmentJoinInst) -> Operation
fn from(inst: UnsortedSegmentJoinInst) -> Operation
Converts to this type from the input type.