Struct tensorflow::ops::NonMaxSuppressionV5Inst
source · pub struct NonMaxSuppressionV5Inst {
pub op: Operation,
}
Expand description
An instance of ‘NonMaxSuppressionV5’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built NonMaxSuppressionV5 Operation in a Tensorflow graph.
Implementations§
source§impl NonMaxSuppressionV5Inst
impl NonMaxSuppressionV5Inst
sourcepub fn selected_indices(&self) -> Output
pub fn selected_indices(&self) -> Output
Returns the ‘selected_indices’ Output of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn selected_scores(&self) -> Output
pub fn selected_scores(&self) -> Output
Returns the ‘selected_scores’ Output of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn valid_outputs(&self) -> Output
pub fn valid_outputs(&self) -> Output
Returns the ‘valid_outputs’ Output of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn boxes(&self) -> Input<'_>
pub fn boxes(&self) -> Input<'_>
Returns the ‘boxes’ Input of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn scores(&self) -> Input<'_>
pub fn scores(&self) -> Input<'_>
Returns the ‘scores’ Input of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn max_output_size(&self) -> Input<'_>
pub fn max_output_size(&self) -> Input<'_>
Returns the ‘max_output_size’ Input of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn iou_threshold(&self) -> Input<'_>
pub fn iou_threshold(&self) -> Input<'_>
Returns the ‘iou_threshold’ Input of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn score_threshold(&self) -> Input<'_>
pub fn score_threshold(&self) -> Input<'_>
Returns the ‘score_threshold’ Input of this ‘NonMaxSuppressionV5’ operation.
sourcepub fn soft_nms_sigma(&self) -> Input<'_>
pub fn soft_nms_sigma(&self) -> Input<'_>
Returns the ‘soft_nms_sigma’ Input of this ‘NonMaxSuppressionV5’ operation.
Trait Implementations§
source§impl Clone for NonMaxSuppressionV5Inst
impl Clone for NonMaxSuppressionV5Inst
source§fn clone(&self) -> NonMaxSuppressionV5Inst
fn clone(&self) -> NonMaxSuppressionV5Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more