Home
last modified time | relevance | path

Searched refs:NMS (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/tools/api/
Dtypes.spec3582 * This op applies NMS algorithm to each class. In each loop of execution,
3586 * boxes and a specified NMS kernel method. Any boxes with score less
3589 * Three NMS kernels are supported:
3628 * to the NMS algorithm.
3632 * * 5: An {@link %{OperandTypeLinkPfx}INT32} scalar, specifying the NMS
3635 * threshold in hard and linear NMS kernel. This field is ignored if
3638 * gaussian NMS kernel. This field is ignored if gaussian kernel is
3642 * score updating phase in soft NMS.
3759 * regression. A final step of hard NMS is applied to limit the number of
3791 * multi-class NMS algorithm that do NMS separately for each class,
[all …]
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java1137 final int NMS = sepMemStates ? memStates.length : 1; in dumpCsv() local
1140 for (int ims=0; ims<NMS; ims++) { in dumpCsv()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java13707 int NMS = in.readInt(); in readSummaryFromParcel() local
13708 for (int ims = 0; ims < NMS; ims++) { in readSummaryFromParcel()