Searched defs:grid0Out (Results 1 – 2 of 2) sorted by relevance
131 private native int native_run(byte[] inData, byte[] grid0Out, byte[] grid1Out, byte[] grid2Out); in native_run()132 private native int native_post_process(byte[] grid0Out, byte[] grid1Out, byte[] grid2Out, in native_post_process()
52 jbyteArray grid0Out, jbyteArray grid1Out, jbyteArray grid2Out) { in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1run()