Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Ddetection_post_process.cc78 (void)this->AddAttr(kDetectionsPerClass, MakeValue(DetectionsPerClass)); in set_detections_per_class()
81 auto value_ptr = this->GetAttr(kDetectionsPerClass); in get_detections_per_class()
Dop_utils.h64 constexpr auto kDetectionsPerClass = "detections_per_class"; variable