| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/ |
| H A D | main_nhwc.cc | 44 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 52 for (j = 0; j < top_count; j++) in rknn_GetTopN() 78 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN_int8() local 86 for (j = 0; j < top_count; j++) in rknn_GetTopN_int8() 418 int top_count = sz > topNum ? topNum : sz; in main() local 424 printf("---- Top%d ----\n", top_count); in main() 425 for (int j = 0; j < top_count; j++) in main()
|
| H A D | main.cc | 44 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 52 for (j = 0; j < top_count; j++) in rknn_GetTopN() 78 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN_int8() local 86 for (j = 0; j < top_count; j++) in rknn_GetTopN_int8() 493 int top_count = sz > topNum ? topNum : sz; in main() local 499 printf("---- Top%d ----\n", top_count); in main() 500 for (int j = 0; j < top_count; j++) in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_multiple_input_demo/src/ |
| H A D | main.cc | 36 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 43 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 237 int top_count = sz > topNum ? topNum : sz; in main() local 241 printf("---- Top%d ----\n", top_count); in main() 242 for (int j = 0; j < top_count; j++) { in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_common_test/src/ |
| H A D | main.cc | 45 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 52 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 289 int top_count = sz > topNum ? topNum : sz; in main() local 293 printf("---- Top%d ----\n", top_count); in main() 294 for (int j = 0; j < top_count; j++) { in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_api_demo/src/ |
| H A D | rknn_create_mem_demo.cpp | 44 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 51 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 327 int top_count = sz > topNum ? topNum : sz; in main() local 331 printf("---- Top%d ----\n", top_count); in main() 332 for (int j = 0; j < top_count; j++) { in main()
|
| H A D | rknn_create_mem_with_rga_demo.cpp | 50 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 57 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 330 int top_count = sz > topNum ? topNum : sz; in main() local 334 printf("---- Top%d ----\n", top_count); in main() 335 for (int j = 0; j < top_count; j++) { in main()
|
| H A D | rknn_with_mmz_demo.cpp | 45 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 52 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 345 int top_count = sz > topNum ? topNum : sz; in main() local 349 printf("---- Top%d ----\n", top_count); in main() 350 for (int j = 0; j < top_count; j++) { in main()
|
| H A D | rknn_set_internal_mem_from_fd_demo.cpp | 45 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 52 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 406 int top_count = sz > topNum ? topNum : sz; in main() local 410 printf("---- Top%d ----\n", top_count); in main() 411 for (int j = 0; j < top_count; j++) { in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/ |
| H A D | rknn_create_mem_demo.cpp | 44 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 51 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 327 int top_count = sz > topNum ? topNum : sz; in main() local 331 printf("---- Top%d ----\n", top_count); in main() 332 for (int j = 0; j < top_count; j++) { in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/ |
| H A D | rknn_benchmark.cpp | 48 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 55 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 473 int top_count = sz > topNum ? topNum : sz; in main() local 477 printf("---- Top%d ----\n", top_count); in main() 478 for (int j = 0; j < top_count; j++) { in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/ |
| H A D | rknn_internal_mem_reuse_demo.cc | 53 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 60 for (j = 0; j < top_count; j++) { in rknn_GetTopN() 583 int top_count = sz > topNum ? topNum : sz; in main() local 587 printf("---- Top%d ----\n", top_count); in main() 588 for (int j = 0; j < top_count; j++) { in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_dynamic_shape_input_demo/src/ |
| H A D | rknn_dynshape_inference.cc | 43 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 51 for (j = 0; j < top_count; j++) in rknn_GetTopN()
|
| H A D | rknn_dynshape_inference_zero_copy.cc | 43 uint32_t top_count = outputCount > topNum ? topNum : outputCount; in rknn_GetTopN() local 51 for (j = 0; j < top_count; j++) in rknn_GetTopN()
|