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