| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 41 grid = np.concatenate((col, row), axis=-1) 47 box = np.concatenate((box_xy, box_wh), axis=-1) 130 boxes = np.concatenate(boxes) 131 classes = np.concatenate(classes) 132 scores = np.concatenate(scores) 150 boxes = np.concatenate(nboxes) 151 classes = np.concatenate(nclasses) 152 scores = np.concatenate(nscores)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | concatenate.hpp | 16 struct concatenate; 19 struct concatenate< integer_sequence< TA, As... >, integer_sequence< TB, Bs... > > struct 25 using concatenate_t = typename concatenate< A, B >::type;
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/ |
| H A D | test.py | 60 grid = np.concatenate((col, row), axis=-1) 67 box = np.concatenate((box_xy, box_wh), axis=-1) 157 boxes = np.concatenate(boxes) 159 classes = np.concatenate(classes) 160 scores = np.concatenate(scores) 178 boxes = np.concatenate(nboxes) 179 classes = np.concatenate(nclasses) 180 scores = np.concatenate(nscores)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/batch_size/ |
| H A D | README.md | 1 the inputs data need to be merged together using np.concatenate. 3 img = np.concatenate((img, img, img, img), axis=0)
|
| H A D | test.py | 69 img = np.concatenate((img, img, img, img), axis=0)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | affine.hpp | 267 Affine3 concatenate(const Affine3& affine) const; 583 cv::Affine3<T> cv::Affine3<T>::concatenate(const Affine3<T>& affine) const in concatenate() function in cv::Affine3 603 return affine2.concatenate(affine1); in operator *()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | affine.hpp | 267 Affine3 concatenate(const Affine3& affine) const; 583 cv::Affine3<T> cv::Affine3<T>::concatenate(const Affine3<T>& affine) const in concatenate() function in cv::Affine3 603 return affine2.concatenate(affine1); in operator *()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | affine.hpp | 267 Affine3 concatenate(const Affine3& affine) const; 583 cv::Affine3<T> cv::Affine3<T>::concatenate(const Affine3<T>& affine) const in concatenate() function in cv::Affine3 603 return affine2.concatenate(affine1); in operator *()
|
| /OK3568_Linux_fs/buildroot/package/fontconfig/ |
| H A D | 0001-Fix-the-build-issue-with-enable-static.patch | 32 +and concatenate them with the appropriate file separator.
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | grub-efi-cfg.bbclass | 10 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional)
|
| H A D | uboot-extlinux-config.bbclass | 17 # concatenate and use as an initrd (optional).
|
| H A D | syslinux.bbclass | 8 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional)
|
| H A D | image-live.bbclass | 21 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional)
|
| H A D | uboot-sign.bbclass | 125 # If we're not using a signed u-boot fit, concatenate SPL w/o DTB & U-Boot DTB
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/ |
| H A D | 0001-stdlib-Add-strlcat.patch | 6 Adds strlcat which can be used to safely concatenate strings
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | FEATURES.in | 142 * concatenate
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | patch-policy.txt | 111 Otherwise, concatenate the header with the output of the
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/ |
| H A D | ssdt-overlays.rst | 94 # Create the uncompressed cpio archive and concatenate the original initrd
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_output.c | 218 bool concatenate) in trace_print_hex_seq() argument 222 const char *fmt = concatenate ? "%*phN" : "%*ph"; in trace_print_hex_seq()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | devlink-info.rst | 60 components, e.g. PCI VPD may concatenate various information
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-class.rst | 70 In this case it is preferable to just concatenate the predefined LED_FUNCTION_*
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | trace_events.h | 42 bool concatenate);
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | 0002-fix-build-with-gcc-10.x.patch | 82 -int filename_preview; // Number of chars of message text to concatenate to filename. 144 +extern int filename_preview; // Number of chars of message text to concatenate to filena… 436 +int filename_preview; // Number of chars of message text to concatenate to filename.
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | README.sunxi64 | 98 Alternatively you can concatenate the SPL and the U-Boot FIT image into a
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
| H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 289 -int filename_preview; // Number of chars of message text to concatenate to filename. 314 +EXTERN int filename_preview; // Number of chars of message text to concatenate to filena…
|