Lines Matching full:patch
20 '0001-generate-schema-headers-manually.patch',
21 '0002-generate-nnacl-simd-headers-manually.patch',
22 '0003-implement-mindir-module-and-support-nnrt-delegate.patch',
23 '0004-adapt-build-gn-and-provide-C-API-for-OHOS.patch',
24 '0005-mindir-add-custom-op.patch',
25 '0006-Support-converting-THIRDPARTY-model-in-MSLite.patch',
26 '0007-support-third-party-model-in-mslite-runtime.patch',
27 '0008-add-js-api.patch',
28 '0009-adapt-nnrt-v2_0.patch',
29 '0010-nnrt-delegate-supports-heterogeneous-predition.patch',
30 '0011-replace-memcpy-with-memcpy_s-in-mindir.patch',
31 '0012-add-secure-option.patch',
32 '0013-train-0001.patch',
33 '0014-train-0002.patch',
34 '0015-train-0003.patch',
35 '0016-fix-train-bug.patch',
36 '0017-support-build-training-lib.patch',
37 '0018-mindir-MaxPoolFusion-add-roundMode.patch',
38 '0019-change-nnrt-as-external_dep-in-mindir.patch',
39 '0020-add-ohos-js-callback-api-and-bugfix.patch',
40 '0021-js-namespace-bugfix.patch',
41 '0022-support-cross-compile-with-ohos-ndk.patch',
42 '0023-js-info-bugfix.patch',
43 '0024-js-info2-bugfix.patch',
44 '0025-js-callback-bugfix.patch',
45 '0026-js-buffer-add-bugfix.patch',
46 '0027-js-buffer-leakage-bugfix.patch',
47 '0028-modify-ext_dep-hilog.patch',
48 '0029-change-subsystem-name-to-thirdparty.patch',
49 '0030-fix-core-binding-in-ohos.patch',
50 '0031-backport-CVE-2023-2970.patch',
51 '0032-js-enable-enum.patch',
52 '0033-support-fp16-for-arm64-arch.patch',
53 '0034-splite-ndk-so.patch',
54 '0035-nnrt-delegate-support-metagraph.patch',
55 '0036-new-dynamic-quant-algorigthm-and-init-packed.patch',
56 '0037-npu-support-custom-model.patch',
57 '0038-adapt-nnrt-ext-deps.patch',
58 '0039-fix-double-destry-nnrt-mode.patch',
59 '0040-js-add-nnrt-device.patch',
60 '0041-fix-int8-bug.patch',
61 '0042-upgrade-openEuler-flatbuffers.patch',
70 for patch in patches:
71 print('Applying ', patch, '...')
72 ret = os.system('git apply ' + patch_dir + '/' + patch)
74 raise Exception("Apply patch {} failed.".format(patch))
75 os.system('git add .; git commit -m "auto-apply ' + patch + '"')