Home
last modified time | relevance | path

Searched refs:concatenate (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dyolov3_utils.py41 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 Dconcatenate.hpp16 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 Dtest.py60 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 DREADME.md1 the inputs data need to be merged together using np.concatenate.
3 img = np.concatenate((img, img, img, img), axis=0)
H A Dtest.py69 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 Daffine.hpp267 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 Daffine.hpp267 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 Daffine.hpp267 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 D0001-Fix-the-build-issue-with-enable-static.patch32 +and concatenate them with the appropriate file separator.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgrub-efi-cfg.bbclass10 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional)
H A Duboot-extlinux-config.bbclass17 # concatenate and use as an initrd (optional).
H A Dsyslinux.bbclass8 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional)
H A Dimage-live.bbclass21 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional)
H A Duboot-sign.bbclass125 # 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 D0001-stdlib-Add-strlcat.patch6 Adds strlcat which can be used to safely concatenate strings
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DFEATURES.in142 * concatenate
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dpatch-policy.txt111 Otherwise, concatenate the header with the output of the
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst94 # Create the uncompressed cpio archive and concatenate the original initrd
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_output.c218 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 Ddevlink-info.rst60 components, e.g. PCI VPD may concatenate various information
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-class.rst70 In this case it is preferable to just concatenate the predefined LED_FUNCTION_*
/OK3568_Linux_fs/kernel/include/linux/
H A Dtrace_events.h42 bool concatenate);
/OK3568_Linux_fs/buildroot/package/smstools3/
H A D0002-fix-build-with-gcc-10.x.patch82 -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 DREADME.sunxi6498 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 D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch289 -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…

12