Searched refs:kMaxDetections (Results 1 – 2 of 2) sorted by relevance
73 (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()
113 constexpr auto kMaxDetections = "max_detections"; variable