Home
last modified time | relevance | path

Searched refs:elapse_us (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/
H A Drknn_benchmark.cpp420 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
425 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
434 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
439 total_time += elapse_us / 1000.f; in main()
440 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/doc/
H A DRKNN_Dynamic_Shape_Usage.md144 int64_t elapse_us = getCurrentTimeUs() - start_us;
150 total_time += elapse_us / 1000.f;
151 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_…
/OK3568_Linux_fs/external/rknpu2/examples/rknn_matmul_api_demo/src/
H A Drknn_matmul_demo.cpp247 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
252 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_common_test/src/
H A Dmain.cc274 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
279 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_api_demo/src/
H A Drknn_create_mem_demo.cpp312 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
317 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
H A Drknn_create_mem_with_rga_demo.cpp315 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
320 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
H A Drknn_with_mmz_demo.cpp330 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
335 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
H A Drknn_set_internal_mem_from_fd_demo.cpp391 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
396 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/
H A Drknn_create_mem_demo.cpp312 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
317 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/
H A Dmain_nhwc.cc401 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
407 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
H A Dmain.cc430 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
436 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_dynamic_shape_input_demo/src/
H A Drknn_dynshape_inference.cc548 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
554 total_time += elapse_us / 1000.f; in main()
555 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
H A Drknn_dynshape_inference_zero_copy.cc611 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
617 total_time += elapse_us / 1000.f; in main()
618 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc402 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
408 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/
H A Drknn_internal_mem_reuse_demo.cc566 int64_t elapse_us = getCurrentTimeUs() - start_us; in main() local
572 …printf("%4d: Elapse Time = %.2fms, FPS = %.2f\n", i, elapse_us / 1000.f, 1000.f * 1000.f / elapse_… in main()