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