| /OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/ |
| H A D | test.py | 56 col = np.tile(np.arange(0, grid_w), grid_w).reshape(-1, grid_w) 57 row = np.tile(np.arange(0, grid_h).reshape(-1, 1), grid_h) 58 col = col.reshape(grid_h, grid_w, 1, 1).repeat(3, axis=-2) 59 row = row.reshape(grid_h, grid_w, 1, 1).repeat(3, axis=-2) 85 boxes = boxes.reshape(-1, 4) 86 box_confidences = box_confidences.reshape(-1) 87 box_class_probs = box_class_probs.reshape(-1, box_class_probs.shape[-1]) 298 input0_data = input0_data.reshape([3, -1]+list(input0_data.shape[-2:])) 299 input1_data = input1_data.reshape([3, -1]+list(input1_data.shape[-2:])) 300 input2_data = input2_data.reshape([3, -1]+list(input2_data.shape[-2:]))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | vector-builder.h | 137 void reshape (unsigned int, unsigned int); 385 vector_builder<T, Shape, Derived>::reshape (unsigned int npatterns, in reshape() function 464 reshape (npatterns, 1); in try_npatterns() 480 reshape (npatterns, 2); in try_npatterns() 496 reshape (npatterns, 3); in try_npatterns() 539 reshape (m_npatterns, m_nelts_per_pattern - 1); in finalize() 600 reshape (m_npatterns / 4, 3); in finalize()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | vector-builder.h | 137 void reshape (unsigned int, unsigned int); 385 vector_builder<T, Shape, Derived>::reshape (unsigned int npatterns, in reshape() function 464 reshape (npatterns, 1); in try_npatterns() 480 reshape (npatterns, 2); in try_npatterns() 496 reshape (npatterns, 3); in try_npatterns() 539 reshape (m_npatterns, m_nelts_per_pattern - 1); in finalize() 600 reshape (m_npatterns / 4, 3); in finalize()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | test.py | 80 input0_data = input0_data.reshape(SPAN, LISTSIZE, GRID0, GRID0) 81 input1_data = input1_data.reshape(SPAN, LISTSIZE, GRID1, GRID1) 82 input2_data = input2_data.reshape(SPAN, LISTSIZE, GRID2, GRID2)
|
| H A D | yolov3_utils.py | 36 col = np.tile(np.arange(0, grid_w), grid_w).reshape(-1, grid_w) 37 row = np.tile(np.arange(0, grid_h).reshape(-1, 1), grid_h) 39 col = col.reshape(grid_h, grid_w, 1, 1).repeat(3, axis=-2) 40 row = row.reshape(grid_h, grid_w, 1, 1).repeat(3, axis=-2)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/ |
| H A D | step2.py | 54 …ssd_post_process(np.reshape(outputs[0], (-1)), np.reshape(outputs[1], (-1)), './dog_bike_car_300x3…
|
| H A D | ssd_post_process.py | 74 prior_bboxes = prior_bboxes.reshape(4, prior_num) 76 conf_data = conf_data.reshape(-1, NUM_CLS)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/ |
| H A D | test.py | 53 box_priors = box_priors.reshape(4, NUM_RESULTS) 113 predictions = outputs[0].reshape((1, NUM_RESULTS, 4)) 115 outputClasses = outputs[1].reshape((1, NUM_RESULTS, NUM_CLASSES))
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/ |
| H A D | test.py | 53 conf_data = conf_data.reshape(-1, 21) 208 outputs[0] = outputs[0].reshape((-1, 1)) 209 outputs[1] = outputs[1].reshape((-1, 1))
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-raid.rst | 175 value) to any reshape supporting raid levels 4/5/6 and 10. 207 Takeover/reshape is not possible with a raid4/5/6 journal device; 312 reshape 313 - The array is undergoing a reshape. 398 with a reshape in progress. 399 1.9.0 Add support for RAID level takeover/reshape/region size 407 1.10.1 Fix data corruption on reshape request 416 1.14.0 Fix reshape race on small devices. Fix stripe adding reshape
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/tools/ |
| H A D | save_capture_img.py | 14 data = np.reshape(data, (640, 640, 3)).astype(np.uint8)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/multi_input_test/ |
| H A D | test.py | 67 outputs[0] = outputs[0].reshape((1, -1))
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/mobilenet_v2/ |
| H A D | test.py | 8 output = outputs[0].reshape(-1)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/model_pruning/ |
| H A D | test.py | 8 output = outputs[0].reshape(-1)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/batch_size/ |
| H A D | test.py | 7 output_ = outputs[0].reshape((-1, 1000))
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | changelog-1.5.0.txt | 57 1. [RK3562] 优化Transformer模型中的transpose/reshape多算子级联的性能 452 1) 最后一层是reshape转换bug;
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/board_test/ |
| H A D | test.py | 7 output = outputs[0].reshape(-1)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/rknn_toolkit_lite2/examples/inference_with_lite/ |
| H A D | test.py | 39 output = result[0].reshape(-1)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/dynamic_input/ |
| H A D | test.py | 7 output_ = outputs[0].reshape((-1, 1000))
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | ubgears.c | 314 reshape(int width, int height) in reshape() function 469 reshape(event.xconfigure.width, event.xconfigure.height); in event_loop() 629 reshape(winrect.width, winrect.height); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cuda.hpp | 272 GpuMat reshape(int cn, int rows = 0) const; 557 HostMem reshape(int cn, int rows = 0) const;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cuda.hpp | 272 GpuMat reshape(int cn, int rows = 0) const; 557 HostMem reshape(int cn, int rows = 0) const;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cuda.hpp | 272 GpuMat reshape(int cn, int rows = 0) const; 557 HostMem reshape(int cn, int rows = 0) const;
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | changelog-1.4.0.txt | 118 1) 最后一层是reshape转换bug;
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | changelog-1.4.0.txt | 118 1) 最后一层是reshape转换bug;
|