Home
last modified time | relevance | path

Searched refs:kMaxDetections (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Ddetection_post_process.cc73 (void)this->AddAttr(kMaxDetections, MakeValue(MaxDetections)); in set_max_detections()
75 …ctionPostProcess::get_max_detections() const { return GetValue<int64_t>(GetAttr(kMaxDetections)); } in get_max_detections()
146 auto max_detections = GetValue<int64_t>(primitive->GetAttr(kMaxDetections)); in DetectionPostProcessInfer()
Dop_utils.h113 constexpr auto kMaxDetections = "max_detections"; variable