Home
last modified time | relevance | path

Searched refs:maxClassesPerDetection (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp585 int64_t maxClassesPerDetection {0}; variable
591 … nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp1503 int64_t maxClassesPerDetection {0}; variable
1509 … nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp1442 int64_t maxClassesPerDetection {0}; variable
1448 … nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp409 detectionPostProcess.maxClassesPerDetection = in ConvertDetectionPostProcess()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md667 …ions,每张图片最多输出的检测框数量。<br/>- detectionsPerClass,每个类别的最大检测数量。<br/>- maxClassesPerDetection,每个检测框中的最大检…
H A D_neural_nework_runtime.md667 …ions,每张图片最多输出的检测框数量。<br/>- detectionsPerClass,每个类别的最大检测数量。<br/>- maxClassesPerDetection,每个检测框中的最大检…
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl660 long maxClassesPerDetection;
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md667 …rClass**: maximum number of detections for each category.<br>- **maxClassesPerDetection**: maximum…