| /OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/ |
| H A D | test.py | 95 classes = np.argmax(box_class_probs, axis=-1) 99 classes = classes[_class_pos] 102 return boxes, classes, scores 149 boxes, classes, scores = [], [], [] 154 classes.append(c) 159 classes = np.concatenate(classes) 163 for c in set(classes): 164 inds = np.where(classes == c) 166 c = classes[inds] 179 classes = np.concatenate(nclasses) [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 70 classes = box_classes[pos] 73 return boxes, classes, scores 122 boxes, classes, scores = [], [], [] 127 classes.append(c) 131 classes = np.concatenate(classes) 135 for c in set(classes): 136 inds = np.where(classes == c) 138 c = classes[inds] 151 classes = np.concatenate(nclasses) 154 return boxes, classes, scores [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_ets.c | 55 struct ets_class classes[TCQ_ETS_MAX_BANDS]; member 94 return &q->classes[arg - 1]; in ets_class_from_arg() 100 int band = cl - q->classes; in ets_class_id() 130 q_sum += q->classes[i].quantum; in ets_offload_change() 133 quantum = q->classes[i].quantum; in ets_offload_change() 192 unsigned int band = cl - q->classes; in ets_class_is_strict() 408 return &q->classes[q->prio2band[band & TC_PRIO_MAX]]; in ets_classify() 414 return &q->classes[q->prio2band[0]]; in ets_classify() 415 return &q->classes[band]; in ets_classify() 474 cl = &q->classes[band]; in ets_qdisc_dequeue() [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 16 ``.bbclass`` and are usually placed in a ``classes/`` directory beneath 24 This chapter discusses only the most useful and important classes. Other 25 classes do exist within the ``meta/classes`` directory in the Source 29 .. _ref-classes-allarch: 55 By default, all recipes inherit the :ref:`base <ref-classes-base>` and 56 :ref:`package <ref-classes-package>` classes, which enable 62 .. _ref-classes-archiver: 76 .. _ref-classes-autotools: 81 The ``autotools*`` classes support Autotooled packages. 87 simply ``inherit autotools``. These classes can also work with software [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/ |
| H A D | CVE-2022-43515.patch | 12 ui/include/classes/user/CWebUser.php | 6 ++---- 15 diff --git a/ui/include/classes/user/CWebUser.php b/ui/include/classes/user/CWebUser.php 17 --- a/ui/include/classes/user/CWebUser.php 18 +++ b/ui/include/classes/user/CWebUser.php
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 245 ClassesPtr classes; in DeepCopyFeedbackClasses() local 251 classes = to->unused_classes; in DeepCopyFeedbackClasses() 252 to->intfeed = classes->intfeed; in DeepCopyFeedbackClasses() 253 classes->intfeed = NULL; in DeepCopyFeedbackClasses() 272 classes = to->unused_classes; in DeepCopyFeedbackClasses() 273 classes->intfeed = to->intfeed; in DeepCopyFeedbackClasses() 281 classes = to->unused_classes; in DeepCopyFeedbackClasses() 282 to->stringfeed = classes->stringfeed; in DeepCopyFeedbackClasses() 283 classes->stringfeed = NULL; in DeepCopyFeedbackClasses() 302 classes = to->unused_classes; in DeepCopyFeedbackClasses() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | places.pri | 5 #data classes 23 #request classes 28 #reply classes 61 #data classes 81 #request classes 85 #reply classes
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/ |
| H A D | qtpositioning.qdocconf | 21 qhp.QtPositioning.subprojects = classes qml examples 22 qhp.QtPositioning.subprojects.classes.title = C++ Classes 23 qhp.QtPositioning.subprojects.classes.indexTitle = Qt Positioning C++ Classes 24 qhp.QtPositioning.subprojects.classes.selectors = class fake:headerfile 25 qhp.QtPositioning.subprojects.classes.sortPages = true
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/ |
| H A D | qtlocation.qdocconf | 21 qhp.QtLocation.subprojects = classes qml examples 22 qhp.QtLocation.subprojects.classes.title = C++ Classes 23 qhp.QtLocation.subprojects.classes.indexTitle = Qt Location C++ Classes 24 qhp.QtLocation.subprojects.classes.selectors = class fake:headerfile 25 qhp.QtLocation.subprojects.classes.sortPages = true
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0008-target-ppc-Update-float_invalid_op_div-for-new-flags.patch | 10 softfloat, we don't need to recompute it via classes. 32 - uintptr_t retaddr, int classes) 36 - classes &= ~is_neg; 37 - if (classes == is_inf) { 41 - } else if (classes == is_zero) { 45 - } else if (classes & is_snan) {
|
| H A D | 0007-target-ppc-Update-float_invalid_op_mul-for-new-flags.patch | 10 softfloat, we don't need to recompute it via classes. 32 - uintptr_t retaddr, int classes) 36 - if ((classes & (is_zero | is_inf)) == (is_zero | is_inf)) { 40 - } else if (classes & is_snan) {
|
| H A D | 0006-target-ppc-Update-float_invalid_op_addsub-for-new-fl.patch | 11 softfloat, we don't need to recompute it via classes. 33 - uintptr_t retaddr, int classes) 37 - if ((classes & ~is_neg) == is_inf) { 41 - } else if (classes & is_snan) {
|
| /OK3568_Linux_fs/buildroot/package/python-jaraco-classes/ |
| H A D | python-jaraco-classes.hash | 1 # md5, sha256 from https://pypi.org/pypi/jaraco.classes/json 2 md5 63d4f5a2df2625ec3979c9633da1505e jaraco.classes-2.0.tar.gz 3 sha256 dcc2c4a8ca4b344cdbf2e1be7124a5c4f192574cdbb453b62350ae8240a2caf5 jaraco.classes-2.0.tar.gz
|
| H A D | Config.in | 2 bool "python-jaraco-classes" 7 https://github.com/jaraco/jaraco.classes
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/loader/ |
| H A D | loader.c | 169 } classes[] = { in LoaderGetABIVersion() local 178 for (i = 0; classes[i].name; i++) { in LoaderGetABIVersion() 179 if (!strcmp(classes[i].name, abiclass)) { in LoaderGetABIVersion() 180 return classes[i].version; in LoaderGetABIVersion()
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-4.0.rst | 120 function has been removed from the :ref:`license <ref-classes-license>` class as 139 classes have been moved to ``meta-python``. Recipes that inherit the ``distutils*`` 140 classes should be updated to inherit ``setuptools*`` equivalents instead. 143 Here are the new Python packaging classes that should be used: 144 :ref:`python_flit_core <ref-classes-python_flit_core>`, 145 :ref:`python_setuptools_build_meta <ref-classes-python_setuptools_build_meta>` 146 and :ref:`python_poetry_core <ref-classes-python_poetry_core>`. 148 - The :ref:`setuptools3 <ref-classes-setuptools3>` class ``do_install()`` task now 152 entry points, then :ref:`setuptools3_legacy <ref-classes-setuptools3_legacy>` should 174 :ref:`base <ref-classes-base>` class. If you have references in your configuration to [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 34 classes.append('cmake') 36 classes.extend(values.pop('inherit', '').split()) 305 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 310 classes.append('scons') 320 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 325 classes.append('qmake2') 332 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 340 classes.extend(values.pop('inherit', '').split()) 374 classes.append('autotools') [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | kernel_include.py | 155 classes=self.options.get('class', [])) 168 for classes, value in tokens: 169 if classes: 171 classes=classes)
|
| H A D | rstFlatTable.py | 198 def buildTableRowNode(self, row_data, classes=None): argument 199 classes = [] if classes is None else classes 206 attributes = {"classes" : classes}
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 171 var www, classes; 172 classes = _.mixin({}, defaultClassNames, o); 175 classes: classes, property 176 html: buildHtml(classes), 177 selectors: buildSelectors(classes) 182 classes: www.classes, 195 function buildSelectors(classes) { argument 197 _.each(classes, function(v, k) { 676 …this.$el = $(o.node).addClass(this.classes.dataset).addClass(this.classes.dataset + "-" + this.nam… 752 …data(keys.val, that.displayFn(suggestion)).addClass(that.classes.suggestion + " " + that.classes.s… [all …]
|
| /OK3568_Linux_fs/buildroot/package/agentpp/ |
| H A D | Config.in | 8 AGENT++ is a set of C++ classes which provides a complete 11 SNMPv1, SNMPv2c, and SNMPv3. It provides various C++ classes 14 classes support the development of proxy agents as well as
|
| /OK3568_Linux_fs/buildroot/package/zxing-cpp/ |
| H A D | 0002-CMakeLists-txt-add-BUILD_OPENCV-option.patch | 23 +option(BUILD_OPENCV "Enable OpenCV classes and OpenCV cli executable" ON) 31 -# OpenCV classes 34 + # OpenCV classes
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runtime_test.py | 297 for classes in ("package_rpm", "package_deb", "package_ipk"): 298 with self.subTest(init_manager=init_manager, package_class=classes): 301 features += 'PACKAGE_CLASSES = "%s"\n' % classes 386 for classes in ("package_rpm", "package_deb", "package_ipk"): 387 with self.subTest(package_class=classes): 389 features += 'PACKAGE_CLASSES = "%s"\n' % classes
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-eh.c | 2428 unsigned int *classes, unsigned long deadline, in ata_do_reset() argument 2435 classes[dev->devno] = ATA_DEV_UNKNOWN; in ata_do_reset() 2437 return reset(link, classes, deadline); in ata_do_reset() 2459 unsigned int *classes = ehc->classes; in ata_eh_reset() local 2561 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2576 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2606 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() 2620 tmp = ata_do_reset(slave, reset, classes, deadline, in ata_eh_reset() 2648 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() 2678 classes[dev->devno] = ATA_DEV_ATA; in ata_eh_reset() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | probe.c | 19 } classes[] = { variable 46 pr_cont(": %s", classes[info->class].descr); in pretty_print() 95 for (i = 0; classes[i].token; i++) { in parse_data() 96 if (!strcmp(classes[i].token, sep)) { in parse_data()
|