Home
last modified time | relevance | path

Searched refs:nmsIoUThreshold (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.cpp581 float nmsIoUThreshold {0.0f}; variable
591nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp1499 float nmsIoUThreshold {0.0f}; variable
1509nmsIoUThreshold, nmsScoreThreshold, maxDetections, detectionsPerClass, maxClassesPerDetection,
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp1438 float nmsIoUThreshold {0.0f}; variable
1448nmsIoUThreshold, 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.cpp403 …detectionPostProcess.nmsIoUThreshold = mindspore::lite::MindIR_DetectionPostProcess_GetNmsIouThres… in ConvertDetectionPostProcess()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md667 …- inputSize,输入张量的尺寸。<br/>- scale,用于将输出图片从归一化的形式转换到原始图像坐标的缩放因子。<br/>- nmsIoUThreshold,非极大值抑制的阈值,用于去…
H A D_neural_nework_runtime.md667 …- inputSize,输入张量的尺寸。<br/>- scale,用于将输出图片从归一化的形式转换到原始图像坐标的缩放因子。<br/>- nmsIoUThreshold,非极大值抑制的阈值,用于去…
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl652 float nmsIoUThreshold;
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md667 …the normalized form to the coordinates of the original image.<br>- **nmsIoUThreshold**: Non-Max su…