Searched refs:kMaxClassesPerDetection (Results 1 – 2 of 2) sorted by relevance
86 (void)this->AddAttr(kMaxClassesPerDetection, MakeValue(MaxClassesPerDetection)); in set_max_classes_per_detection()89 return GetValue<int64_t>(GetAttr(kMaxClassesPerDetection)); in get_max_classes_per_detection()147 auto max_classes_per_detection = GetValue<int64_t>(primitive->GetAttr(kMaxClassesPerDetection)); in DetectionPostProcessInfer()
112 constexpr auto kMaxClassesPerDetection = "max_classes_per_detection"; variable