Home
last modified time | relevance | path

Searched refs:RKNN_QUERY_CUSTOM_STRING (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/
H A Drknn_api.h108 RKNN_QUERY_CUSTOM_STRING = 7, /* query the custom string */ enumerator
/OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Android/librknn_api/include/
H A Drknn_api.h111 RKNN_QUERY_CUSTOM_STRING = 7, /* query the custom string */ enumerator
/OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Linux/librknn_api/include/
H A Drknn_api.h111 RKNN_QUERY_CUSTOM_STRING = 7, /* query the custom string */ enumerator
/OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Linux/librknn_api/include/
H A Drknn_api.h111 RKNN_QUERY_CUSTOM_STRING = 7, /* query the custom string */ enumerator
/OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Android/librknn_api/include/
H A Drknn_api.h111 RKNN_QUERY_CUSTOM_STRING = 7, /* query the custom string */ enumerator
/OK3568_Linux_fs/external/rknpu2/runtime/RV1106/Linux/librknn_api/include/
H A Drknn_api.h111 RKNN_QUERY_CUSTOM_STRING = 7, /* query the custom string */ enumerator
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Drknn_api.h111 RKNN_QUERY_CUSTOM_STRING = 7, /* query the custom string */ enumerator
/OK3568_Linux_fs/external/rknpu2/examples/rknn_multiple_input_demo/src/
H A Dmain.cc151 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_common_test/src/
H A Dmain.cc153 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_api_demo/src/
H A Drknn_create_mem_demo.cpp229 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
H A Drknn_create_mem_with_rga_demo.cpp219 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
H A Drknn_with_mmz_demo.cpp204 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
H A Drknn_set_internal_mem_from_fd_demo.cpp213 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/
H A Drknn_create_mem_demo.cpp229 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/
H A Dmain_nhwc.cc311 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
H A Dmain.cc341 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc313 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/
H A Drknn_benchmark.cpp348 ret = rknn_query(ctx, RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/
H A Drknn_internal_mem_reuse_demo.cc440 ret = rknn_query(ctx[n], RKNN_QUERY_CUSTOM_STRING, &custom_string, sizeof(custom_string)); in main()