| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | RKNNToolKit2_OP_Support-1.5.0.md | 177 | aten::_convolution | same as onnx Conv | 181 | aten::adaptive_avg_pool2d | same as onnx AveragePool | 183 | aten::adaptive_max_pool2d | same as onnx MaxPool | 184 | aten::add | same as onnx Add | 186 | aten::addmm | same as onnx Gemm | 192 | aten::avg_pool2d | same as onnx AveragePool | 194 | aten::batch_norm | same as onnx BatchNormalization | 195 | aten::bmm | same as onnx MatMul | 196 | aten::cat | same as onnx Concat | 207 | aten::constant_pad_nd | same as onnx Pad | [all …]
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_OP_Support-1.4.0.md | 230 | BatchNorm | same as onnx BatchNormalization … 231 | bn (BatchNorm + Scale) | same as onnx BatchNormalization according to https://github.com/TimoSaem… 233 | Concat | same as onnx Concat … 234 | Convolution | same as onnx Conv … 235 | ConvolutionDepthwise | kernel height/width: [1, 8]<br />others same as onnx Conv … 237 | Deconvolution | same as ConvTranspose … 242 | InnerProduct | same as onnx Gemm … 243 | LRN | same as onnx LRN … 244 | Lstm | same as onnx LSTM according to https://github.com/xmfbit/warpctc-caffe … 246 | Permute | same as onnx Transpose … [all …]
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_OP_Support-1.4.0.md | 230 | BatchNorm | same as onnx BatchNormalization … 231 | bn (BatchNorm + Scale) | same as onnx BatchNormalization according to https://github.com/TimoSaem… 233 | Concat | same as onnx Concat … 234 | Convolution | same as onnx Conv … 235 | ConvolutionDepthwise | kernel height/width: [1, 8]<br />others same as onnx Conv … 237 | Deconvolution | same as ConvTranspose … 242 | InnerProduct | same as onnx Gemm … 243 | LRN | same as onnx LRN … 244 | Lstm | same as onnx LSTM according to https://github.com/xmfbit/warpctc-caffe … 246 | Permute | same as onnx Transpose … [all …]
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | asm-macros.h | 16 * You cannnot use the same register for reg1 & reg2. 36 * It is safe to use the same register for reg1 & reg2. 55 * It is safe to use the same register for reg1 & reg2. 75 * It is safe to use the same register for reg1 & reg2. 94 * It is safe to use the same register for reg1 & reg2. 106 * It is safe to use the same register for reg1 & reg2. 118 * It is NOT safe to use the same register for reg1 & reg2. 139 * It is NOT safe to use the same register for reg1 & reg2. 160 * It is NOT safe to use the same register for reg1 & reg2. 182 * It is NOT safe to use the same register for reg1 & reg2. [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 5 /// 1. An opencoded expression is used before array_size() to compute the same size 6 /// 2. An opencoded expression is used after array_size() to compute the same size 43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | remap_range.c | 83 /* Don't allow overlapped cloning within the same file. */ in generic_remap_checks() 178 * the same file. 191 /* Unlock two pages, being careful not to unlock the same page twice. */ 200 * Compare extents of two files to see if they are the same. 214 bool same; in vfs_dedupe_file_range_compare() local 218 same = true; in vfs_dedupe_file_range_compare() 250 same = false; in vfs_dedupe_file_range_compare() 261 same = false; in vfs_dedupe_file_range_compare() 270 if (!same) in vfs_dedupe_file_range_compare() 278 *is_same = same; in vfs_dedupe_file_range_compare() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | core.hpp | 178 covar will be a square matrix of the same size as the total number of elements in each input 293 // let border be the same in all directions 312 @param dst Destination image of the same type as src and the size Size(src.cols+left+right, 332 - Sum of two arrays when both input arrays have the same size and the same number of channels: 334 - Sum of an array and a scalar when src2 is constructed from Scalar or has the same number of 337 - Sum of a scalar and an array when src1 is constructed from Scalar or has the same number of 348 The input arrays and the output array can all have the same or different depths. For example, you 352 be set to the default -1. In this case, the output array will have the same depth as the input 358 @param dst output array that has the same size and number of channels as the input array(s); the 371 - Difference between two arrays, when both input arrays have the same size and the same number of [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | core.hpp | 178 covar will be a square matrix of the same size as the total number of elements in each input 293 // let border be the same in all directions 312 @param dst Destination image of the same type as src and the size Size(src.cols+left+right, 332 - Sum of two arrays when both input arrays have the same size and the same number of channels: 334 - Sum of an array and a scalar when src2 is constructed from Scalar or has the same number of 337 - Sum of a scalar and an array when src1 is constructed from Scalar or has the same number of 348 The input arrays and the output array can all have the same or different depths. For example, you 352 be set to the default -1. In this case, the output array will have the same depth as the input 358 @param dst output array that has the same size and number of channels as the input array(s); the 371 - Difference between two arrays, when both input arrays have the same size and the same number of [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | core.hpp | 178 covar will be a square matrix of the same size as the total number of elements in each input 293 // let border be the same in all directions 312 @param dst Destination image of the same type as src and the size Size(src.cols+left+right, 332 - Sum of two arrays when both input arrays have the same size and the same number of channels: 334 - Sum of an array and a scalar when src2 is constructed from Scalar or has the same number of 337 - Sum of a scalar and an array when src1 is constructed from Scalar or has the same number of 348 The input arrays and the output array can all have the same or different depths. For example, you 352 be set to the default -1. In this case, the output array will have the same depth as the input 358 @param dst output array that has the same size and number of channels as the input array(s); the 371 - Difference between two arrays, when both input arrays have the same size and the same number of [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | persist.rst | 22 has no way to know what has actually happened. Perhaps the same 35 system woke up, who cares? It'll still work the same when you type on 39 devices. The effect is exactly the same as if the device really had 47 interrupts a power session will have the same effect. For example, 83 same thing that happens whenever a USB device is reset.) If the 85 same descriptors as before, including the Vendor and Product IDs, then 86 the kernel continues to use the same device structure. In effect, the 90 The same thing happens if the host controller is in the expected state 125 have the same persistent volume associated with the device. As such 142 to make sure the USB device hasn't been changed; that is, the same [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power8/ |
| H A D | other.json | 5 …on": "Number of cycles in single lpar mode. All threads in the core are assigned to the same lpar", 389 …The processor's data cache was reloaded from another chip's memory on the same Node or Group (Dist… 390 …The processor's data cache was reloaded from another chip's memory on the same Node or Group (Dist… 401 …a cache was reloaded with Modified (M) data from another core's L2 on the same chip due to either … 402 …a cache was reloaded with Modified (M) data from another core's L2 on the same chip due to either … 407 …ata cache was reloaded with Shared (S) data from another core's L2 on the same chip due to either … 408 …ata cache was reloaded with Shared (S) data from another core's L2 on the same chip due to either … 449 …che was reloaded with Modified (M) data from another core's ECO L3 on the same chip due to either … 450 …che was reloaded with Modified (M) data from another core's ECO L3 on the same chip due to either … 455 …cache was reloaded with Shared (S) data from another core's ECO L3 on the same chip due to either … [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cpu_pm.c | 68 * This function has the same return conditions as raw_notifier_chain_register. 88 * This function has the same return conditions as raw_notifier_chain_unregister. 106 * cause some blocks in the same power domain as the cpu to reset. 109 * responsible for ensuring that cpu_pm_enter is not called twice on the same 115 * Return conditions are same as __raw_notifier_call_chain. 127 * have caused some blocks in the same power domain as the cpu to reset. 133 * Return conditions are same as __raw_notifier_call_chain. 145 * state that may cause some blocks in the same power domain to reset. 155 * Return conditions are same as __raw_notifier_call_chain. 167 * low power state that may have caused some blocks in the same power domain [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | locale_facets.h | 370 * classifying. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 371 * same input. in _GLIBCXX_VISIBILITY() 388 * classifying. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 389 * same input. in _GLIBCXX_VISIBILITY() 407 * match searching. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 408 * same input. in _GLIBCXX_VISIBILITY() 426 * match searching. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 427 * same input. in _GLIBCXX_VISIBILITY() 446 * uppercasing. do_toupper() must always return the same result for in _GLIBCXX_VISIBILITY() 447 * the same input. in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | locale_facets.h | 370 * classifying. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 371 * same input. in _GLIBCXX_VISIBILITY() 388 * classifying. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 389 * same input. in _GLIBCXX_VISIBILITY() 407 * match searching. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 408 * same input. in _GLIBCXX_VISIBILITY() 426 * match searching. do_is() must always return the same result for the in _GLIBCXX_VISIBILITY() 427 * same input. in _GLIBCXX_VISIBILITY() 446 * uppercasing. do_toupper() must always return the same result for in _GLIBCXX_VISIBILITY() 447 * the same input. in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | st,stih4xx.txt | 18 - clock-names: names of the clocks listed in clocks property in the same 36 - clock-names: names of the clocks listed in clocks property in the same 40 - reset-names: names of the resets listed in resets property in the same 50 the same order. 53 - reset-names: names of the resets listed in resets property in the same 62 the same order. 65 the same order 68 - clock-names: names of the clocks listed in clocks property in the same 78 the same order. 82 - clock-names: names of the clocks listed in clocks property in the same [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | cputopology.rst | 41 internal kernel map of CPUs within the same core. 46 human-readable list of CPUs within the same core. 51 internal kernel map of the CPUs sharing the same physical_package_id. 56 human-readable list of CPUs sharing the same physical_package_id. 61 internal kernel map of CPUs within the same die. 65 human-readable list of CPUs within the same die. 69 internal kernel map of cpuX's hardware threads within the same 74 human-readable list of cpuX's hardware threads within the same 79 internal kernel map of cpuX's hardware threads within the same 84 human-readable list of cpuX's hardware threads within the same
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power9/ |
| H A D | translation.json | 15 …ata cache was reloaded with Shared (S) data from another core's L2 on the same chip due to a deman… 25 …age Table Entry was loaded into the TLB from another chip's memory on the same Node or Group (Dist… 35 …ded into the TLB with Shared (S) data from another chip's L2 or L3 on the same Node or Group (Remo… 75 …o the TLB either shared or modified data from another core's L2/L3 on the same chip due to a instr… 80 …ion cache was reloaded with Shared (S) data from another core's L2 on the same chip due to an inst… 95 …a cache was reloaded with Modified (M) data from another core's L2 on the same chip due to a deman… 100 …"A Page Table Entry was loaded into the TLB from another chip's L4 on the same Node or Group ( Rem… 135 …cles to reload with Modified (M) data from another chip's L2 or L3 on the same Node or Group (Remo… 200 …n cycles to reload with Shared (S) data from another core's ECO L3 on the same chip due to a marke… 210 …d into the TLB with Modified (M) data from another chip's L2 or L3 on the same Node or Group (Remo… [all …]
|
| H A D | pipeline.json | 30 … reloaded either shared or modified data from another core's L2/L3 on the same chip due to a marke… 80 … loaded into the TLB with Modified (M) data from another core's L2 on the same chip due to a marke… 95 … loaded into the TLB with Modified (M) data from another core's L2 on the same chip due to a data … 100 … it lost arbitration onto the issue pipe to another instruction (from the same thread or a differe… 190 …e was reloaded with Modified (M) data from another chip's L2 or L3 on the same Node or Group (Remo… 235 …e was reloaded with Modified (M) data from another chip's L2 or L3 on the same Node or Group (Remo… 250 …ded into the TLB with Shared (S) data from another chip's L2 or L3 on the same Node or Group (Remo… 260 …d into the TLB with Modified (M) data from another chip's L2 or L3 on the same Node or Group (Remo… 265 …age Table Entry was loaded into the TLB from another chip's memory on the same Node or Group (Dist… 285 …The processor's data cache was reloaded from another chip's memory on the same Node or Group (Dist… [all …]
|
| H A D | cache.json | 10 …nstruction is not allowed to complete because any of the 4 threads in the same core suffered a flu… 25 …"BriefDescription": "Duration in cycles to reload from another chip's L4 on the same Node or Group… 40 … reloaded either shared or modified data from another core's L2/L3 on the same chip due to an inst… 50 … processor's Instruction cache was reloaded from another chip's L4 on the same Node or Group ( Rem… 55 …che was reloaded with Shared (S) data from another chip's L2 or L3 on the same Node or Group (Remo… 80 …age Table Entry was loaded into the TLB from another chip's memory on the same Node or Group ( Rem… 100 …e was reloaded with Modified (M) data from another chip's L2 or L3 on the same Node or Group (Remo…
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/ |
| H A D | pac.c | 73 int same = 0; in n_same_single_set() local 86 same += 1; in n_same_single_set() 89 return same; in n_same_single_set() 254 int same = 10; in TEST() local 283 if (tmp < same) in TEST() 284 same = tmp; in TEST() 287 ASSERT_EQ(0, same) TH_LOG("%d keys clashed every time", same); in TEST() 299 int same = 10; in TEST() local 320 if (ret < same) in TEST() 321 same = ret; in TEST() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/ |
| H A D | bcm1480_scd.h | 25 * Pull in the BCM1250's SCD since lots of stuff is the same. 152 * Same as BCM1250 159 * Same as BCM1250 172 * The watchdogs are almost the same as the 1250, except 205 * The timer registers are the same as the BCM1250 213 * Same as BCM1250 220 * Same as BCM1250 228 * SPC_CFG_SRC[0-3] is the same as the 1250. 281 * Same as BCM1250. 287 * Same as BCM1250. [all …]
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | rtc.c | 38 bool same; in cmp_times() local 40 same = expect->tm_sec == time->tm_sec; in cmp_times() 41 same &= expect->tm_min == time->tm_min; in cmp_times() 42 same &= expect->tm_hour == time->tm_hour; in cmp_times() 43 same &= expect->tm_mday == time->tm_mday; in cmp_times() 44 same &= expect->tm_mon == time->tm_mon; in cmp_times() 45 same &= expect->tm_year == time->tm_year; in cmp_times() 46 if (!same && show) { in cmp_times() 51 return same ? 0 : -EINVAL; in cmp_times()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | af_xdp.rst | 30 UMEM. RX and TX can share the same UMEM so that a packet does not have 165 to the same chunk. If the user application is run in the unaligned 261 This flag enables you to bind multiple sockets to the same UMEM. It 262 works on the same queue id, between queue ids and between 269 sockets bound to the same netdev and queue id. The UMEM (tied to the 315 same UMEM. However, note that you need to supply the 324 to two different queue ids on the same netdev. Create the first socket 330 socket. These two sockets will now share one and the same UMEM. 333 case where sockets were bound to the same queue id and 344 one. Both methods yield the same result. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | chacha20.h | 123 * \note A ChaCha20 context can be re-used with the same key by 126 * \warning You must never use the same nonce twice with the same key. 128 * messages encrypted with the same nonce and key. 146 * Since ChaCha20 is a stream cipher, the same operation is 157 * order to encrypt of decrypt data piecewise with the same 181 * Since ChaCha20 is a stream cipher, the same operation is 184 * \warning You must never use the same (key, nonce) pair more than 186 * the messages encrypted with the same nonce and key.
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | zswap.rst | 117 Some of the pages in zswap are same-value filled pages (i.e. contents of the 118 page have same value or repetitive pattern). These pages include zero-filled 120 checked if it is a same-value filled page before compressing it. If true, the 121 compressed length of the page is set to zero and the pattern or same-filled 124 Same-value filled pages identification feature is enabled by default and can be 132 When zswap same-filled page identification is disabled at runtime, it will stop 133 checking for the same-value filled pages during store operation. However, the 134 existing pages which are marked as same-value filled pages remain stored 151 of pages stored, same-value filled pages and various counters for the reasons
|