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