@qvac/ocr-ggml 0.0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +179 -0
- package/NOTICE +63 -0
- package/README.md +330 -0
- package/addonLogging.d.ts +7 -0
- package/addonLogging.js +4 -0
- package/binding.js +21 -0
- package/index.d.ts +145 -0
- package/index.js +383 -0
- package/lib/error.js +80 -0
- package/ocr-ggml.js +121 -0
- package/package.json +96 -7
- package/prebuilds/android-arm64/qvac__ocr-ggml/libqvac-ggml-cpu-android_armv8.0_1.so +0 -0
- package/prebuilds/android-arm64/qvac__ocr-ggml/libqvac-ggml-cpu-android_armv8.2_1.so +0 -0
- package/prebuilds/android-arm64/qvac__ocr-ggml/libqvac-ggml-cpu-android_armv8.2_2.so +0 -0
- package/prebuilds/android-arm64/qvac__ocr-ggml/libqvac-ggml-cpu-android_armv8.6_1.so +0 -0
- package/prebuilds/android-arm64/qvac__ocr-ggml/libqvac-ggml-cpu-android_armv9.0_1.so +0 -0
- package/prebuilds/android-arm64/qvac__ocr-ggml/libqvac-ggml-cpu-android_armv9.2_1.so +0 -0
- package/prebuilds/android-arm64/qvac__ocr-ggml/libqvac-ggml-cpu-android_armv9.2_2.so +0 -0
- package/prebuilds/android-arm64/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/darwin-arm64/qvac__ocr-ggml.bare.exports +4277 -0
- package/prebuilds/darwin-x64/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/darwin-x64/qvac__ocr-ggml.bare.exports +4322 -0
- package/prebuilds/ios-arm64/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/ios-arm64/qvac__ocr-ggml.bare.exports +4262 -0
- package/prebuilds/ios-arm64-simulator/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/ios-arm64-simulator/qvac__ocr-ggml.bare.exports +4262 -0
- package/prebuilds/ios-x64-simulator/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/ios-x64-simulator/qvac__ocr-ggml.bare.exports +4311 -0
- package/prebuilds/linux-arm64/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/linux-x64/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/win32-x64/qvac__ocr-ggml.bare +0 -0
- package/prebuilds/win32-x64/qvac__ocr-ggml.bare.exports +0 -0
- package/test/integration/canvas-size.test.js +75 -0
- package/test/integration/doctr-basic.test.js +124 -0
- package/test/integration/doctr-clinical-chemistry.test.js +64 -0
- package/test/integration/doctr-ct-scan.test.js +66 -0
- package/test/integration/doctr-lab-results.test.js +65 -0
- package/test/integration/doctr-liver-function.test.js +67 -0
- package/test/integration/doctr-models.test.js +132 -0
- package/test/integration/doctr-param-validation.test.js +83 -0
- package/test/integration/error-handling.test.js +302 -0
- package/test/integration/full-coverage.test.js +292 -0
- package/test/integration/full-ocr-suite.test.js +83 -0
- package/test/integration/image-formats.test.js +168 -0
- package/test/integration/large-images.test.js +81 -0
- package/test/integration/lifecycle.test.js +269 -0
- package/test/integration/ocr-basic.test.js +70 -0
- package/test/integration/param-validation.test.js +86 -0
- package/test/integration/pipeline.test.js +61 -0
- package/test/integration/run-internal-ordering.test.js +75 -0
- package/test/integration/run-tests.sh +43 -0
- package/test/integration/run-with-exit.js +71 -0
- package/test/integration/utils.js +694 -0
- package/test/mobile/integration-runtime.cjs +71 -0
- package/test/mobile/integration.auto.cjs +102 -0
- package/test/mobile/test-groups.json +55 -0
|
@@ -0,0 +1,4322 @@
|
|
|
1
|
+
{
|
|
2
|
+
"main_library": {
|
|
3
|
+
"compatibility_versions": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0"
|
|
6
|
+
}
|
|
7
|
+
],
|
|
8
|
+
"current_versions": [
|
|
9
|
+
{
|
|
10
|
+
"version": "0.1.1"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"exported_symbols": [
|
|
14
|
+
{
|
|
15
|
+
"data": {
|
|
16
|
+
"global": [
|
|
17
|
+
"__ZTVN2cv16TLSDataContainerE",
|
|
18
|
+
"__ZTIN2cv8parallel14ParallelForAPIE",
|
|
19
|
+
"_TIFFFaxWhiteTable",
|
|
20
|
+
"__ZTIN4ggml3cpu13tensor_traitsE",
|
|
21
|
+
"__ZTIN2cv5MatOpE",
|
|
22
|
+
"__ZTSN2cv11FileStorageE",
|
|
23
|
+
"__ZTSN4ggml3cpu17extra_buffer_typeE",
|
|
24
|
+
"__TIFFerrorHandler",
|
|
25
|
+
"__length_code",
|
|
26
|
+
"__ZTSN2cv16ParallelLoopBodyE",
|
|
27
|
+
"_png_sRGB_delta",
|
|
28
|
+
"_lzma_fastpos",
|
|
29
|
+
"_lzma_footer_magic",
|
|
30
|
+
"_TIFFFaxBlackTable",
|
|
31
|
+
"__ZTSN2cv16TLSDataContainerE",
|
|
32
|
+
"__ZTSN2cv9ExceptionE",
|
|
33
|
+
"_lzma_crc64_table",
|
|
34
|
+
"_png_sRGB_table",
|
|
35
|
+
"__ZN2cv13__terminationE",
|
|
36
|
+
"_lzma_rc_prices",
|
|
37
|
+
"_jpeg_natural_order",
|
|
38
|
+
"__ZN24OcrLazyInitializeBackend21g_recordedBackendsDirE",
|
|
39
|
+
"__TIFFwarningHandlerExt",
|
|
40
|
+
"__ZTVN23qvac_lib_infer_ocr_ggml8PipelineE",
|
|
41
|
+
"_VP8GetCPUInfo",
|
|
42
|
+
"__ZTIN23qvac_lib_infer_ocr_ggml8PipelineE",
|
|
43
|
+
"__ZTVN2cv9FormatterE",
|
|
44
|
+
"__ZTSN23qvac_lib_infer_ocr_ggml8PipelineE",
|
|
45
|
+
"__ZTIN2cv9FormatterE",
|
|
46
|
+
"__ZTIN2cv9ExceptionE",
|
|
47
|
+
"__ZTVN4ggml3cpu13tensor_traitsE",
|
|
48
|
+
"__ZTVN2cv9FormattedE",
|
|
49
|
+
"_lzma_crc32_table",
|
|
50
|
+
"_png_sRGB_base",
|
|
51
|
+
"__ZTSN2cv12MatAllocatorE",
|
|
52
|
+
"__ZTVN2cv8parallel14ParallelForAPIE",
|
|
53
|
+
"__ZTVN2cv9ExceptionE",
|
|
54
|
+
"__ZTVN2cv12MatAllocatorE",
|
|
55
|
+
"__TIFFerrorHandlerExt",
|
|
56
|
+
"__ZTSN4ggml3cpu13tensor_traitsE",
|
|
57
|
+
"_ggml_table_f32_e8m0_half",
|
|
58
|
+
"_TIFFFaxMainTable",
|
|
59
|
+
"_inflate_copyright",
|
|
60
|
+
"__ZTVN2cv11FileStorageE",
|
|
61
|
+
"_jpeg_aritab",
|
|
62
|
+
"__ZTVN2cv16ParallelLoopBodyE",
|
|
63
|
+
"__ZN24OcrLazyInitializeBackend13g_initializedE",
|
|
64
|
+
"__ZTSN2cv8parallel14ParallelForAPIE",
|
|
65
|
+
"_ggml_table_gelu_f16",
|
|
66
|
+
"__ZTIN2cv16ParallelLoopBodyE",
|
|
67
|
+
"__ZTSN2cv5MatOpE",
|
|
68
|
+
"__ZTSN2cv11FileStorage4ImplE",
|
|
69
|
+
"_lzma_header_magic",
|
|
70
|
+
"__ZTSN2cv9FormatterE",
|
|
71
|
+
"__ZTSN2cv9FormattedE",
|
|
72
|
+
"_z_errmsg",
|
|
73
|
+
"_TIFFFaxWhiteCodes",
|
|
74
|
+
"__ZTVN4ggml3cpu17extra_buffer_typeE",
|
|
75
|
+
"__dist_code",
|
|
76
|
+
"__ZTIN2cv11FileStorage4ImplE",
|
|
77
|
+
"__ZTIN2cv12MatAllocatorE",
|
|
78
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGML5VOCABE",
|
|
79
|
+
"__ZTIN2cv16TLSDataContainerE",
|
|
80
|
+
"_TIFFFaxBlackCodes",
|
|
81
|
+
"__ZTVN2cv11FileStorage4ImplE",
|
|
82
|
+
"_ggml_table_f32_f16",
|
|
83
|
+
"__TIFFwarningHandler",
|
|
84
|
+
"__ZTIN2cv9FormattedE",
|
|
85
|
+
"__ZN24OcrLazyInitializeBackend11g_initMutexE",
|
|
86
|
+
"__ZTIN4ggml3cpu17extra_buffer_typeE",
|
|
87
|
+
"_deflate_copyright",
|
|
88
|
+
"__ZTIN2cv11FileStorageE",
|
|
89
|
+
"_ggml_table_gelu_quick_f16",
|
|
90
|
+
"_ggml_critical_section_mutex",
|
|
91
|
+
"__ZTVN2cv5MatOpE",
|
|
92
|
+
"__ZN24OcrLazyInitializeBackend10g_refCountE",
|
|
93
|
+
"__TIFFBuiltinCODECS"
|
|
94
|
+
],
|
|
95
|
+
"weak": [
|
|
96
|
+
"__ZTS11BlobsStreamIcE",
|
|
97
|
+
"__ZTSNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
98
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI11block_mxfp4Lx4ELx4EL9ggml_type8EEE",
|
|
99
|
+
"__ZTINSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerC1EvEUlRKNS2_6Output6LogMsgEE_NS_9allocatorIS9_EEFP10js_value_sS8_EEE",
|
|
100
|
+
"__ZTINSt3__16vectorIN7easyocr4ggml8pipeline12InferredTextENS_9allocatorIS4_EEEE",
|
|
101
|
+
"__ZTIZN28qvac_lib_inference_addon_cpp7AddonJs9cancelJobEvEUlvE_",
|
|
102
|
+
"__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp8AddonCppENS_9allocatorIS2_EEEE",
|
|
103
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface10instances_E",
|
|
104
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q8_0Lx8ELx4EL9ggml_type8EEE",
|
|
105
|
+
"__ZTIN8js_blobs15FinalizedStreamIcEE",
|
|
106
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q6_KLx8ELx8EL9ggml_type15EEE",
|
|
107
|
+
"__ZTS24gguf_bytes_buffer_reader",
|
|
108
|
+
"__ZTIN28qvac_lib_inference_addon_cpp2js16UniqueRefDeleterE",
|
|
109
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl17BaseOutputHandlerIP10js_value_sNSt3__16vectorINS4_4pairINS4_12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENS4_7variantIJdxEEEEENSA_ISF_EEEEEE",
|
|
110
|
+
"__ZTINSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
111
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx8ELx8EL9ggml_type8EEE",
|
|
112
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q8_0Lx4ELx4EL9ggml_type8EEE",
|
|
113
|
+
"__ZTSNSt3__110shared_ptrIN2cv15ImageCollection4ImplEE27__shared_ptr_default_deleteIS3_S3_EE",
|
|
114
|
+
"__ZNSt3__19__any_imp17__unique_typeinfoIN28qvac_lib_inference_addon_cpp6Output5ErrorEE4__idE",
|
|
115
|
+
"__ZTSNSt3__120__shared_ptr_emplaceINS_5mutexENS_9allocatorIS1_EEEE",
|
|
116
|
+
"__ZTSN23qvac_lib_infer_ocr_ggml8OcrInputE",
|
|
117
|
+
"__ZTSNSt3__114basic_ofstreamIcNS_11char_traitsIcEEEE",
|
|
118
|
+
"__ZTSN28qvac_lib_inference_addon_cpp5model6IModelE",
|
|
119
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerE",
|
|
120
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
121
|
+
"__ZTSN28qvac_lib_inference_addon_cpp5model12IModelCancelE",
|
|
122
|
+
"__ZTIN4ggml3cpu6repack18tensor_traits_baseE",
|
|
123
|
+
"__ZTINSt3__110__function6__baseIFP10js_value_sRKN28qvac_lib_inference_addon_cpp6Output5ErrorEEEE",
|
|
124
|
+
"__ZTSNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE",
|
|
125
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13logger_async_E",
|
|
126
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
127
|
+
"__ZTSNSt3__16vectorIN7easyocr4ggml8pipeline12InferredTextENS_9allocatorIS4_EEEE",
|
|
128
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx4ELx4EL9ggml_type8EEE",
|
|
129
|
+
"__ZTINSt3__113basic_filebufIcNS_11char_traitsIcEEEE",
|
|
130
|
+
"__ZTINSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
131
|
+
"__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerENS_9allocatorIS3_EEEE",
|
|
132
|
+
"__ZTIN28qvac_lib_inference_addon_cpp5model12IModelCancelE",
|
|
133
|
+
"__ZTINSt3__120__shared_ptr_pointerIPhPFvPvENS_9allocatorIhEEEE",
|
|
134
|
+
"__ZTSN2cv3hal5DFT2DE",
|
|
135
|
+
"__ZTI15gguf_writer_buf",
|
|
136
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl19JsBaseOutputHandlerINSt3__16vectorINS2_4pairINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_7variantIJdxEEEEENS8_ISD_EEEEEE",
|
|
137
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl17BaseOutputHandlerIP10js_value_sNS_6Output5ErrorEEE",
|
|
138
|
+
"__ZTSNSt3__120__shared_ptr_pointerIPhPFvPvENS_9allocatorIhEEEE",
|
|
139
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl19JsBaseOutputHandlerINS_6Output6LogMsgEEE",
|
|
140
|
+
"__ZTINSt3__112codecvt_utf8IDiLm1114111ELNS_12codecvt_modeE0EEE",
|
|
141
|
+
"__ZTINSt3__110__function6__baseIFP10js_value_sRKNS_6vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENS9_ISE_EEEEEEE",
|
|
142
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_KLx4ELx8EL9ggml_type15EEE",
|
|
143
|
+
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterface10instances_E",
|
|
144
|
+
"__ZTSZN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerC1EvEUlRKNSt3__16vectorINS2_4pairINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_7variantIJdxEEEEENS8_ISD_EEEEE_",
|
|
145
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerE",
|
|
146
|
+
"__ZTSNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
147
|
+
"__ZTSNSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerC1EvEUlRKNS_6vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENSA_ISF_EEEEE_NSA_ISK_EEFP10js_value_sSJ_EEE",
|
|
148
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
149
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q4_KLx8ELx8EL9ggml_type15EEE",
|
|
150
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q5_KLx8ELx8EL9ggml_type15EEE",
|
|
151
|
+
"__ZTINSt3__120__shared_ptr_emplaceINS_6vectorIhNS_9allocatorIhEEEENS2_IS4_EEEE",
|
|
152
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q6_KLx4ELx8EL9ggml_type15EEE",
|
|
153
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl22OutputHandlerInterfaceIP10js_value_sEE",
|
|
154
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerE",
|
|
155
|
+
"__ZTIN4ggml3cpu6repack17extra_buffer_typeE",
|
|
156
|
+
"__ZTINSt3__117bad_function_callE",
|
|
157
|
+
"__ZTSN28qvac_lib_inference_addon_cpp23OutputCallBackInterfaceE",
|
|
158
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx8ELx8EL9ggml_type8EEE",
|
|
159
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q4_KLx4ELx8EL9ggml_type15EEE",
|
|
160
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl24JsOutputHandlerInterfaceE",
|
|
161
|
+
"__ZTS16gguf_writer_base",
|
|
162
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI12block_iq4_nlLx4ELx4EL9ggml_type8EEE",
|
|
163
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI12block_iq4_nlLx8ELx8EL9ggml_type8EEE",
|
|
164
|
+
"__ZTINSt3__120__shared_ptr_pointerIPN2cv15ImageCollection4ImplENS_10shared_ptrIS3_E27__shared_ptr_default_deleteIS3_S3_EENS_9allocatorIS3_EEEE",
|
|
165
|
+
"__ZTSZN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerC1EvEUlRKNS_6Output6LogMsgEE_",
|
|
166
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI12block_iq4_nlLx4ELx4EL9ggml_type8EEE",
|
|
167
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
|
|
168
|
+
"__ZTINSt3__114basic_ofstreamIcNS_11char_traitsIcEEEE",
|
|
169
|
+
"__ZTSN28qvac_lib_inference_addon_cpp6Output5ErrorE",
|
|
170
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl19JsBaseOutputHandlerINS_6Output5ErrorEEE",
|
|
171
|
+
"__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp11OutputQueueENS_9allocatorIS2_EEEE",
|
|
172
|
+
"__ZTIN28qvac_lib_inference_addon_cpp23OutputCallBackInterfaceE",
|
|
173
|
+
"__ZTIN28qvac_lib_inference_addon_cpp5model15IModelAsyncLoadE",
|
|
174
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q5_KLx8ELx8EL9ggml_type15EEE",
|
|
175
|
+
"__ZTSNSt3__112codecvt_utf8IDiLm1114111ELNS_12codecvt_modeE0EEE",
|
|
176
|
+
"__ZNSt3__19__any_imp17__unique_typeinfoINS_6vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENS7_ISC_EEEEE4__idE",
|
|
177
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI11block_mxfp4Lx8ELx8EL9ggml_type8EEE",
|
|
178
|
+
"__ZTSNSt3__110__function6__baseIFP10js_value_sRKNS_6vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENS9_ISE_EEEEEEE",
|
|
179
|
+
"__ZTIN2cv3hal5DCT2DE",
|
|
180
|
+
"__ZTSN4ggml3cpu6repack18tensor_traits_baseE",
|
|
181
|
+
"__ZTSN28qvac_lib_inference_addon_cpp2js16UniqueRefDeleterE",
|
|
182
|
+
"__ZTIN28qvac_lib_inference_addon_cpp16OutputCallBackJsE",
|
|
183
|
+
"__ZTINSt3__110__function6__baseIFvRKN2cv5RangeEEEE",
|
|
184
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q8_0Lx4ELx4EL9ggml_type8EEE",
|
|
185
|
+
"__ZTI17gguf_bytes_reader",
|
|
186
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q2_KLx8ELx8EL9ggml_type15EEE",
|
|
187
|
+
"__ZTSNSt3__110__function6__baseIFvvEEE",
|
|
188
|
+
"__ZTINSt3__16vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENS5_ISA_EEEE",
|
|
189
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerE",
|
|
190
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx4ELx4EL9ggml_type8EEE",
|
|
191
|
+
"__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp8AddonCppENS_9allocatorIS2_EEEE",
|
|
192
|
+
"__ZNSt3__19__any_imp17__unique_typeinfoINS_6vectorIN7easyocr4ggml8pipeline12InferredTextENS_9allocatorIS6_EEEEE4__idE",
|
|
193
|
+
"__ZTSNSt3__110__function6__baseIFP10js_value_sRKN28qvac_lib_inference_addon_cpp6Output6LogMsgEEEE",
|
|
194
|
+
"__ZTINSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerC1EvEUlRKNS_6vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENSA_ISF_EEEEE_NSA_ISK_EEFP10js_value_sSJ_EEE",
|
|
195
|
+
"__ZTSN28qvac_lib_inference_addon_cpp6Output6LogMsgE",
|
|
196
|
+
"__ZTSNSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerC1EvEUlRKNS2_6Output6LogMsgEE_NS_9allocatorIS9_EEFP10js_value_sS8_EEE",
|
|
197
|
+
"__ZTINSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
198
|
+
"__ZTSN28qvac_lib_inference_addon_cpp16OutputCallBackJsE",
|
|
199
|
+
"__ZTIN28qvac_lib_inference_addon_cpp6Output5ErrorE",
|
|
200
|
+
"__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp6logger8JsLogger5StateENS_9allocatorIS4_EEEE",
|
|
201
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_KLx8ELx8EL9ggml_type15EEE",
|
|
202
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl17BaseOutputHandlerIP10js_value_sNS_6Output5ErrorEEE",
|
|
203
|
+
"__ZTINSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp7AddonJs9cancelJobEvEUlvE_NS_9allocatorIS4_EEFvvEEE",
|
|
204
|
+
"__ZNSt3__19__any_imp17__unique_typeinfoIN23qvac_lib_infer_ocr_ggml8OcrInputEE4__idE",
|
|
205
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger16async_initiated_E",
|
|
206
|
+
"__ZTSNSt3__119basic_ostringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
207
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface13instancesMtx_E",
|
|
208
|
+
"__ZTIN23qvac_lib_infer_ocr_ggml8OcrInputE",
|
|
209
|
+
"__ZTSNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
210
|
+
"__ZTIZN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerC1EvEUlRKNS_6Output6LogMsgEE_",
|
|
211
|
+
"__ZTSNSt3__110__function6__baseIFP10js_value_sRKN28qvac_lib_inference_addon_cpp6Output5ErrorEEEE",
|
|
212
|
+
"__ZTINSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
213
|
+
"__ZTINSt3__110__function6__baseIFvvEEE",
|
|
214
|
+
"__ZTSZN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerC1EvEUlRKNS_6Output5ErrorEE_",
|
|
215
|
+
"__ZTSNSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp7AddonJs9cancelJobEvEUlvE_NS_9allocatorIS4_EEFvvEEE",
|
|
216
|
+
"__ZTI24gguf_bytes_buffer_reader",
|
|
217
|
+
"__ZTINSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE",
|
|
218
|
+
"__ZTI11BlobsStreamIcE",
|
|
219
|
+
"__ZTSNSt3__120__shared_ptr_pointerIPN2cv15ImageCollection4ImplENS_10shared_ptrIS3_E27__shared_ptr_default_deleteIS3_S3_EENS_9allocatorIS3_EEEE",
|
|
220
|
+
"__ZTIZN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerC1EvEUlRKNS_6Output5ErrorEE_",
|
|
221
|
+
"__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerENS_9allocatorIS3_EEEE",
|
|
222
|
+
"__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp6logger8JsLogger5StateENS_9allocatorIS4_EEEE",
|
|
223
|
+
"__ZTSNSt3__120__shared_ptr_emplaceIN2cv11FileStorage4ImplENS_9allocatorIS3_EEEE",
|
|
224
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl17BaseOutputHandlerIP10js_value_sNSt3__16vectorINS4_4pairINS4_12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENS4_7variantIJdxEEEEENSA_ISF_EEEEEE",
|
|
225
|
+
"__ZTINSt3__120__shared_ptr_emplaceINS_5mutexENS_9allocatorIS1_EEEE",
|
|
226
|
+
"__ZTSN8js_blobs15FinalizedStreamIcEE",
|
|
227
|
+
"__ZTINSt3__120__shared_ptr_emplaceIN2cv11FileStorage4ImplENS_9allocatorIS3_EEEE",
|
|
228
|
+
"__ZTSNSt3__120__shared_ptr_emplaceINS_6vectorIhNS_9allocatorIhEEEENS2_IS4_EEEE",
|
|
229
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl17BaseOutputHandlerIP10js_value_sNS_6Output6LogMsgEEE",
|
|
230
|
+
"__ZTIN2cv3hal5DFT2DE",
|
|
231
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q8_0Lx8ELx4EL9ggml_type8EEE",
|
|
232
|
+
"__ZTI16gguf_writer_file",
|
|
233
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl19JsBaseOutputHandlerINS_6Output5ErrorEEE",
|
|
234
|
+
"__ZTSN11qvac_errors11StatusErrorE",
|
|
235
|
+
"__ZTSN28qvac_lib_inference_addon_cpp2js22ThreadQueuedRefDeleterE",
|
|
236
|
+
"__ZTSNSt3__119basic_istringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
237
|
+
"__ZTINSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerC1EvEUlRKNS2_6Output5ErrorEE_NS_9allocatorIS9_EEFP10js_value_sS8_EEE",
|
|
238
|
+
"__ZTSPFvPvE",
|
|
239
|
+
"__ZTIN2cv3hal5DFT1DE",
|
|
240
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl17BaseOutputHandlerIP10js_value_sNS_6Output6LogMsgEEE",
|
|
241
|
+
"__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerENS_9allocatorIS3_EEEE",
|
|
242
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerE",
|
|
243
|
+
"__ZTS22gguf_bytes_file_reader",
|
|
244
|
+
"__ZTIN11qvac_errors11StatusErrorE",
|
|
245
|
+
"__ZTS15gguf_writer_buf",
|
|
246
|
+
"__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
|
|
247
|
+
"__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerENS_9allocatorIS3_EEEE",
|
|
248
|
+
"__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp11OutputQueueENS_9allocatorIS2_EEEE",
|
|
249
|
+
"__ZTSZN28qvac_lib_inference_addon_cpp7AddonJs9cancelJobEvEUlvE_",
|
|
250
|
+
"__ZTSN28qvac_lib_inference_addon_cpp9out_handl19JsBaseOutputHandlerINS_6Output6LogMsgEEE",
|
|
251
|
+
"__ZTSNSt3__117bad_function_callE",
|
|
252
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx8ELx4EL9ggml_type8EEE",
|
|
253
|
+
"__ZTIN28qvac_lib_inference_addon_cpp2js22ThreadQueuedRefDeleterE",
|
|
254
|
+
"__ZTINSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp9out_handl21JsLogMsgOutputHandlerENS_9allocatorIS3_EEEE",
|
|
255
|
+
"__ZTSN28qvac_lib_inference_addon_cpp5model15IModelAsyncLoadE",
|
|
256
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI11block_mxfp4Lx4ELx4EL9ggml_type8EEE",
|
|
257
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI12block_iq4_nlLx8ELx8EL9ggml_type8EEE",
|
|
258
|
+
"__ZNSt3__16ranges5__cpo4findE",
|
|
259
|
+
"__ZGVN28qvac_lib_inference_addon_cpp11JsInterface13instancesMtx_E",
|
|
260
|
+
"__ZTSNSt3__110__function6__funcIZN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerC1EvEUlRKNS2_6Output5ErrorEE_NS_9allocatorIS9_EEFP10js_value_sS8_EEE",
|
|
261
|
+
"__ZTINSt3__119basic_ostringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE",
|
|
262
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q4_0Lx8ELx4EL9ggml_type8EEE",
|
|
263
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q6_KLx4ELx8EL9ggml_type15EEE",
|
|
264
|
+
"__ZTIZN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerC1EvEUlRKNSt3__16vectorINS2_4pairINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_7variantIJdxEEEEENS8_ISD_EEEEE_",
|
|
265
|
+
"__ZTINSt3__110__function6__baseIFP10js_value_sRKN28qvac_lib_inference_addon_cpp6Output6LogMsgEEEE",
|
|
266
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q5_KLx4ELx8EL9ggml_type15EEE",
|
|
267
|
+
"__ZNSt3__119piecewise_constructE",
|
|
268
|
+
"__ZTS17gguf_bytes_reader",
|
|
269
|
+
"__ZTSNSt3__110__function6__baseIFvRKN2cv5RangeEEEE",
|
|
270
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q2_KLx8ELx8EL9ggml_type15EEE",
|
|
271
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI11block_mxfp4Lx8ELx8EL9ggml_type8EEE",
|
|
272
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl24JsOutputHandlerInterfaceE",
|
|
273
|
+
"__ZTIN28qvac_lib_inference_addon_cpp5model6IModelE",
|
|
274
|
+
"__ZTSN4ggml3cpu6repack13tensor_traitsI10block_q5_KLx4ELx8EL9ggml_type15EEE",
|
|
275
|
+
"__ZTSNSt3__16vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENS5_ISA_EEEE",
|
|
276
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerE",
|
|
277
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl22OutputHandlerInterfaceIP10js_value_sEE",
|
|
278
|
+
"__ZTIN4ggml3cpu6repack13tensor_traitsI10block_q6_KLx8ELx8EL9ggml_type15EEE",
|
|
279
|
+
"__ZTI22gguf_bytes_file_reader",
|
|
280
|
+
"__ZNSt3__19__any_imp17__unique_typeinfoIN28qvac_lib_inference_addon_cpp6Output6LogMsgEE4__idE",
|
|
281
|
+
"__ZTSN4ggml3cpu6repack17extra_buffer_typeE",
|
|
282
|
+
"__ZTI16gguf_writer_base",
|
|
283
|
+
"__ZTSN2cv3hal5DCT2DE",
|
|
284
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
|
|
285
|
+
"__ZTSNSt3__120__shared_ptr_emplaceIN28qvac_lib_inference_addon_cpp9out_handl20JsErrorOutputHandlerENS_9allocatorIS3_EEEE",
|
|
286
|
+
"__ZTSNSt3__113basic_filebufIcNS_11char_traitsIcEEEE",
|
|
287
|
+
"__ZTIN28qvac_lib_inference_addon_cpp6Output6LogMsgE",
|
|
288
|
+
"__ZTIN28qvac_lib_inference_addon_cpp9out_handl19JsBaseOutputHandlerINSt3__16vectorINS2_4pairINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_7variantIJdxEEEEENS8_ISD_EEEEEE",
|
|
289
|
+
"__ZTS16gguf_writer_file",
|
|
290
|
+
"__ZTSN2cv3hal5DFT1DE"
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
"text": {
|
|
294
|
+
"global": [
|
|
295
|
+
"__ZN2cv3hal19cvtTwoPlaneYUVtoBGREPKhmS2_mPhmiiibiNS_13AlgorithmHintE",
|
|
296
|
+
"__ZN2cv11FileStorage4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_",
|
|
297
|
+
"__ZN2cv11FileStorage5writeERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_3MatE",
|
|
298
|
+
"_cvAdaptiveThreshold",
|
|
299
|
+
"_png_get_y_offset_microns",
|
|
300
|
+
"__ZN2cv11FileStorage5writeERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEx",
|
|
301
|
+
"_ggml_backend_name",
|
|
302
|
+
"_ggml_soft_max_ext_inplace",
|
|
303
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGML15extractPolygonsERKN2cv3MatEfiiiiii",
|
|
304
|
+
"_cvLinearPolar",
|
|
305
|
+
"__ZN2cv3hal15warpPerspectiveEiPKhmiiPhmiiPKdiiS5_",
|
|
306
|
+
"_TIFFForceStrileArrayWriting",
|
|
307
|
+
"__ZN2cv6dilateERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_6Point_IiEEiiRKNS_7Scalar_IdEE",
|
|
308
|
+
"_TIFFReadFromUserBuffer",
|
|
309
|
+
"_jpeg_idct_ifast",
|
|
310
|
+
"__ZN2cvdvERKNS_7MatExprEd",
|
|
311
|
+
"_cvSeqInsertSlice",
|
|
312
|
+
"__ZNK2cv11_InputArray15getGpuMatVectorERNSt3__16vectorINS_4cuda6GpuMatENS1_9allocatorIS4_EEEE",
|
|
313
|
+
"_ggml_backend_dev_count",
|
|
314
|
+
"__ZN2cvplERKNS_7Scalar_IdEERKNS_3MatE",
|
|
315
|
+
"__ZNK2cv3Mat4diagEi",
|
|
316
|
+
"__ZN2cv4UMatC2EiiiRKNS_7Scalar_IdEENS_14UMatUsageFlagsE",
|
|
317
|
+
"__ZN2cv3MatC1ERKS0_RKNSt3__16vectorINS_5RangeENS3_9allocatorIS5_EEEE",
|
|
318
|
+
"_ggml_backend_sched_get_backend",
|
|
319
|
+
"__ZN2cv15ImageCollection4Impl5resetEv",
|
|
320
|
+
"__ZN2cv11FileStorage5writeERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEi",
|
|
321
|
+
"__ZN2cv3hal5not8uEPKhmS2_mPhmiiPv",
|
|
322
|
+
"__ZN2cv3hal11cvtXYZtoBGREPKhmPhmiiiib",
|
|
323
|
+
"_cvContourArea",
|
|
324
|
+
"_jpeg_CreateDecompress",
|
|
325
|
+
"_ggml_backend_cpu_init",
|
|
326
|
+
"_ggml_backend_dev_buffer_from_host_ptr",
|
|
327
|
+
"_quantize_row_mxfp4",
|
|
328
|
+
"__ZN2cv3sumERKNS_11_InputArrayE",
|
|
329
|
+
"__ZN2cv18getVersionRevisionEv",
|
|
330
|
+
"__ZN2cv9SparseMat3HdrC2EiPKii",
|
|
331
|
+
"__ZNK2cv4UMat3invEi",
|
|
332
|
+
"_lzma_strm_init",
|
|
333
|
+
"_ggml_quantize_chunk",
|
|
334
|
+
"_ggml_backend_init_by_name",
|
|
335
|
+
"__Z7cvFloorRKN2cv10softdoubleE",
|
|
336
|
+
"_png_benign_error",
|
|
337
|
+
"_png_free_buffer_list",
|
|
338
|
+
"_ggml_print_backtrace",
|
|
339
|
+
"__ZN2cv18getCPUFeaturesLineEv",
|
|
340
|
+
"__ZN2cv11writeScalarERNS_11FileStorageEf",
|
|
341
|
+
"__ZN2cv5instr8NodeDataD2Ev",
|
|
342
|
+
"_ggml_compute_forward_flash_attn_back",
|
|
343
|
+
"_ggml_im2col",
|
|
344
|
+
"_png_ascii_from_fp",
|
|
345
|
+
"_png_destroy_png_struct",
|
|
346
|
+
"_TIFFRGBAImageEnd",
|
|
347
|
+
"_TIFFSwabShort",
|
|
348
|
+
"__ZN2cv10drawMarkerERKNS_17_InputOutputArrayENS_6Point_IiEERKNS_7Scalar_IdEEiiii",
|
|
349
|
+
"__ZN2cv11FileStorage4Impl13Base64DecoderC2Ev",
|
|
350
|
+
"_jpeg12_idct_1x1",
|
|
351
|
+
"_ggml_compute_forward_map_custom2",
|
|
352
|
+
"__ZN2cv15calcCovarMatrixERKNS_11_InputArrayERKNS_12_OutputArrayERKNS_17_InputOutputArrayEii",
|
|
353
|
+
"_gguf_find_tensor",
|
|
354
|
+
"__ZN2cv19connectedComponentsERKNS_11_InputArrayERKNS_12_OutputArrayEii",
|
|
355
|
+
"__ZN2cv4UMatC2EiiiNS_14UMatUsageFlagsE",
|
|
356
|
+
"__ZN4ggml3cpu6repack6repackI10block_q2_KLx8ELx8EEEiP11ggml_tensorPKvm",
|
|
357
|
+
"__ZNK2cv5MatOp4diagERKNS_7MatExprEiRS1_",
|
|
358
|
+
"_WebPAnimEncoderSetChunk",
|
|
359
|
+
"__ZNK2cv8KeyPoint4hashEv",
|
|
360
|
+
"_ggml_rope_custom",
|
|
361
|
+
"_png_set_sRGB",
|
|
362
|
+
"_jpeg12_idct_6x6",
|
|
363
|
+
"_WebPDecodeARGBInto",
|
|
364
|
+
"__ZN2cv3hal7recip8sEPKamS2_mPamiiPv",
|
|
365
|
+
"__ZN2cv10softdoubleC2Ei",
|
|
366
|
+
"__ZN2cv3hal11normHammingEPKhS2_ii",
|
|
367
|
+
"__ZN2cv11FileStorage4Impl17resizeWriteBufferEPci",
|
|
368
|
+
"__ZN2cv3MatC2Ev",
|
|
369
|
+
"_png_set_compression_window_bits",
|
|
370
|
+
"__ZNK2cv12MatAllocator23getBufferPoolControllerEPKc",
|
|
371
|
+
"_ggml_exp_inplace",
|
|
372
|
+
"__Z14gguf_type_size9gguf_type",
|
|
373
|
+
"_png_set_expand_gray_1_2_4_to_8",
|
|
374
|
+
"_png_push_read_IDAT",
|
|
375
|
+
"_ggml_cpu_has_sse3",
|
|
376
|
+
"_gztell",
|
|
377
|
+
"_lzma_raw_encoder_memusage",
|
|
378
|
+
"_ggml_compute_forward_top_k",
|
|
379
|
+
"__ZN2cv5errorERKNS_9ExceptionE",
|
|
380
|
+
"_ggml_fp32_to_bf16_row",
|
|
381
|
+
"__ZN2cv9polylinesERKNS_17_InputOutputArrayEPKPKNS_6Point_IiEEPKiibRKNS_7Scalar_IdEEiii",
|
|
382
|
+
"_jpeg_start_compress",
|
|
383
|
+
"__ZN2cv8internal18WriteStructContextC2ERNS_11FileStorageERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEiSC_",
|
|
384
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInferenceC2ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEfiSB_i",
|
|
385
|
+
"_quantize_row_q8_K_generic",
|
|
386
|
+
"__ZNK2cv12_OutputArray9fixedSizeEv",
|
|
387
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText17populateImageListERKNS1_23StepBoundingBoxesOutputE",
|
|
388
|
+
"__ZN2cv3hal5sub8uEPKhmS2_mPhmiiPv",
|
|
389
|
+
"_XYZtoRGB24",
|
|
390
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q4_KLx4ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
391
|
+
"_ggml_is_permuted",
|
|
392
|
+
"_gzoffset64",
|
|
393
|
+
"_ggml_new_f32",
|
|
394
|
+
"_lzma_alloc",
|
|
395
|
+
"_ggml_gelu_erf_inplace",
|
|
396
|
+
"_ggml_vec_dot_iq3_s_q8_K",
|
|
397
|
+
"_png_get_y_pixels_per_inch",
|
|
398
|
+
"_ggml_view_2d",
|
|
399
|
+
"__ZN2cv3hal5mul8uEPKhmS2_mPhmiiPv",
|
|
400
|
+
"_cvSet1D",
|
|
401
|
+
"_j16copy_sample_rows",
|
|
402
|
+
"_jpeg12_idct_5x5",
|
|
403
|
+
"_png_xy_from_XYZ",
|
|
404
|
+
"__ZN2cv5instr8NodeDataC1ERS1_",
|
|
405
|
+
"__ZN7easyocr4ggml12CraftWeights6build_ERKNS0_10GgufLoaderEP12ggml_backend",
|
|
406
|
+
"_TIFFGetMode",
|
|
407
|
+
"_lzma_lzma_optimum_normal",
|
|
408
|
+
"_ggml_vec_dot_q5_K_q8_K",
|
|
409
|
+
"__ZN2cv4readERKNS_8FileNodeERNS_9SparseMatERKS3_",
|
|
410
|
+
"_jinit_upsampler",
|
|
411
|
+
"__ZN2cvmiERKNS_7Scalar_IdEERKNS_7MatExprE",
|
|
412
|
+
"__ZN2cv3maxERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
413
|
+
"_png_fixed_ITU",
|
|
414
|
+
"_WebPMuxGetFrame",
|
|
415
|
+
"_ggml_pool_2d",
|
|
416
|
+
"__ZN2cv3Mat8copySizeERKS0_",
|
|
417
|
+
"_ggml_backend_sched_split_graph",
|
|
418
|
+
"_ggml_compute_forward_get_rows_back",
|
|
419
|
+
"_ggml_fp32_to_bf16",
|
|
420
|
+
"_jpeg_destroy_compress",
|
|
421
|
+
"_cvUseOptimized",
|
|
422
|
+
"_ggml_backend_buffer_init_tensor",
|
|
423
|
+
"_TIFFClientdata",
|
|
424
|
+
"__ZN2cveqERKNS_3MatEd",
|
|
425
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox21getListOfBoxesToMergeERKNSt3__16vectorINS3_5arrayIfLm6EEENS3_9allocatorIS6_EEEE",
|
|
426
|
+
"_TIFFSetTagExtender",
|
|
427
|
+
"_TIFFIsByteSwapped",
|
|
428
|
+
"__ZN2cv6detail17check_failed_autoEfRKNS0_12CheckContextE",
|
|
429
|
+
"__ZNK2cv11_InputArray8sameSizeERKS0_",
|
|
430
|
+
"_TIFFUnsetField",
|
|
431
|
+
"__ZNK2cv7MatExpr4diagEi",
|
|
432
|
+
"_jinit_master_decompress",
|
|
433
|
+
"_ggml_acc",
|
|
434
|
+
"__ZN2cv4readERKNS_8FileNodeERff",
|
|
435
|
+
"_gguf_find_key",
|
|
436
|
+
"_cvColorToScalar",
|
|
437
|
+
"_jpeg12_idct_12x12",
|
|
438
|
+
"_cvError",
|
|
439
|
+
"__ZN2cv4sqrtERKNS_10softdoubleE",
|
|
440
|
+
"_ggml_hash_set_new",
|
|
441
|
+
"_TIFFReadScanline",
|
|
442
|
+
"_ggml_cross_entropy_loss",
|
|
443
|
+
"_png_get_compression_type",
|
|
444
|
+
"_ggml_is_matrix",
|
|
445
|
+
"__ZN2cv11cartToPolarERKNS_11_InputArrayES2_RKNS_12_OutputArrayES5_b",
|
|
446
|
+
"__ZN2cv4UMatC1ERKS0_RKNS_5Rect_IiEE",
|
|
447
|
+
"__ZN2cv10checkRangeERKNS_11_InputArrayEbPNS_6Point_IiEEdd",
|
|
448
|
+
"_zlibCompileFlags",
|
|
449
|
+
"_ggml_map_custom2_inplace",
|
|
450
|
+
"_ggml_backend_sched_alloc_graph",
|
|
451
|
+
"_WebPDemuxPrevFrame",
|
|
452
|
+
"__ZN2cv15NAryMatIteratorC2EPPKNS_3MatEPPhi",
|
|
453
|
+
"_inflateReset",
|
|
454
|
+
"_ggml_cont_1d",
|
|
455
|
+
"__ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb",
|
|
456
|
+
"__TIFFMultiply64",
|
|
457
|
+
"__ZN4ggml3cpu13tensor_traitsD2Ev",
|
|
458
|
+
"_ggml_compute_forward_repeat",
|
|
459
|
+
"_j16init_c_prep_controller",
|
|
460
|
+
"__ZNK2cv11_InputArray6sizendEPii",
|
|
461
|
+
"__ZN2cv3hal4or8uEPKhmS2_mPhmiiPv",
|
|
462
|
+
"_TIFFRGBAImageBegin",
|
|
463
|
+
"__ZN2cv15NAryMatIteratorC2Ev",
|
|
464
|
+
"_TIFFRawStripSize",
|
|
465
|
+
"__ZN2cv13imencodemultiERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERKNS_11_InputArrayERNS0_6vectorIhNS4_IhEEEERKNSC_IiNS4_IiEEEE",
|
|
466
|
+
"_ggml_backend_tensor_copy_async",
|
|
467
|
+
"__ZN2cv4UMatC2ERKS0_RKNS_5RangeES5_",
|
|
468
|
+
"__ZN2cv9SparseMat7newNodeEPKim",
|
|
469
|
+
"_ggml_set_f32_1d",
|
|
470
|
+
"__ZN2cv3dctERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
471
|
+
"_ggml_backend_alloc_buffer",
|
|
472
|
+
"__ZN4ggml3cpu6repack6repackI12block_iq4_nlLx4ELx4EEEiP11ggml_tensorPKvm",
|
|
473
|
+
"_cvMulSpectrums",
|
|
474
|
+
"_ggml_add",
|
|
475
|
+
"__ZN2cv3hal5DFT1D6createEiiiiPb",
|
|
476
|
+
"_ggml_mean",
|
|
477
|
+
"__ZN2cv3hal5mul8sEPKamS2_mPamiiPv",
|
|
478
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInferenceC1ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEfiSB_i",
|
|
479
|
+
"__ZN2cv22getFontScaleFromHeightEiii",
|
|
480
|
+
"__TIFFNoSeek",
|
|
481
|
+
"_gguf_type_name",
|
|
482
|
+
"_ggml_compute_forward_add_id",
|
|
483
|
+
"_jpeg_free_small",
|
|
484
|
+
"_png_convert_to_rfc1123_buffer",
|
|
485
|
+
"_png_read_push_finish_row",
|
|
486
|
+
"_png_set_shift",
|
|
487
|
+
"__ZNK2cv11_InputArray6offsetEi",
|
|
488
|
+
"__Z19ggml_quantize_mat_tILx4EL9ggml_type15EEvPKfPvxx",
|
|
489
|
+
"_inflateMark",
|
|
490
|
+
"_lzma_index_iter_next",
|
|
491
|
+
"_png_read_finish_IDAT",
|
|
492
|
+
"_dequantize_row_iq2_xxs",
|
|
493
|
+
"__ZN2cv9SparseMat5eraseEiiiPm",
|
|
494
|
+
"_lzma_block_header_decode",
|
|
495
|
+
"_ggml_cpu_has_avx512_vnni",
|
|
496
|
+
"_png_write_sRGB",
|
|
497
|
+
"_png_write_iTXt",
|
|
498
|
+
"_ggml_build_forward_expand",
|
|
499
|
+
"_TIFFFdOpen",
|
|
500
|
+
"_png_set_sRGB_gAMA_and_cHRM",
|
|
501
|
+
"_TIFFReadRGBATile",
|
|
502
|
+
"_lzma_properties_decode",
|
|
503
|
+
"_ggml_backend_load_all_from_path",
|
|
504
|
+
"__TIFFCleanupIFDOffsetAndNumberMaps",
|
|
505
|
+
"_ggml_expm1_inplace",
|
|
506
|
+
"__ZN2cv3absERKNS_7MatExprE",
|
|
507
|
+
"__ZNK2cv9Exception4whatEv",
|
|
508
|
+
"__ZNK2cv16MatConstIterator4lposEv",
|
|
509
|
+
"_ggml_is_transposed",
|
|
510
|
+
"_lzma_lzma2_props_encode",
|
|
511
|
+
"_ggml_graph_add_node",
|
|
512
|
+
"_WebPAnimDecoderGetDemuxer",
|
|
513
|
+
"__ZNK23qvac_lib_infer_ocr_ggml8Pipeline12runtimeStatsEv",
|
|
514
|
+
"_quantize_row_q3_K",
|
|
515
|
+
"_lzma_bufcpy",
|
|
516
|
+
"__ZN2cv19connectedComponentsERKNS_11_InputArrayERKNS_12_OutputArrayEiii",
|
|
517
|
+
"__ZN2cv3Mat19getDefaultAllocatorEv",
|
|
518
|
+
"_TIFFJPEGIsFullStripRequired",
|
|
519
|
+
"_png_set_strip_alpha",
|
|
520
|
+
"_lzma_crc64",
|
|
521
|
+
"_gguf_get_val_u8",
|
|
522
|
+
"__ZN2cv6detail17check_failed_autoEbbRKNS0_12CheckContextE",
|
|
523
|
+
"__ZNK2cv3PCA7projectERKNS_11_InputArrayE",
|
|
524
|
+
"__ZNK2cv11_InputArray8channelsEi",
|
|
525
|
+
"_png_set_cLLI_fixed",
|
|
526
|
+
"__ZN2cv6divideEdRKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
527
|
+
"_ggml_graph_clear",
|
|
528
|
+
"_png_set_interlace_handling",
|
|
529
|
+
"__ZN2cv10softdoubleC2Ex",
|
|
530
|
+
"_inflateGetHeader",
|
|
531
|
+
"_ggml_sqrt_inplace",
|
|
532
|
+
"__ZNK2cv16FileNodeIterator9remainingEv",
|
|
533
|
+
"_TIFFVTileSize64",
|
|
534
|
+
"__ZN2cv11FileStorage20getDefaultObjectNameERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
|
|
535
|
+
"__ZNK7easyocr4ggml12CraftWeights1wERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
536
|
+
"__ZN2cv11FileStorage4Impl3eofEv",
|
|
537
|
+
"__ZN2cv3MatC1ERKNSt3__16vectorIiNS1_9allocatorIiEEEEi",
|
|
538
|
+
"_jpeg_mem_term",
|
|
539
|
+
"_LogLuv32toXYZ",
|
|
540
|
+
"_TIFFFileno",
|
|
541
|
+
"_gguf_set_val_u8",
|
|
542
|
+
"_cvFastArctan",
|
|
543
|
+
"__ZN2cv8internal18WriteStructContextD1Ev",
|
|
544
|
+
"_cvSetSeqBlockSize",
|
|
545
|
+
"_ggml_backend_get_max_size",
|
|
546
|
+
"_png_write_info_before_PLTE",
|
|
547
|
+
"_jpeg_quality_scaling",
|
|
548
|
+
"__ZN2cv11FileStorage4Impl19convertToCollectionEiRNS_8FileNodeE",
|
|
549
|
+
"_lzma_simple_x86_decoder_init",
|
|
550
|
+
"_ggml_flash_attn_back",
|
|
551
|
+
"_quantize_q4_1",
|
|
552
|
+
"__ZN2cv8clearSeqEP5CvSeq",
|
|
553
|
+
"_cvGetSize",
|
|
554
|
+
"_png_check_fp_number",
|
|
555
|
+
"__ZNK2cv12_OutputArray6neededEv",
|
|
556
|
+
"_jpeg_set_colorspace",
|
|
557
|
+
"_ggml_soft_max_ext_back_inplace",
|
|
558
|
+
"__ZNK2cv5MatOp8multiplyERKNS_7MatExprES3_RS1_d",
|
|
559
|
+
"_lzma_block_unpadded_size",
|
|
560
|
+
"__ZN2cv3hal14cvtBGR5x5toBGREPKhmPhmiiibi",
|
|
561
|
+
"_cvSeqSearch",
|
|
562
|
+
"_gzread",
|
|
563
|
+
"__ZN2cv15ImageCollectionixEi",
|
|
564
|
+
"_LogLuv32fromXYZ",
|
|
565
|
+
"_TIFFOpenExt",
|
|
566
|
+
"__ZN2cv5utils7logging8internal15getGlobalLogTagEv",
|
|
567
|
+
"_jpeg_write_raw_data",
|
|
568
|
+
"_cvReshape",
|
|
569
|
+
"_TIFFWriteDirectory",
|
|
570
|
+
"_ggml_compute_forward_cont",
|
|
571
|
+
"_ggml_gallocr_new",
|
|
572
|
+
"_png_set_cHRM",
|
|
573
|
+
"__ZNK2cv8FileNode7isNamedEv",
|
|
574
|
+
"__ZN17gguf_bytes_readerD0Ev",
|
|
575
|
+
"_cvTranspose",
|
|
576
|
+
"_ggml_tanh_inplace",
|
|
577
|
+
"_ggml_compute_forward_div",
|
|
578
|
+
"_png_write_IHDR",
|
|
579
|
+
"_ggml_backend_sched_synchronize",
|
|
580
|
+
"_png_write_tRNS",
|
|
581
|
+
"_cvCvtColor",
|
|
582
|
+
"_ggml_backend_buffer_get_usage",
|
|
583
|
+
"__ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEd",
|
|
584
|
+
"_ggml_expm1",
|
|
585
|
+
"__ZN2cv5utils7logging8internal15writeLogMessageENS1_8LogLevelEPKc",
|
|
586
|
+
"_ggml_used_mem",
|
|
587
|
+
"__ZN2cv2LUEPdmiS0_mi",
|
|
588
|
+
"_quantize_row_q8_0_generic",
|
|
589
|
+
"_ggml_op_symbol",
|
|
590
|
+
"__ZNK2cv5MatOp6matmulERKNS_7MatExprES3_RS1_",
|
|
591
|
+
"_j12copy_sample_rows",
|
|
592
|
+
"_ggml_diag",
|
|
593
|
+
"_j12init_inverse_dct",
|
|
594
|
+
"_lzma_validate_chain",
|
|
595
|
+
"_png_free_jmpbuf",
|
|
596
|
+
"__ZN2cv14seqRemoveSliceEP5CvSeq7CvSlice",
|
|
597
|
+
"_jinit_huff_decoder",
|
|
598
|
+
"_ggml_fp16_to_fp32",
|
|
599
|
+
"_png_get_y_offset_inches",
|
|
600
|
+
"__ZNK2cv11_InputArray6copyToERKNS_12_OutputArrayERKS0_",
|
|
601
|
+
"_dequantize_row_iq2_xs",
|
|
602
|
+
"__ZN2cv4sortERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
603
|
+
"_ggml_bf16_to_fp32",
|
|
604
|
+
"_ggml_add_inplace",
|
|
605
|
+
"__ZNK2cv5MatOp12augAssignXorERKNS_7MatExprERNS_3MatE",
|
|
606
|
+
"_TIFFRGBAImageOK",
|
|
607
|
+
"__ZNK2cv7MatExpr3colEi",
|
|
608
|
+
"_ggml_log_callback_default",
|
|
609
|
+
"_cvRemap",
|
|
610
|
+
"_inflateSyncPoint",
|
|
611
|
+
"_quantize_row_q3_K_ref",
|
|
612
|
+
"__TIFFSwab32BitData",
|
|
613
|
+
"_WebPPictureImportBGRA",
|
|
614
|
+
"__ZN2cv3maxERKNS_3MatES2_",
|
|
615
|
+
"_cvLogPolar",
|
|
616
|
+
"_ggml_backend_buft_get_max_size",
|
|
617
|
+
"_png_set_palette_to_rgb",
|
|
618
|
+
"__ZN2cv11_InputArrayC2ERKNS_7MatExprE",
|
|
619
|
+
"__ZN2cv11FileStorage4Impl25make_write_struct_delayedEPKciS3_",
|
|
620
|
+
"__ZN2cv11contourAreaERKNS_11_InputArrayEb",
|
|
621
|
+
"_lzma_index_file_size",
|
|
622
|
+
"_ggml_set_loss",
|
|
623
|
+
"__TIFFsetByteArray",
|
|
624
|
+
"__ZN2cv4UMat4onesEiiiNS_14UMatUsageFlagsE",
|
|
625
|
+
"_ggml_aligned_free",
|
|
626
|
+
"_gguf_set_val_f32",
|
|
627
|
+
"_WebPPictureImportBGR",
|
|
628
|
+
"_png_get_progressive_ptr",
|
|
629
|
+
"_png_zalloc",
|
|
630
|
+
"_png_set_bgr",
|
|
631
|
+
"_gguf_set_arr_data",
|
|
632
|
+
"_ggml_clamp",
|
|
633
|
+
"_ggml_sum_rows",
|
|
634
|
+
"_cvDCT",
|
|
635
|
+
"_ggml_backend_sched_get_n_copies",
|
|
636
|
+
"_ggml_compute_forward_win_unpart",
|
|
637
|
+
"_ggml_ssm_conv",
|
|
638
|
+
"_ggml_backend_supports_buft",
|
|
639
|
+
"_png_write_pHYs",
|
|
640
|
+
"__ZNK2cv11FileStorage4Impl16normalizeNodeOfsERmS2_",
|
|
641
|
+
"__ZN2cv3MatC1ERKS0_RKNS_5Rect_IiEE",
|
|
642
|
+
"_VP8LGetInfo",
|
|
643
|
+
"__ZN2cv3hal8recip32sEPKimS2_mPimiiPv",
|
|
644
|
+
"__ZN2cv11imreadmultiERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERNS0_6vectorINS_3MatENS4_ISA_EEEEiii",
|
|
645
|
+
"_cvGraphRemoveVtxByPtr",
|
|
646
|
+
"_ggml_set",
|
|
647
|
+
"_TIFFInitSGILog",
|
|
648
|
+
"__ZN2cv3Mat6resizeEmRKNS_7Scalar_IdEE",
|
|
649
|
+
"_jpeg_fdct_islow",
|
|
650
|
+
"_deflateInit_",
|
|
651
|
+
"_WebPAnimEncoderGetError",
|
|
652
|
+
"_WebPConfigLosslessPreset",
|
|
653
|
+
"__ZN2cv9rectangleERKNS_17_InputOutputArrayENS_6Point_IiEES4_RKNS_7Scalar_IdEEiii",
|
|
654
|
+
"_jinit_d_diff_controller",
|
|
655
|
+
"_jpeg_std_error",
|
|
656
|
+
"_lzma_mf_bt2_skip",
|
|
657
|
+
"_lzma_simple_props_encode",
|
|
658
|
+
"__ZNK2cv4UMat3dotERKNS_11_InputArrayE",
|
|
659
|
+
"__ZNK2cv12MatAllocator5unmapEPNS_8UMatDataE",
|
|
660
|
+
"__ZN2cv3hal9cvt32f16fEPKfPNS_6hfloatEi",
|
|
661
|
+
"_png_set_swap_alpha",
|
|
662
|
+
"_ggml_new_tensor_3d",
|
|
663
|
+
"__ZN2cv3MatC1EiPKiiRKNS_7Scalar_IdEE",
|
|
664
|
+
"_ggml_set_no_alloc",
|
|
665
|
+
"_cvAbsDiff",
|
|
666
|
+
"_png_set_IHDR",
|
|
667
|
+
"_png_get_mDCV",
|
|
668
|
+
"_jpeg12_idct_islow",
|
|
669
|
+
"_cvSet2D",
|
|
670
|
+
"__ZN2cv6copyToERKNS_11_InputArrayERKNS_12_OutputArrayES2_",
|
|
671
|
+
"_png_get_bit_depth",
|
|
672
|
+
"__ZN2cv3Mat4onesEiii",
|
|
673
|
+
"_png_get_palette_max",
|
|
674
|
+
"__ZN2cv6resizeERKNS_11_InputArrayERKNS_12_OutputArrayENS_5Size_IiEEddi",
|
|
675
|
+
"__ZN2cv3SVD9backSubstERKNS_11_InputArrayES3_S3_S3_RKNS_12_OutputArrayE",
|
|
676
|
+
"_cvGetErrStatus",
|
|
677
|
+
"_ggml_compute_forward_add_non_quantized",
|
|
678
|
+
"_j16init_c_main_controller",
|
|
679
|
+
"_j12init_c_main_controller",
|
|
680
|
+
"__ZN2cv11FileStorage4Impl18writeRawDataBase64EPKvmPKc",
|
|
681
|
+
"__ZN2cv7details20saveFPDenormalsStateERNS0_20FPDenormalsModeStateE",
|
|
682
|
+
"_ggml_compute_forward_cpy",
|
|
683
|
+
"_TIFFTileSize",
|
|
684
|
+
"__ZN2cv15NAryMatIteratorC1EPPKNS_3MatEPS1_i",
|
|
685
|
+
"__ZN2cv3hal5morphEiiiPhmS1_miiiiiiiiiiiS1_miiiiiPKdib",
|
|
686
|
+
"__ZN2cv3hal15cvtGraytoBGR5x5EPKhmPhmiii",
|
|
687
|
+
"__ZN2cv7noArrayEv",
|
|
688
|
+
"__ZN7easyocr4ggml15CrnnGen2WeightsD2Ev",
|
|
689
|
+
"__ZN2cv11FileStorage4Impl5flushEv",
|
|
690
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph11loadWeightsERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS1_6vectorIP12ggml_backendNS5_ISC_EEEERNSA_IS7_NS5_IS7_EEEE",
|
|
691
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox7processENS1_28StepDetectionInferenceOutputE",
|
|
692
|
+
"_ggml_compute_forward_diag_mask_inf",
|
|
693
|
+
"_ggml_type_name",
|
|
694
|
+
"_jpeg_CreateCompress",
|
|
695
|
+
"__ZN2cv11FileStorageD2Ev",
|
|
696
|
+
"__ZN2cv16FileNodeIteratorC1Ev",
|
|
697
|
+
"_ggml_get_mem_buffer",
|
|
698
|
+
"__ZN2cv3hal7merge8uEPPKhPhii",
|
|
699
|
+
"_cvMinEnclosingCircle",
|
|
700
|
+
"_lzma_mf_bt3_find",
|
|
701
|
+
"_gguf_set_val_f64",
|
|
702
|
+
"_jinit_huff_encoder",
|
|
703
|
+
"_ggml_sgn",
|
|
704
|
+
"_png_image_begin_read_from_memory",
|
|
705
|
+
"__ZN2cvorERKNS_3MatERKNS_7Scalar_IdEE",
|
|
706
|
+
"_WebPDecodeBGRAInto",
|
|
707
|
+
"__ZNK2cv4UMat3mulERKNS_11_InputArrayEd",
|
|
708
|
+
"_png_set_invert_alpha",
|
|
709
|
+
"__ZN2cv3hal5cmp8sEPKamS2_mPhmiiPv",
|
|
710
|
+
"__ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE",
|
|
711
|
+
"_jpeg_destroy_decompress",
|
|
712
|
+
"_png_set_sBIT",
|
|
713
|
+
"__ZNK2cv11_InputArray9getGpuMatEv",
|
|
714
|
+
"_ggml_sub",
|
|
715
|
+
"_ggml_graph_reset",
|
|
716
|
+
"_png_set_bKGD",
|
|
717
|
+
"_jround_up",
|
|
718
|
+
"__ZN2cv12mulSpectrumsERKNS_11_InputArrayES2_RKNS_12_OutputArrayEib",
|
|
719
|
+
"_TIFFSwabArrayOfLong8",
|
|
720
|
+
"_cvSort",
|
|
721
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInference10preprocessERKN2cv3MatEfPf",
|
|
722
|
+
"_TIFFGetCloseProc",
|
|
723
|
+
"__ZN2cv6mulAddERKNS_9softfloatES2_S2_",
|
|
724
|
+
"_jpeg_idct_9x9",
|
|
725
|
+
"_WebPDemuxNextChunk",
|
|
726
|
+
"__ZNK2cv9softfloatgeERKS0_",
|
|
727
|
+
"_png_set_add_alpha",
|
|
728
|
+
"_png_get_mem_ptr",
|
|
729
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText14processImgListEPKNSt3__16atomicIbEE",
|
|
730
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q4_0Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
731
|
+
"_lzma_bcj_arm64_decode",
|
|
732
|
+
"_dequantize_row_iq4_nl",
|
|
733
|
+
"__ZN2cv10PCAComputeERKNS_11_InputArrayERKNS_17_InputOutputArrayERKNS_12_OutputArrayES8_d",
|
|
734
|
+
"_jpeg12_idct_15x15",
|
|
735
|
+
"_ggml_cpu_has_amx_int8",
|
|
736
|
+
"__ZN2cv3MatC2EiPKiiRKNS_7Scalar_IdEE",
|
|
737
|
+
"__ZN2cv11FileStorage4Impl12getsFromFileEPci",
|
|
738
|
+
"_jpeg_finish_compress",
|
|
739
|
+
"_cvTrace",
|
|
740
|
+
"_lzma_index_init",
|
|
741
|
+
"_ggml_add_rel_pos_inplace",
|
|
742
|
+
"__TIFFFillStriles",
|
|
743
|
+
"__ZN2cvmiERKNS_7MatExprERKNS_7Scalar_IdEE",
|
|
744
|
+
"__ZNK2cv11_InputArray12isContinuousEi",
|
|
745
|
+
"__ZN2cvmlERKNS_3MatERKNS_7MatExprE",
|
|
746
|
+
"_WebPMuxAssemble",
|
|
747
|
+
"_ggml_compute_forward_soft_max_ext_back",
|
|
748
|
+
"__ZN23qvac_lib_infer_ocr_ggml8Pipeline12processImageERKNS_8OcrInputE",
|
|
749
|
+
"__ZN7easyocr4ggml3ops17conv_2d_bias_reluEP12ggml_contextP11ggml_tensorS5_S5_iiiiii",
|
|
750
|
+
"__ZN2cv15ImageCollection4Impl5beginEPS0_",
|
|
751
|
+
"__ZN4ggml3cpu6repack4gemmI11block_mxfp4Lx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
752
|
+
"_ggml_swiglu_split",
|
|
753
|
+
"_TIFFGetFieldDefaulted",
|
|
754
|
+
"__ZN2cv4UMatC1ERKS0_",
|
|
755
|
+
"_crc32_z",
|
|
756
|
+
"_lzma_block_encoder_init",
|
|
757
|
+
"_ggml_backend_cpu_set_use_ref",
|
|
758
|
+
"__ZN2cv11minAreaRectERKNS_11_InputArrayE",
|
|
759
|
+
"__ZN2cv3hal6add32fEPKfmS2_mPfmiiPv",
|
|
760
|
+
"__ZNK2cv5MatOp3absERKNS_7MatExprERS1_",
|
|
761
|
+
"__ZN2cv4UMat8copySizeERKS0_",
|
|
762
|
+
"_cvOrS",
|
|
763
|
+
"_ggml_gemv_q6_K_8x4_q8_K",
|
|
764
|
+
"_ggml_backend_sched_graph_compute",
|
|
765
|
+
"_lzma_bcj_x86_decode",
|
|
766
|
+
"__ZN2cv11FileStorage4Impl10parseErrorEPKcRKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEES3_i",
|
|
767
|
+
"__ZN2cv5utils7logging14registerLogTagEPNS1_6LogTagE",
|
|
768
|
+
"_TIFFGetConfiguredCODECs",
|
|
769
|
+
"__ZN2cv4idftERKNS_11_InputArrayERKNS_12_OutputArrayEii",
|
|
770
|
+
"__ZNK2cv7MatExpr4sizeEv",
|
|
771
|
+
"_lzma_filters_copy",
|
|
772
|
+
"_cvPtr1D",
|
|
773
|
+
"_ggml_pad_reflect_1d",
|
|
774
|
+
"_lzma_block_header_size",
|
|
775
|
+
"__ZNK2cv16FileNodeIterator7equalToERKS0_",
|
|
776
|
+
"__ZNK2cv8FileNodeixERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
|
|
777
|
+
"_ggml_count_equal_masked",
|
|
778
|
+
"_ggml_gallocr_reserve_n",
|
|
779
|
+
"_ggml_quantize_init",
|
|
780
|
+
"__ZN2cv10PCAComputeERKNS_11_InputArrayERKNS_17_InputOutputArrayERKNS_12_OutputArrayEd",
|
|
781
|
+
"_png_write_row",
|
|
782
|
+
"_ggml_swiglu_swapped",
|
|
783
|
+
"__ZN2cv11randShuffleERKNS_17_InputOutputArrayEdPNS_3RNGE",
|
|
784
|
+
"_png_set_sCAL_fixed",
|
|
785
|
+
"__ZN2cv8filter2DERKNS_11_InputArrayERKNS_12_OutputArrayEiS2_NS_6Point_IiEEdi",
|
|
786
|
+
"_ggml_backend_sched_get_buffer_type",
|
|
787
|
+
"__ZN4ggml3cpu6repack6repackI10block_q6_KLx4ELx8EEEiP11ggml_tensorPKvm",
|
|
788
|
+
"__ZN2cv6detail24check_failed_MatChannelsEiRKNS0_12CheckContextE",
|
|
789
|
+
"__TIFFReadEncodedTileAndAllocBuffer",
|
|
790
|
+
"_png_set_invert_mono",
|
|
791
|
+
"_ggml_log_internal",
|
|
792
|
+
"_gguf_get_meta_size",
|
|
793
|
+
"__ZN2cv11FileStorage4Impl9closeFileEv",
|
|
794
|
+
"_cvSetImageCOI",
|
|
795
|
+
"_lzma_index_checks",
|
|
796
|
+
"_ggml_get_type_traits_cpu",
|
|
797
|
+
"_j12init_c_diff_controller",
|
|
798
|
+
"_jinit_forward_dct",
|
|
799
|
+
"_ggml_cpu_bf16_to_fp32",
|
|
800
|
+
"_deflateInit2_",
|
|
801
|
+
"_png_get_IHDR",
|
|
802
|
+
"__TIFFNoTileEncode",
|
|
803
|
+
"_ggml_conv_transpose_2d_p0",
|
|
804
|
+
"_ggml_threadpool_new",
|
|
805
|
+
"_png_set_swap",
|
|
806
|
+
"_ggml_new_buffer",
|
|
807
|
+
"_png_set_sCAL",
|
|
808
|
+
"__ZN2cv11FileStorageC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_",
|
|
809
|
+
"__TIFFsetByteArrayExt",
|
|
810
|
+
"_dequantize_row_iq2_s",
|
|
811
|
+
"_quantize_q8_1",
|
|
812
|
+
"_lzma_mf_is_supported",
|
|
813
|
+
"_ggml_set_f32",
|
|
814
|
+
"__ZN2cv3Mat10deallocateEv",
|
|
815
|
+
"_png_compress_IDAT",
|
|
816
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGML18runSingleInferenceERKN2cv3MatE",
|
|
817
|
+
"_ggml_are_same_stride",
|
|
818
|
+
"_gguf_free",
|
|
819
|
+
"_ggml_reshape_2d",
|
|
820
|
+
"_WebPDemuxDelete",
|
|
821
|
+
"__TIFFmemset",
|
|
822
|
+
"_lzma_filter_encoder_is_supported",
|
|
823
|
+
"_ggml_backend_event_new",
|
|
824
|
+
"_ggml_cpu_has_vsx",
|
|
825
|
+
"_png_free",
|
|
826
|
+
"__ZNK2cv3Mat7reshapeEiiPKi",
|
|
827
|
+
"__ZN2cv4normERKNS_11_InputArrayES2_iS2_",
|
|
828
|
+
"_lzma_delta_decoder_init",
|
|
829
|
+
"_lzma_mf_find",
|
|
830
|
+
"_gguf_get_n_kv",
|
|
831
|
+
"_inflateValidate",
|
|
832
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox23loadConnectedComponentsERKN2cv3MatES6_",
|
|
833
|
+
"__ZN2cvanERKNS_3MatES2_",
|
|
834
|
+
"__ZN2cv15haveImageReaderERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE",
|
|
835
|
+
"_ggml_compute_forward_soft_max",
|
|
836
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeTextC2ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS3_4spanISA_Lm18446744073709551615EEENS2_6ConfigE",
|
|
837
|
+
"_lzma_index_cat",
|
|
838
|
+
"__ZN2cv11bitwise_notERKNS_11_InputArrayERKNS_12_OutputArrayES2_",
|
|
839
|
+
"__ZNK2cv11FileStorage4rootEi",
|
|
840
|
+
"__ZN2cv11FileStorage4Impl16startWriteStructEPKciS3_",
|
|
841
|
+
"__ZN2cv3hal8split32sEPKiPPiii",
|
|
842
|
+
"_TIFFGetUnmapFileProc",
|
|
843
|
+
"_TIFFRasterScanlineSize",
|
|
844
|
+
"__ZN2cv8subtractERKNS_11_InputArrayES2_RKNS_12_OutputArrayES2_i",
|
|
845
|
+
"_cvStdErrReport",
|
|
846
|
+
"_ggml_geglu_split",
|
|
847
|
+
"__ZN2cv16ParallelLoopBodyD2Ev",
|
|
848
|
+
"_ggml_gemv_q4_0_4x8_q8_0",
|
|
849
|
+
"_ggml_graph_nodes",
|
|
850
|
+
"__ZN2cv5utils5trace7details6Region17LocationExtraDataC2ERKNS3_21LocationStaticStorageE",
|
|
851
|
+
"__ZNK2cv4UMat6handleENS_10AccessFlagE",
|
|
852
|
+
"__ZN2cv11writeScalarERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
853
|
+
"__ZN2cv16UMatDataAutoLockD2Ev",
|
|
854
|
+
"_png_set_flush",
|
|
855
|
+
"_lzma_simple_x86_encoder_init",
|
|
856
|
+
"_png_get_x_offset_inches_fixed",
|
|
857
|
+
"_png_check_keyword",
|
|
858
|
+
"_ggml_count_equal",
|
|
859
|
+
"__ZN2cv16cvtColorTwoPlaneERKNS_11_InputArrayES2_RKNS_12_OutputArrayEiNS_13AlgorithmHintE",
|
|
860
|
+
"_TIFFInitZIP",
|
|
861
|
+
"_WebPDecodeBGRA",
|
|
862
|
+
"__ZN2cv9ExceptionD0Ev",
|
|
863
|
+
"__ZN2cv3ipp18setUseIPP_NotExactEb",
|
|
864
|
+
"_ggml_element_size",
|
|
865
|
+
"_ggml_set_2d",
|
|
866
|
+
"__ZN2cv15ImageCollectionC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEi",
|
|
867
|
+
"_gzclose",
|
|
868
|
+
"_ggml_critical_section_end",
|
|
869
|
+
"__ZN2cv4UMataSERKNS_7Scalar_IdEE",
|
|
870
|
+
"_LogLuv24toXYZ",
|
|
871
|
+
"_gzfwrite",
|
|
872
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText22destroyRecognizerGraphEv",
|
|
873
|
+
"_ggml_backend_supports_op",
|
|
874
|
+
"_TIFFWarningExtR",
|
|
875
|
+
"__ZNK2cv5MatOp15augAssignDivideERKNS_7MatExprERNS_3MatE",
|
|
876
|
+
"_png_write_cICP",
|
|
877
|
+
"__TIFFGetGpsFields",
|
|
878
|
+
"__ZN2cv8KeyPoint7overlapERKS0_S2_",
|
|
879
|
+
"_ggml_cont_3d",
|
|
880
|
+
"_ggml_solve_tri",
|
|
881
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q5_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
882
|
+
"_ggml_get_i32_1d",
|
|
883
|
+
"_TIFFHashSetNew",
|
|
884
|
+
"_adler32",
|
|
885
|
+
"_png_data_freer",
|
|
886
|
+
"_jpeg_idct_4x4",
|
|
887
|
+
"__ZN2cv16getTickFrequencyEv",
|
|
888
|
+
"__ZN2cv3hal10warpAffineEiPKhmiiPhmiiPKdiiS5_",
|
|
889
|
+
"__ZN2cv3hal8split64sEPKxPPxii",
|
|
890
|
+
"_lzma_index_memused",
|
|
891
|
+
"_cvWarpAffine",
|
|
892
|
+
"_ggml_compute_forward_get_rows",
|
|
893
|
+
"__ZN2cv16FileNodeIteratorppEi",
|
|
894
|
+
"__ZN2cv4swapERNS_4UMatES1_",
|
|
895
|
+
"_lzma_simple_sparc_decoder_init",
|
|
896
|
+
"__ZN2cv3LDA15subspaceProjectERKNS_11_InputArrayES3_S3_",
|
|
897
|
+
"_lzma_stream_encoder",
|
|
898
|
+
"_ggml_xielu",
|
|
899
|
+
"_png_check_IHDR",
|
|
900
|
+
"__ZN17gguf_bytes_readerD1Ev",
|
|
901
|
+
"_cvSVD",
|
|
902
|
+
"__ZN2cv9softfloatC1Ey",
|
|
903
|
+
"__ZN2cv11FileStorage4Impl32check_if_write_struct_is_delayedEb",
|
|
904
|
+
"__ZNK2cv8FileNode5emptyEv",
|
|
905
|
+
"__ZN2cv4UMat5zerosEiPKiiNS_14UMatUsageFlagsE",
|
|
906
|
+
"__TIFFSwab64BitData",
|
|
907
|
+
"__ZNK2cv10softdoublermERKS0_",
|
|
908
|
+
"__ZN2cv11findNonZeroERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
909
|
+
"__ZN2cv3hal5LU64fEPdmiS1_mi",
|
|
910
|
+
"_lzma_sha256_init",
|
|
911
|
+
"_jpeg12_idct_7x7",
|
|
912
|
+
"_TIFFHashSetRemove",
|
|
913
|
+
"__TIFFNoTileDecode",
|
|
914
|
+
"__TIFFreallocExt",
|
|
915
|
+
"_ggml_cpu_has_avx2",
|
|
916
|
+
"_png_destroy_gamma_table",
|
|
917
|
+
"_cvSetErrStatus",
|
|
918
|
+
"__ZN2cv9broadcastERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
919
|
+
"_ggml_sqrt",
|
|
920
|
+
"__ZN2cv8parallel21setParallelForBackendERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEb",
|
|
921
|
+
"_cvSetND",
|
|
922
|
+
"_ggml_argmax",
|
|
923
|
+
"_lzma_properties_size",
|
|
924
|
+
"_ggml_backend_buft_alloc_buffer",
|
|
925
|
+
"_lzma_index_buffer_encode",
|
|
926
|
+
"_ggml_soft_max_inplace",
|
|
927
|
+
"_ggml_compute_forward_im2col",
|
|
928
|
+
"__ZN2cv11FileStorage4Impl4openEPKciS3_",
|
|
929
|
+
"_ggml_diag_mask_inf_inplace",
|
|
930
|
+
"__ZN2cv4readERKNS_8FileNodeERxx",
|
|
931
|
+
"_ggml_scale",
|
|
932
|
+
"_png_get_image_height",
|
|
933
|
+
"_ggml_reshape_1d",
|
|
934
|
+
"_png_default_write_data",
|
|
935
|
+
"_ggml_compute_forward_pool_2d_back",
|
|
936
|
+
"__ZN2cv4UMat15getStdAllocatorEv",
|
|
937
|
+
"__ZN2cv3hal15cvtBGR5x5toGrayEPKhmPhmiii",
|
|
938
|
+
"__ZNK2cv11FileStorageixERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
|
|
939
|
+
"__ZN2cv3LDAD1Ev",
|
|
940
|
+
"_ggml_pool_1d",
|
|
941
|
+
"_png_default_read_data",
|
|
942
|
+
"_dequantize_row_q4_1",
|
|
943
|
+
"_gguf_init_empty",
|
|
944
|
+
"_cvCreateStructuringElementEx",
|
|
945
|
+
"__ZN2cv3hal3logEPKdPdi",
|
|
946
|
+
"_cvReduce",
|
|
947
|
+
"__ZN2cv16TLSDataContainerC2Ev",
|
|
948
|
+
"_png_zfree",
|
|
949
|
+
"__ZN7easyocr4ggml12CraftWeightsC2ERKNS0_10GgufLoaderEP12ggml_backend",
|
|
950
|
+
"_png_set_filter_heuristics_fixed",
|
|
951
|
+
"_WebPPictureView",
|
|
952
|
+
"_TIFFSetClientdata",
|
|
953
|
+
"__ZN2cv3hal7normL1_EPKfS2_i",
|
|
954
|
+
"_quantize_tq2_0",
|
|
955
|
+
"__ZN2cv11RNG_MT199377uniformEdd",
|
|
956
|
+
"_TIFFWriteCustomDirectory",
|
|
957
|
+
"__ZN2cv4PSNRERKNS_11_InputArrayES2_d",
|
|
958
|
+
"__ZN2cv5MatOpC2Ev",
|
|
959
|
+
"__Z7cvFloorRKN2cv9softfloatE",
|
|
960
|
+
"_cvEllipse2Poly",
|
|
961
|
+
"_quantize_row_q6_K_ref",
|
|
962
|
+
"_ggml_guid_matches",
|
|
963
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeTextD2Ev",
|
|
964
|
+
"_ggml_compute_forward_rope_back",
|
|
965
|
+
"_png_set_read_user_chunk_fn",
|
|
966
|
+
"_ggml_quantize_mat_q8_0_4x4",
|
|
967
|
+
"_TIFFGetField",
|
|
968
|
+
"__ZN2cv5MatOpD1Ev",
|
|
969
|
+
"_jinit_c_diff_controller",
|
|
970
|
+
"_cvGetRows",
|
|
971
|
+
"_dequantize_row_q5_K",
|
|
972
|
+
"__ZN2cv3hal9absdiff8sEPKamS2_mPamiiPv",
|
|
973
|
+
"__ZN2cv2LUEPfmiS0_mi",
|
|
974
|
+
"_ggml_backend_buft_is_host",
|
|
975
|
+
"_ggml_backend_event_record",
|
|
976
|
+
"_ggml_set_name",
|
|
977
|
+
"_ggml_backend_is_cpu",
|
|
978
|
+
"__ZN2cv4UMat10deallocateEv",
|
|
979
|
+
"_ggml_conv_transpose_1d",
|
|
980
|
+
"_ggml_permute",
|
|
981
|
+
"_inflateInit2_",
|
|
982
|
+
"__TIFFMultiplySSize",
|
|
983
|
+
"__ZN2cv16ParallelLoopBodyD0Ev",
|
|
984
|
+
"_lzma_check_init",
|
|
985
|
+
"__ZNK2cv4UMat9locateROIERNS_5Size_IiEERNS_6Point_IiEE",
|
|
986
|
+
"__ZN2cv3hal6cmp64fEPKdmS2_mPhmiiPv",
|
|
987
|
+
"__ZN2cv3hal19cvtTwoPlaneYUVtoBGREPKhmPhmiiibiNS_13AlgorithmHintE",
|
|
988
|
+
"__ZNK2cv4UMat1tEv",
|
|
989
|
+
"_WebPSetWorkerInterface",
|
|
990
|
+
"__ZN2cv3LDA4loadERKNS_11FileStorageE",
|
|
991
|
+
"_jinit_phuff_decoder",
|
|
992
|
+
"_png_read_filter_row_paeth3_sse2",
|
|
993
|
+
"__TIFFNoPreCode",
|
|
994
|
+
"__ZNK2cv3Mat5emptyEv",
|
|
995
|
+
"_cvGetRawData",
|
|
996
|
+
"_ggml_threadpool_pause",
|
|
997
|
+
"__ZN2cv5utils30getConfigurationParameterPathsEPKcRKNSt3__16vectorINS3_12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS8_ISA_EEEE",
|
|
998
|
+
"_cvOr",
|
|
999
|
+
"_ggml_backend_multi_buffer_set_usage",
|
|
1000
|
+
"_WebPMalloc",
|
|
1001
|
+
"_WebPGetEncoderVersion",
|
|
1002
|
+
"__ZNK2cv12_OutputArray9fixedTypeEv",
|
|
1003
|
+
"_ggml_geglu_swapped",
|
|
1004
|
+
"_WebPAnimEncoderDeleteChunk",
|
|
1005
|
+
"__ZN2cv11addWeightedERKNS_11_InputArrayEdS2_ddRKNS_12_OutputArrayEi",
|
|
1006
|
+
"_cvFlushSeqWriter",
|
|
1007
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox25groupAndMergeAlignedBoxesERKNSt3__16vectorINS3_5arrayIfLm6EEENS3_9allocatorIS6_EEEEf",
|
|
1008
|
+
"_ggml_is_contiguous_rows",
|
|
1009
|
+
"__ZN2cv6detail18check_failed_falseEbRKNS0_12CheckContextE",
|
|
1010
|
+
"_TIFFFreeDirectory",
|
|
1011
|
+
"__ZN2cv11sepFilter2DERKNS_11_InputArrayERKNS_12_OutputArrayEiS2_S2_NS_6Point_IiEEdi",
|
|
1012
|
+
"_lzma_lz_encoder_memusage",
|
|
1013
|
+
"_ggml_backend_graph_plan_create",
|
|
1014
|
+
"__ZN2cv15ImageCollection4ImplixEi",
|
|
1015
|
+
"_ggml_get_unary_op",
|
|
1016
|
+
"__ZN2cv4UMat4onesEiPKiiNS_14UMatUsageFlagsE",
|
|
1017
|
+
"__ZN2cv9SparseMatC2EiPKii",
|
|
1018
|
+
"__ZN4ggml3cpu17extra_buffer_typeD0Ev",
|
|
1019
|
+
"_TIFFInitPackBits",
|
|
1020
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText12decodeGreedyERKNSt3__16vectorImNS3_9allocatorImEEEE",
|
|
1021
|
+
"__TIFFCheckDirNumberAndOffset",
|
|
1022
|
+
"__ZN2cv3PCAclERKNS_11_InputArrayES3_ii",
|
|
1023
|
+
"_ggml_set_1d",
|
|
1024
|
+
"_png_get_sRGB",
|
|
1025
|
+
"_png_get_unknown_chunks",
|
|
1026
|
+
"_ggml_is_view",
|
|
1027
|
+
"__ZN2cv28connectedComponentsWithStatsERKNS_11_InputArrayERKNS_12_OutputArrayES5_S5_iii",
|
|
1028
|
+
"_png_write_chunk",
|
|
1029
|
+
"_jpeg_read_raw_data",
|
|
1030
|
+
"_WebPGetFeaturesInternal",
|
|
1031
|
+
"_WebPPictureInitInternal",
|
|
1032
|
+
"__ZNK2cv11_InputArray6copyToERKNS_12_OutputArrayE",
|
|
1033
|
+
"_ggml_compute_forward_cos",
|
|
1034
|
+
"__ZNK2cv12_OutputArray6assignERKNS_4UMatE",
|
|
1035
|
+
"_ggml_vec_dot_q3_K_q8_K",
|
|
1036
|
+
"_quantize_iq1_m",
|
|
1037
|
+
"_deflatePending",
|
|
1038
|
+
"_TIFFYCbCrtoRGB",
|
|
1039
|
+
"__ZNK2cv9SparseMat6copyToERNS_3MatE",
|
|
1040
|
+
"_cvGraphAddVtx",
|
|
1041
|
+
"__ZN2cv3LDA7computeERKNS_11_InputArrayES3_",
|
|
1042
|
+
"_SharpYuvConvertWithOptions",
|
|
1043
|
+
"_cvMorphologyEx",
|
|
1044
|
+
"_zError",
|
|
1045
|
+
"_inflateResetKeep",
|
|
1046
|
+
"__ZN2cv3MatD1Ev",
|
|
1047
|
+
"__ZN2cv9ExceptionC2Ev",
|
|
1048
|
+
"_lzma_stream_header_encode",
|
|
1049
|
+
"__ZN2cv3PCAC2Ev",
|
|
1050
|
+
"__ZN2cv11writeScalarERNS_11FileStorageEi",
|
|
1051
|
+
"_cvConvertMaps",
|
|
1052
|
+
"_TIFFReadRGBAStripExt",
|
|
1053
|
+
"_ggml_compute_forward_opt_step_sgd",
|
|
1054
|
+
"__ZNK2cv12MatAllocator3mapEPNS_8UMatDataENS_10AccessFlagE",
|
|
1055
|
+
"_png_get_uint_16",
|
|
1056
|
+
"_ggml_cpu_has_matmul_int8",
|
|
1057
|
+
"__ZNK2cv12_OutputArray6assignERKNS_3MatE",
|
|
1058
|
+
"_quantize_row_iq4_xs_ref",
|
|
1059
|
+
"_png_get_gAMA",
|
|
1060
|
+
"__ZN2cv8UMatData6unlockEv",
|
|
1061
|
+
"__Z19ggml_quantize_mat_tILx8EL9ggml_type8EEvPKfPvxx",
|
|
1062
|
+
"__ZN2cv12typeToStringEi",
|
|
1063
|
+
"_ggml_barrier",
|
|
1064
|
+
"_cvGetReal2D",
|
|
1065
|
+
"__ZN7easyocr4ggml15CrnnGen2WeightsC1ERKNS0_10GgufLoaderEP12ggml_backend",
|
|
1066
|
+
"_ggml_compute_forward_set_rows",
|
|
1067
|
+
"_ggml_threadpool_free",
|
|
1068
|
+
"_SharpYuvGetConversionMatrix",
|
|
1069
|
+
"_ggml_backend_tensor_copy",
|
|
1070
|
+
"_png_get_x_pixels_per_meter",
|
|
1071
|
+
"_gzclose_r",
|
|
1072
|
+
"__ZN2cv16fitEllipseDirectERKNS_11_InputArrayE",
|
|
1073
|
+
"_ggml_new_graph",
|
|
1074
|
+
"_png_get_pixel_aspect_ratio",
|
|
1075
|
+
"__ZN2cv10cvarrToMatEPKvbbiPNS_10AutoBufferIdLm136EEE",
|
|
1076
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q6_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
1077
|
+
"_cvAbsDiffS",
|
|
1078
|
+
"__ZNK2cv8FileNode8isStringEv",
|
|
1079
|
+
"__ZN2cv16UMatDataAutoLockC1EPNS_8UMatDataES2_",
|
|
1080
|
+
"_TIFFCurrentDirOffset",
|
|
1081
|
+
"_jpeg12_idct_11x11",
|
|
1082
|
+
"_png_write_hIST",
|
|
1083
|
+
"__ZN2cv3Mat8pop_backEm",
|
|
1084
|
+
"_TIFFIsUpSampled",
|
|
1085
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox19getBoxFromComponentERNS1_28StepDetectionInferenceOutputEi",
|
|
1086
|
+
"__TIFFFindOrRegisterField",
|
|
1087
|
+
"__ZN2cv6circleERKNS_17_InputOutputArrayENS_6Point_IiEEiRKNS_7Scalar_IdEEiii",
|
|
1088
|
+
"_png_set_longjmp_fn",
|
|
1089
|
+
"__ZN4ggml3cpu6repack4gemvI12block_iq4_nlLx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1090
|
+
"_cvKMeans2",
|
|
1091
|
+
"__ZNK2cv11_InputArray4stepEi",
|
|
1092
|
+
"_TIFFOpenOptionsFree",
|
|
1093
|
+
"__ZN2cv11FileStorage4Impl11parseBase64EPciRNS_8FileNodeE",
|
|
1094
|
+
"_png_get_header_ver",
|
|
1095
|
+
"_TIFFRawStripSize64",
|
|
1096
|
+
"__ZN2cv3hal12cvtBGRtoGrayEPKhmPhmiiiib",
|
|
1097
|
+
"_ggml_vec_dot_mxfp4_q8_0",
|
|
1098
|
+
"__ZN2cv10getSeqElemEPK5CvSeqi",
|
|
1099
|
+
"__ZN2cv3hal6max16uEPKtmS2_mPtmiiPv",
|
|
1100
|
+
"__ZNK2cv14DefaultDeleterI12CvMemStorageEclEPS1_",
|
|
1101
|
+
"_LogL16toY",
|
|
1102
|
+
"_gguf_set_val_u64",
|
|
1103
|
+
"_lzma_block_header_encode",
|
|
1104
|
+
"_lzma_stream_decoder_init",
|
|
1105
|
+
"_WebPMuxSetChunk",
|
|
1106
|
+
"__ZNK2cv5MatOp17augAssignSubtractERKNS_7MatExprERNS_3MatE",
|
|
1107
|
+
"__ZN2cv15ImageCollection4Impl4readEv",
|
|
1108
|
+
"_get_crc_table",
|
|
1109
|
+
"__ZN2cv9SparseMat6addrefEv",
|
|
1110
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeTextC1ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS3_4spanISA_Lm18446744073709551615EEENS2_6ConfigE",
|
|
1111
|
+
"_ggml_compute_forward_diag",
|
|
1112
|
+
"_ggml_compute_forward_rms_norm_back",
|
|
1113
|
+
"_jpeg12_idct_9x9",
|
|
1114
|
+
"_ggml_group_norm",
|
|
1115
|
+
"_ggml_compute_forward_leaky_relu",
|
|
1116
|
+
"__ZN2cv15ImageCollection4initERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEi",
|
|
1117
|
+
"_ggml_compute_forward_argmax",
|
|
1118
|
+
"_lzma_index_dup",
|
|
1119
|
+
"_ggml_soft_max_ext_back",
|
|
1120
|
+
"_cvGetElemType",
|
|
1121
|
+
"__ZNK2cv4UMat6copyToERKNS_12_OutputArrayERKNS_11_InputArrayE",
|
|
1122
|
+
"_png_write_finish_row",
|
|
1123
|
+
"_ggml_gemm_mxfp4_8x8_q8_0_generic",
|
|
1124
|
+
"_cvBoundingRect",
|
|
1125
|
+
"__ZNK2cv9softfloatltERKS0_",
|
|
1126
|
+
"__ZN2cv6detail17check_failed_autoENS_5Size_IiEES2_RKNS0_12CheckContextE",
|
|
1127
|
+
"_png_set_packing",
|
|
1128
|
+
"__ZN2cv22SparseMatConstIteratorC2EPKNS_9SparseMatE",
|
|
1129
|
+
"_ggml_compute_forward_mul_mat",
|
|
1130
|
+
"__ZN2cv11SVBackSubstERKNS_11_InputArrayES2_S2_S2_RKNS_12_OutputArrayE",
|
|
1131
|
+
"_cvRemoveNodeFromTree",
|
|
1132
|
+
"__ZN2cv3logERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
1133
|
+
"_gzflush",
|
|
1134
|
+
"_ggml_is_contiguous_channels",
|
|
1135
|
+
"__ZN2cv3expERKNS_9softfloatE",
|
|
1136
|
+
"__ZN2cv3ipp14getIppFeaturesEv",
|
|
1137
|
+
"__ZN2cv3hal8filter2DEiiiPhmS1_miiiiiiS1_miiiidib",
|
|
1138
|
+
"__ZNK7easyocr4ggml12CraftWeights8n_loadedEv",
|
|
1139
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText21ensureRecognizerGraphEiim",
|
|
1140
|
+
"__ZN2cv6detail20check_failed_MatTypeEiiRKNS0_12CheckContextE",
|
|
1141
|
+
"_ggml_compute_forward_trunc",
|
|
1142
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q8_0Lx8ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1143
|
+
"__ZN2cvgeEdRKNS_3MatE",
|
|
1144
|
+
"_gguf_get_key",
|
|
1145
|
+
"_crc32_combine_op",
|
|
1146
|
+
"__ZN17gguf_bytes_readerD2Ev",
|
|
1147
|
+
"_ggml_cpu_has_llamafile",
|
|
1148
|
+
"_inflateSync",
|
|
1149
|
+
"_lzma_lzma_preset",
|
|
1150
|
+
"_WebPDecodeRGBAInto",
|
|
1151
|
+
"__ZN2cv18getAffineTransformEPKNS_6Point_IfEES3_",
|
|
1152
|
+
"_cvCheckHardwareSupport",
|
|
1153
|
+
"__ZN2cv3hal6exp64fEPKdPdi",
|
|
1154
|
+
"_cvScalarToRawData",
|
|
1155
|
+
"_ggml_neg",
|
|
1156
|
+
"_png_get_gAMA_fixed",
|
|
1157
|
+
"_ggml_get_f32_nd",
|
|
1158
|
+
"_png_get_pHYs_dpi",
|
|
1159
|
+
"_png_push_restore_buffer",
|
|
1160
|
+
"_ggml_reglu_swapped",
|
|
1161
|
+
"_gguf_set_val_i16",
|
|
1162
|
+
"__ZN2cv3MatD2Ev",
|
|
1163
|
+
"__ZN2cv3Mat3eyeENS_5Size_IiEEi",
|
|
1164
|
+
"_png_set_text_compression_window_bits",
|
|
1165
|
+
"_gzclose_w",
|
|
1166
|
+
"_cvCreateSeqBlock",
|
|
1167
|
+
"__ZN2cv9ExceptionC1Ev",
|
|
1168
|
+
"_png_set_write_status_fn",
|
|
1169
|
+
"_ggml_new_tensor_4d",
|
|
1170
|
+
"_WebPCopyPixels",
|
|
1171
|
+
"_WebPSafeMalloc",
|
|
1172
|
+
"__ZNK2cv14DefaultDeleterI5CvMatEclEPS1_",
|
|
1173
|
+
"_cvFitEllipse2",
|
|
1174
|
+
"_ggml_cpu_extra_work_size",
|
|
1175
|
+
"_ggml_gemv_q5_K_8x8_q8_K",
|
|
1176
|
+
"_ggml_backend_buffer_free",
|
|
1177
|
+
"__Z15dl_load_libraryRKNSt3__14__fs10filesystem4pathE",
|
|
1178
|
+
"__tr_stored_block",
|
|
1179
|
+
"_png_get_compression_buffer_size",
|
|
1180
|
+
"__ZN24OcrLazyInitializeBackend17incrementRefCountEv",
|
|
1181
|
+
"_jpeg_set_defaults",
|
|
1182
|
+
"_quantize_row_iq4_nl",
|
|
1183
|
+
"__ZN2cv9SparseMatD2Ev",
|
|
1184
|
+
"_TIFFReadRGBAImageOriented",
|
|
1185
|
+
"_jinit_merged_upsampler",
|
|
1186
|
+
"_ggml_ceil",
|
|
1187
|
+
"_png_set_alpha_mode",
|
|
1188
|
+
"__ZN2cv3hal5max8uEPKhmS2_mPhmiiPv",
|
|
1189
|
+
"_cvInitLineIterator",
|
|
1190
|
+
"__ZThn8_N23qvac_lib_infer_ocr_ggml8PipelineD0Ev",
|
|
1191
|
+
"__ZN2cv3hal6div16uEPKtmS2_mPtmiiPv",
|
|
1192
|
+
"_ggml_compute_forward_im2col_back_f32",
|
|
1193
|
+
"_WebPDemuxReleaseChunkIterator",
|
|
1194
|
+
"_ggml_gemm_q4_K_8x4_q8_K",
|
|
1195
|
+
"_png_do_swap",
|
|
1196
|
+
"_cvCheckContourConvexity",
|
|
1197
|
+
"__ZN2cv17eigenNonSymmetricERKNS_11_InputArrayERKNS_12_OutputArrayES5_",
|
|
1198
|
+
"__ZN7easyocr4ggml8pipeline18fourPointTransformERKN2cv3MatERKNSt3__15arrayINS2_6Point_IfEELm4EEE",
|
|
1199
|
+
"_png_set_background_fixed",
|
|
1200
|
+
"_ggml_backend_event_free",
|
|
1201
|
+
"__ZN2cv13getNumThreadsEv",
|
|
1202
|
+
"_lzma_lzma2_encoder_memusage",
|
|
1203
|
+
"_ggml_type_size",
|
|
1204
|
+
"_png_get_cHRM_XYZ_fixed",
|
|
1205
|
+
"_gzfread",
|
|
1206
|
+
"__ZN2cv11RNG_MT19937C2Ej",
|
|
1207
|
+
"_ggml_cpu_has_avx",
|
|
1208
|
+
"_TIFFFieldDataType",
|
|
1209
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGML14preprocessCropERKN2cv3MatERKNSt3__15arrayINS3_6Point_IfEELm4EEE",
|
|
1210
|
+
"__ZN2cv3hal14addWeighted32fEPKfmS2_mPfmiiPv",
|
|
1211
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGML15preprocessImageERKN2cv3MatE",
|
|
1212
|
+
"__ZN2cv11writeScalarERNS_11FileStorageEx",
|
|
1213
|
+
"_lzma_vli_encode",
|
|
1214
|
+
"__ZN2cv15warpPerspectiveERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE",
|
|
1215
|
+
"_cvCreateMatND",
|
|
1216
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q8_0Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1217
|
+
"__ZN2cv4UMat4diagERKS0_NS_14UMatUsageFlagsE",
|
|
1218
|
+
"_ggml_op_desc",
|
|
1219
|
+
"__ZN2cv3hal8recip16uEPKtmS2_mPtmiiPv",
|
|
1220
|
+
"__ZN4ggml3cpu6repack4gemmI12block_iq4_nlLx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1221
|
+
"__ZN2cv20findContoursLinkRunsERKNS_11_InputArrayERKNS_12_OutputArrayES5_",
|
|
1222
|
+
"__ZN2cv5instr8NodeDataC2EPKcS3_iPvbNS0_4TYPEENS0_4IMPLE",
|
|
1223
|
+
"_inflateGetDictionary",
|
|
1224
|
+
"_WebPDecodeBGRInto",
|
|
1225
|
+
"__ZN2cv15NAryMatIterator4initEPPKNS_3MatEPS1_PPhi",
|
|
1226
|
+
"_png_image_write_to_file",
|
|
1227
|
+
"__ZNK2cv8FileNode6isNoneEv",
|
|
1228
|
+
"__ZN23qvac_lib_infer_ocr_ggml8PipelineD0Ev",
|
|
1229
|
+
"_TIFFReadRGBAStrip",
|
|
1230
|
+
"_dequantize_row_mxfp4",
|
|
1231
|
+
"__ZN4ggml3cpu6repack6repackI11block_mxfp4Lx4ELx4EEEiP11ggml_tensorPKvm",
|
|
1232
|
+
"_TIFFInitCCITTFax4",
|
|
1233
|
+
"_cvFree_",
|
|
1234
|
+
"_png_get_sCAL_s",
|
|
1235
|
+
"_ggml_backend_cpu_buffer_type",
|
|
1236
|
+
"_png_reset_crc",
|
|
1237
|
+
"_ggml_add_id",
|
|
1238
|
+
"__ZN2cv3hal5QR64fEPdmiiiS1_mS1_",
|
|
1239
|
+
"_png_gamma_16bit_correct",
|
|
1240
|
+
"_png_safe_error",
|
|
1241
|
+
"__ZN4ggml3cpu6repack4gemvI12block_iq4_nlLx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1242
|
+
"_ggml_op_name",
|
|
1243
|
+
"__ZN2cv8FileNodeC1ERKS0_",
|
|
1244
|
+
"_TIFFInitCCITTRLEW",
|
|
1245
|
+
"_dequantize_row_iq3_s",
|
|
1246
|
+
"_gguf_set_val_bool",
|
|
1247
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q2_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
1248
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInference13profileBlocksERKNS1_15PipelineContextERKNSt3__16vectorINS6_12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEENSB_ISD_EEEEii",
|
|
1249
|
+
"_ggml_add_cast",
|
|
1250
|
+
"_ggml_backend_buffer_get_alignment",
|
|
1251
|
+
"_cvSeqPartition",
|
|
1252
|
+
"_cvSetAdd",
|
|
1253
|
+
"__ZN2cv5utils7logging11setLogLevelENS1_8LogLevelE",
|
|
1254
|
+
"_ggml_sqr",
|
|
1255
|
+
"_cvFindGraphEdgeByPtr",
|
|
1256
|
+
"_ggml_compute_forward_timestep_embedding",
|
|
1257
|
+
"__ZNK2cv8FileNode3endEv",
|
|
1258
|
+
"__ZN2cv11FileStorage4Impl13Base64Decoder8readMoreEi",
|
|
1259
|
+
"__TIFFMultiply32",
|
|
1260
|
+
"__ZN2cv4normERKNS_9SparseMatEi",
|
|
1261
|
+
"__ZN2cv11FileStorage4ImplD0Ev",
|
|
1262
|
+
"__ZNK2cv12_OutputArray6assignERKNSt3__16vectorINS_4UMatENS1_9allocatorIS3_EEEE",
|
|
1263
|
+
"__ZNK2cv9SparseMat4hashEPKi",
|
|
1264
|
+
"__ZN2cv5utils10BufferAreaD1Ev",
|
|
1265
|
+
"__ZN2cv3minERKNS_3MatEd",
|
|
1266
|
+
"_cvFillPoly",
|
|
1267
|
+
"_ggml_compute_forward_geglu_back",
|
|
1268
|
+
"_deflateTune",
|
|
1269
|
+
"_ggml_compute_forward_upscale",
|
|
1270
|
+
"_iq2xs_init_impl",
|
|
1271
|
+
"__ZN4ggml3cpu6repack6repackI12block_iq4_nlLx8ELx8EEEiP11ggml_tensorPKvm",
|
|
1272
|
+
"_quantize_row_tq1_0_ref",
|
|
1273
|
+
"_quantize_row_tq2_0",
|
|
1274
|
+
"_ggml_vec_dot_q8_1_q8_1",
|
|
1275
|
+
"_jinit_marker_writer",
|
|
1276
|
+
"_TIFFReadBufferSetup",
|
|
1277
|
+
"__ZNK2cv9softfloatleERKS0_",
|
|
1278
|
+
"_ggml_vec_swiglu_f32",
|
|
1279
|
+
"__ZN2cv9solvePolyERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
1280
|
+
"__ZNK2cv10softdoubleneERKS0_",
|
|
1281
|
+
"_cvGetNumThreads",
|
|
1282
|
+
"_ggml_repeat_back",
|
|
1283
|
+
"_ggml_gelu",
|
|
1284
|
+
"_ggml_map_custom2",
|
|
1285
|
+
"_ggml_backend_dev_name",
|
|
1286
|
+
"__ZNK2cv11RotatedRect12boundingRectEv",
|
|
1287
|
+
"_ggml_vec_dot_iq2_xxs_q8_K",
|
|
1288
|
+
"_png_free_default",
|
|
1289
|
+
"_ggml_backend_sched_reserve",
|
|
1290
|
+
"_ggml_backend_sched_new",
|
|
1291
|
+
"__ZN2cv3hal10normL2Sqr_EPKfS2_i",
|
|
1292
|
+
"_ggml_rms_norm",
|
|
1293
|
+
"__ZN2cv3MatC1ERKS0_PKNS_5RangeE",
|
|
1294
|
+
"__ZN2cv8clipLineENS_5Size_IiEERNS_6Point_IiEES4_",
|
|
1295
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph10buildGraphERKNS0_13WeightsBundleERNSt3__16vectorIP12ggml_backendNS4_9allocatorIS7_EEEE",
|
|
1296
|
+
"_ggml_compute_forward_map_custom3",
|
|
1297
|
+
"_ggml_hash_set_free",
|
|
1298
|
+
"_ggml_swiglu_oai",
|
|
1299
|
+
"_png_image_finish_read",
|
|
1300
|
+
"_cvSetIdentity",
|
|
1301
|
+
"_png_get_image_width",
|
|
1302
|
+
"__ZN2cv3hal6sub32fEPKfmS2_mPfmiiPv",
|
|
1303
|
+
"_ggml_conv_3d",
|
|
1304
|
+
"_ggml_vec_dot_tq2_0_q8_0_generic",
|
|
1305
|
+
"__TIFFCheckMalloc",
|
|
1306
|
+
"__ZN2cv8UMatDataD2Ev",
|
|
1307
|
+
"_TIFFWriteBufferSetup",
|
|
1308
|
+
"__ZNK2cv11FileStorage4Impl10getNodePtrEmm",
|
|
1309
|
+
"__ZN2cv19getBuildInformationEv",
|
|
1310
|
+
"_lzma_version_string",
|
|
1311
|
+
"__ZN2cv6detail17check_failed_autoENS_5Size_IiEERKNS0_12CheckContextE",
|
|
1312
|
+
"_ggml_vec_dot_iq1_m_q8_K_generic",
|
|
1313
|
+
"_TIFFGetStrileByteCount",
|
|
1314
|
+
"__ZN2cv5instr8getTraceEv",
|
|
1315
|
+
"_quantize_q8_0",
|
|
1316
|
+
"_ggml_gemm_q4_0_8x8_q8_0",
|
|
1317
|
+
"__ZN2cv16TLSDataContainer10detachDataERNSt3__16vectorIPvNS1_9allocatorIS3_EEEE",
|
|
1318
|
+
"_ggml_flash_attn_ext_get_prec",
|
|
1319
|
+
"_TIFFVStripSize64",
|
|
1320
|
+
"_png_write_sig",
|
|
1321
|
+
"_ggml_glu_split",
|
|
1322
|
+
"_quantize_q3_K",
|
|
1323
|
+
"_png_write_zTXt",
|
|
1324
|
+
"_WebPDecodeRGBInto",
|
|
1325
|
+
"__ZNK2cv11_InputArray4kindEv",
|
|
1326
|
+
"_WebPAnimDecoderReset",
|
|
1327
|
+
"_lzma_memlimit_get",
|
|
1328
|
+
"__ZN2cv5randnERKNS_17_InputOutputArrayERKNS_11_InputArrayES5_",
|
|
1329
|
+
"_ggml_compute_forward_rwkv_wkv6",
|
|
1330
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGMLC2ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEiNS1_14DecodingMethodE",
|
|
1331
|
+
"__ZN2cv5utils29getConfigurationParameterBoolEPKcb",
|
|
1332
|
+
"__ZN2cv20getRotationMatrix2D_ENS_6Point_IfEEdd",
|
|
1333
|
+
"__ZN2cv3hal6sub32sEPKimS2_mPimiiPv",
|
|
1334
|
+
"_png_image_begin_read_from_file",
|
|
1335
|
+
"_jpeg_mem_available",
|
|
1336
|
+
"__ZN2cv14PCABackProjectERKNS_11_InputArrayES2_S2_RKNS_12_OutputArrayE",
|
|
1337
|
+
"_deflateReset",
|
|
1338
|
+
"_cvBoxPoints",
|
|
1339
|
+
"_cvGraphAddEdgeByPtr",
|
|
1340
|
+
"__ZNK2cv9softfloatmlERKS0_",
|
|
1341
|
+
"_ggml_get_rows_back",
|
|
1342
|
+
"_jpeg_enable_lossless",
|
|
1343
|
+
"_WebPGetInfo",
|
|
1344
|
+
"__ZNK2cv10softdoubleleERKS0_",
|
|
1345
|
+
"__ZN2cv5utils5trace7details6Region7destroyEv",
|
|
1346
|
+
"__ZN2cvanERKNS_3MatERKNS_7Scalar_IdEE",
|
|
1347
|
+
"_png_warning",
|
|
1348
|
+
"_inflateCodesUsed",
|
|
1349
|
+
"_png_set_user_transform_info",
|
|
1350
|
+
"__ZNK2cv16MatConstIterator3posEPi",
|
|
1351
|
+
"__ZN2cv11FileStorage4Impl4initEv",
|
|
1352
|
+
"_ggml_conv_2d_direct",
|
|
1353
|
+
"_ggml_get_f32_1d",
|
|
1354
|
+
"_lzma_simple_powerpc_encoder_init",
|
|
1355
|
+
"_png_free_data",
|
|
1356
|
+
"__ZN2cv3hal8recip32fEPKfmS2_mPfmiiPv",
|
|
1357
|
+
"_VP8CheckSignature",
|
|
1358
|
+
"_png_set_compression_buffer_size",
|
|
1359
|
+
"__ZN2cv15isContourConvexERKNS_11_InputArrayE",
|
|
1360
|
+
"__ZNK2cv8FileNode4keysEv",
|
|
1361
|
+
"_ggml_backend_sched_get_n_backends",
|
|
1362
|
+
"_ggml_silu_inplace",
|
|
1363
|
+
"__ZN2cv7vconcatERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
1364
|
+
"_TIFFIsTiled",
|
|
1365
|
+
"_WebPMuxDeleteChunk",
|
|
1366
|
+
"_j12init_lossless_decompressor",
|
|
1367
|
+
"_lzma_index_memusage",
|
|
1368
|
+
"__ZN2cv4cbrtERKNS_9softfloatE",
|
|
1369
|
+
"_cvDet",
|
|
1370
|
+
"_png_set_cLLI",
|
|
1371
|
+
"_ggml_backend_event_synchronize",
|
|
1372
|
+
"__ZNK2cv3Mat3dotERKNS_11_InputArrayE",
|
|
1373
|
+
"_cvCreateMatNDHeader",
|
|
1374
|
+
"_gguf_get_val_bool",
|
|
1375
|
+
"_png_set_text_compression_strategy",
|
|
1376
|
+
"__ZN2cv5utils5trace7details6Region4Impl11enterRegionERNS2_23TraceManagerThreadLocalE",
|
|
1377
|
+
"_ggml_backend_graph_compute_async",
|
|
1378
|
+
"__ZN2cv15setUseOptimizedEb",
|
|
1379
|
+
"__ZN2cv3Mat13reserveBufferEm",
|
|
1380
|
+
"_ggml_compute_forward_rope",
|
|
1381
|
+
"__ZN2cv8integralERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
1382
|
+
"_cvSeqInsert",
|
|
1383
|
+
"__ZN23qvac_lib_infer_ocr_ggml8PipelineC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_NS1_4spanIS8_Lm18446744073709551615EEENS_9OcrConfigE",
|
|
1384
|
+
"_ggml_vec_dot_q6_K_q8_K",
|
|
1385
|
+
"_ggml_cross_entropy_loss_back",
|
|
1386
|
+
"_png_create_read_struct",
|
|
1387
|
+
"_WebPAnimEncoderOptionsInitInternal",
|
|
1388
|
+
"_png_process_data",
|
|
1389
|
+
"_png_read_filter_row_avg4_sse2",
|
|
1390
|
+
"__ZN2cv3hal12magnitude64fEPKdS2_Pdi",
|
|
1391
|
+
"__ZN17OcrBackendsHandleaSEOS_",
|
|
1392
|
+
"__ZNK2cv14DefaultDeleterI7CvMatNDEclEPS1_",
|
|
1393
|
+
"_gzopen",
|
|
1394
|
+
"__ZNK2cv3Mat7reshapeEii",
|
|
1395
|
+
"__ZN2cv3Mat7releaseEv",
|
|
1396
|
+
"__ZN2cv11FileStorage4Impl13Base64Decoder8getInt32Ev",
|
|
1397
|
+
"_ggml_backend_sched_reserve_size",
|
|
1398
|
+
"_png_get_cLLI",
|
|
1399
|
+
"__ZN2cv15ImageCollection8iteratorptEv",
|
|
1400
|
+
"_gzputc",
|
|
1401
|
+
"_lzma_index_encoder",
|
|
1402
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText7processENS1_23StepBoundingBoxesOutputEPKNSt3__16atomicIbEE",
|
|
1403
|
+
"__ZN2cv11FileStorage4Impl4putsEPKc",
|
|
1404
|
+
"__ZNK2cv4UMat7reshapeEiiPKi",
|
|
1405
|
+
"_ggml_backend_get_default_buffer_type",
|
|
1406
|
+
"_TIFFRegisterCODEC",
|
|
1407
|
+
"_png_image_error",
|
|
1408
|
+
"_gguf_get_val_data",
|
|
1409
|
+
"_TIFFComputeTile",
|
|
1410
|
+
"__ZN2cv3PCAC1Ev",
|
|
1411
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph12ComputeGraph5resetEv",
|
|
1412
|
+
"_ggml_round",
|
|
1413
|
+
"__ZN2cv15ImageCollection4Impl12releaseCacheEi",
|
|
1414
|
+
"_lzma_delta_coder_memusage",
|
|
1415
|
+
"__ZNK2cv3PCA7projectERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
1416
|
+
"_ggml_conv_1d_dw_ph",
|
|
1417
|
+
"_ggml_get_tensor",
|
|
1418
|
+
"_png_get_rgb_to_gray_status",
|
|
1419
|
+
"__ZN2cv5utils5trace7details12TraceManagerC1Ev",
|
|
1420
|
+
"__ZN2cvdvERKNS_3MatEd",
|
|
1421
|
+
"_lzma_block_compressed_size",
|
|
1422
|
+
"_ggml_gemm_q5_K_8x4_q8_K",
|
|
1423
|
+
"__ZNK2cv3Mat5crossERKNS_11_InputArrayE",
|
|
1424
|
+
"_ggml_fopen",
|
|
1425
|
+
"_ggml_compute_forward_opt_step_adamw",
|
|
1426
|
+
"__ZN2cv4UMat6createEiPKiiNS_14UMatUsageFlagsE",
|
|
1427
|
+
"_cvSetZero",
|
|
1428
|
+
"__ZN2cv13mulTransposedERKNS_11_InputArrayERKNS_12_OutputArrayEbS2_di",
|
|
1429
|
+
"_png_ascii_from_fixed",
|
|
1430
|
+
"__ZN2cv17borderInterpolateEiii",
|
|
1431
|
+
"_lzma_block_total_size",
|
|
1432
|
+
"_gztell64",
|
|
1433
|
+
"_bare_register_module_v0",
|
|
1434
|
+
"_ggml_backend_cpu_buffer_from_ptr",
|
|
1435
|
+
"_cvCopy",
|
|
1436
|
+
"__ZN2cv23getDefaultAlgorithmHintEv",
|
|
1437
|
+
"_ggml_group_norm_inplace",
|
|
1438
|
+
"_cvRectangleR",
|
|
1439
|
+
"__ZN2cvneERKNS_16FileNodeIteratorES2_",
|
|
1440
|
+
"_TIFFSwabFloat",
|
|
1441
|
+
"__ZN2cv5instr8NodeDataC2ERS1_",
|
|
1442
|
+
"_jpeg_idct_11x11",
|
|
1443
|
+
"_ggml_get_i32_nd",
|
|
1444
|
+
"_ggml_compute_forward_sum_rows",
|
|
1445
|
+
"_ggml_print_objects",
|
|
1446
|
+
"_ggml_compute_forward_log",
|
|
1447
|
+
"__Z31qvac_lib_infer_ocr_ggml_exportsP8js_env_sP10js_value_s",
|
|
1448
|
+
"_WebPDemuxNextFrame",
|
|
1449
|
+
"__ZNK2cv9softfloatdvERKS0_",
|
|
1450
|
+
"__ZN2cv3hal6cmp16uEPKtmS2_mPhmiiPv",
|
|
1451
|
+
"_png_set_gamma",
|
|
1452
|
+
"_dequantize_row_tq2_0",
|
|
1453
|
+
"_WebPMuxSetCanvasSize",
|
|
1454
|
+
"_cvSub",
|
|
1455
|
+
"__ZN2cv3Mat7reserveEm",
|
|
1456
|
+
"_ggml_backend_cpu_set_threadpool",
|
|
1457
|
+
"_gguf_set_val_i8",
|
|
1458
|
+
"_jpeg_start_output",
|
|
1459
|
+
"__ZN2cv9softfloatC2Ei",
|
|
1460
|
+
"_gzwrite",
|
|
1461
|
+
"_ggml_threadpool_chunk_set",
|
|
1462
|
+
"_cvMinAreaRect2",
|
|
1463
|
+
"_png_get_cHRM",
|
|
1464
|
+
"__ZN2cv12findContoursERKNS_11_InputArrayERKNS_12_OutputArrayES5_iiNS_6Point_IiEE",
|
|
1465
|
+
"_ggml_sin",
|
|
1466
|
+
"__ZNK2cv5MatOp8subtractERKNS_7Scalar_IdEERKNS_7MatExprERS5_",
|
|
1467
|
+
"_ggml_gemv_mxfp4_8x8_q8_0_generic",
|
|
1468
|
+
"__TIFFSetDefaultCompressionState",
|
|
1469
|
+
"_png_do_write_transformations",
|
|
1470
|
+
"_cvMaxRect",
|
|
1471
|
+
"__ZN2cv5utils10BufferAreaD2Ev",
|
|
1472
|
+
"__ZN2cv9SparseMatD1Ev",
|
|
1473
|
+
"__ZN2cv3MatC1EiPKii",
|
|
1474
|
+
"_WebPMuxSetAnimationParams",
|
|
1475
|
+
"__ZN2cv12ellipse2PolyENS_6Point_IdEENS_5Size_IdEEiiiiRNSt3__16vectorIS1_NS4_9allocatorIS1_EEEE",
|
|
1476
|
+
"__ZN2cv6reduceERKNS_11_InputArrayERKNS_12_OutputArrayEiii",
|
|
1477
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q4_0Lx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1478
|
+
"__ZNK2cv5MatOp11elementWiseERKNS_7MatExprE",
|
|
1479
|
+
"_ggml_vec_dot_q3_K_q8_K_generic",
|
|
1480
|
+
"__ZN2cv7sortIdxERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
1481
|
+
"_jpeg_consume_input",
|
|
1482
|
+
"_cvSetNumThreads",
|
|
1483
|
+
"_ggml_are_same_shape",
|
|
1484
|
+
"_inflatePrime",
|
|
1485
|
+
"_cvInRangeS",
|
|
1486
|
+
"_png_convert_from_time_t",
|
|
1487
|
+
"__ZNK7easyocr4ggml10GgufLoader7get_u32ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
1488
|
+
"__ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
1489
|
+
"_ggml_is_contiguous_1",
|
|
1490
|
+
"_ggml_nrows",
|
|
1491
|
+
"_ggml_backend_dev_init",
|
|
1492
|
+
"__ZN2cv11FileStorage4ImplC1EPS0_",
|
|
1493
|
+
"_png_get_color_type",
|
|
1494
|
+
"__ZNK2cv11RotatedRect6pointsERNSt3__16vectorINS_6Point_IfEENS1_9allocatorIS4_EEEE",
|
|
1495
|
+
"__ZN2cv3MatC2ENS_5Size_IiEEiPvm",
|
|
1496
|
+
"__ZN2cv22getInitializationMutexEv",
|
|
1497
|
+
"__ZN2cv16TLSDataContainerD0Ev",
|
|
1498
|
+
"__ZNK2cv9softfloateqERKS0_",
|
|
1499
|
+
"__ZN2cv3absERKNS_3MatE",
|
|
1500
|
+
"_lzma_index_stream_flags",
|
|
1501
|
+
"_ggml_time_us",
|
|
1502
|
+
"_cvThreshold",
|
|
1503
|
+
"_ggml_backend_alloc_ctx_tensors_from_buft_size",
|
|
1504
|
+
"_cvMatchTemplate",
|
|
1505
|
+
"__ZNK2cv7HammingclEPKhS2_i",
|
|
1506
|
+
"__ZN2cv9SparseMat5clearEv",
|
|
1507
|
+
"__TIFFMergeFields",
|
|
1508
|
+
"__ZN2cv8UMatDataC2EPKNS_12MatAllocatorE",
|
|
1509
|
+
"__ZN2cv9polylinesERKNS_17_InputOutputArrayERKNS_11_InputArrayEbRKNS_7Scalar_IdEEiii",
|
|
1510
|
+
"__ZN2cv11convertFp16ERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
1511
|
+
"_ggml_is_numa",
|
|
1512
|
+
"__ZN2cv3hal11Cholesky32fEPfmiS1_mi",
|
|
1513
|
+
"__ZN2cv11RotatedRectC1ERKNS_6Point_IfEES4_S4_",
|
|
1514
|
+
"_TIFFSwabArrayOfTriples",
|
|
1515
|
+
"_jinit_input_controller",
|
|
1516
|
+
"__ZN2cv6repeatERKNS_3MatEii",
|
|
1517
|
+
"_png_get_x_offset_pixels",
|
|
1518
|
+
"__ZNK2cv9softfloatplERKS0_",
|
|
1519
|
+
"__Z19ggml_quantize_mat_tILx4EL9ggml_type8EEvPKfPvxx",
|
|
1520
|
+
"_ggml_fp32_to_fp16_row",
|
|
1521
|
+
"_ggml_silu",
|
|
1522
|
+
"_ggml_add1_inplace",
|
|
1523
|
+
"_ggml_backend_sched_free",
|
|
1524
|
+
"_ggml_backend_sched_get_n_splits",
|
|
1525
|
+
"_ggml_compute_forward_conv_transpose_2d",
|
|
1526
|
+
"_lzma_index_append",
|
|
1527
|
+
"__ZNK2cv3LDA4saveERNS_11FileStorageE",
|
|
1528
|
+
"__ZN2cv11mixChannelsEPKNS_3MatEmPS0_mPKim",
|
|
1529
|
+
"__ZN2cv9warpPolarERKNS_11_InputArrayERKNS_12_OutputArrayENS_5Size_IiEENS_6Point_IfEEdi",
|
|
1530
|
+
"_cvSetIPLAllocators",
|
|
1531
|
+
"_ggml_get_data",
|
|
1532
|
+
"__ZN2cv11FileStorage4Impl5writeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEi",
|
|
1533
|
+
"_ggml_mul_mat",
|
|
1534
|
+
"_ggml_vec_dot_q8_0_q8_0",
|
|
1535
|
+
"_jpeg_save_markers",
|
|
1536
|
+
"_TIFFCreateGPSDirectory",
|
|
1537
|
+
"_ggml_backend_buft_get_alignment",
|
|
1538
|
+
"__ZN2cv22getAllocatorStatisticsEv",
|
|
1539
|
+
"_lzma_simple_arm64_decoder_init",
|
|
1540
|
+
"_ggml_graph_get_tensor",
|
|
1541
|
+
"_png_get_eXIf",
|
|
1542
|
+
"__ZN2cv3hal5LU32fEPfmiS1_mi",
|
|
1543
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEf",
|
|
1544
|
+
"_jpeg12_idct_16x16",
|
|
1545
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInference7processERKNS1_15PipelineContextE",
|
|
1546
|
+
"_TIFFSwabLong",
|
|
1547
|
+
"_TIFFVTileSize",
|
|
1548
|
+
"_gzputs",
|
|
1549
|
+
"__ZN2cv9FormatterD1Ev",
|
|
1550
|
+
"__ZN2cv4UMat5setToERKNS_11_InputArrayES3_",
|
|
1551
|
+
"__ZN2cv4blurERKNS_11_InputArrayERKNS_12_OutputArrayENS_5Size_IiEENS_6Point_IiEEi",
|
|
1552
|
+
"_deflateEnd",
|
|
1553
|
+
"_png_process_IDAT_data",
|
|
1554
|
+
"_jpeg_fill_bit_buffer",
|
|
1555
|
+
"_quantize_q4_0",
|
|
1556
|
+
"_TIFFDataWidth",
|
|
1557
|
+
"__ZN2cv8cvtColorERKNS_11_InputArrayERKNS_12_OutputArrayEiiNS_13AlgorithmHintE",
|
|
1558
|
+
"_ggml_geglu_back",
|
|
1559
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph12ComputeGraphC1EOS1_",
|
|
1560
|
+
"_gz_error",
|
|
1561
|
+
"__ZN2cv9Formatter3getENS0_10FormatTypeE",
|
|
1562
|
+
"_gguf_get_val_f32",
|
|
1563
|
+
"__ZN2cv3minERKNS_4UMatES2_RS0_",
|
|
1564
|
+
"_jpeg_skip_scanlines",
|
|
1565
|
+
"_ggml_backend_guid",
|
|
1566
|
+
"__TIFFNoStripEncode",
|
|
1567
|
+
"_ggml_gemv_q8_0_4x4_q8_0",
|
|
1568
|
+
"_cvInitSparseMatIterator",
|
|
1569
|
+
"__ZN2cv16FileNodeIteratorC2Ev",
|
|
1570
|
+
"__TIFFmemcpy",
|
|
1571
|
+
"_ggml_backend_buffer_get_alloc_size",
|
|
1572
|
+
"__ZN2cv3hal6max64fEPKdmS2_mPdmiiPv",
|
|
1573
|
+
"__ZNK7easyocr4ggml12CraftWeights1bERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
1574
|
+
"__ZN2cv5utils5trace7details6Region4ImplC1ERNS2_23TraceManagerThreadLocalEPS3_RS3_RKNS3_21LocationStaticStorageEx",
|
|
1575
|
+
"_ggml_compute_forward_sub",
|
|
1576
|
+
"_jinit_arith_encoder",
|
|
1577
|
+
"_cvGetCols",
|
|
1578
|
+
"_ggml_diag_mask_zero_inplace",
|
|
1579
|
+
"_ggml_win_part",
|
|
1580
|
+
"__ZN2cv3expERKNS_10softdoubleE",
|
|
1581
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGML7processERKN7easyocr4ggml8pipeline15PipelineContextE",
|
|
1582
|
+
"_lzma_mf_bt4_find",
|
|
1583
|
+
"__ZN2cv4normERKNS_11_InputArrayEiS2_",
|
|
1584
|
+
"_png_init_read_transformations",
|
|
1585
|
+
"__ZN2cv9seqRemoveEP5CvSeqi",
|
|
1586
|
+
"_png_longjmp",
|
|
1587
|
+
"__ZN2cv4UMatD1Ev",
|
|
1588
|
+
"_ggml_diag_mask_inf",
|
|
1589
|
+
"__ZN2cv4readERKNS_8FileNodeERNS_3MatERKS3_",
|
|
1590
|
+
"__ZN2cv6divideERKNS_11_InputArrayES2_RKNS_12_OutputArrayEdi",
|
|
1591
|
+
"_jpeg_destroy",
|
|
1592
|
+
"__ZN2cv3maxERKNS_4UMatES2_RS0_",
|
|
1593
|
+
"_png_default_flush",
|
|
1594
|
+
"_WebPSafeFree",
|
|
1595
|
+
"__ZN2cv4UMatC2EOS0_",
|
|
1596
|
+
"_WebPCleanupTransparentArea",
|
|
1597
|
+
"_jinit_color_converter",
|
|
1598
|
+
"__ZN2cv3hal11cvtYUVtoBGREPKhmPhmiiiibbNS_13AlgorithmHintE",
|
|
1599
|
+
"__ZN2cv3hal6min32sEPKimS2_mPimiiPv",
|
|
1600
|
+
"__ZN2cv7seqPushEP5CvSeqPKv",
|
|
1601
|
+
"_gz_intmax",
|
|
1602
|
+
"_cvReshapeMatND",
|
|
1603
|
+
"_ggml_new_tensor",
|
|
1604
|
+
"_quantize_row_q2_K_ref",
|
|
1605
|
+
"_lzma_stream_decoder",
|
|
1606
|
+
"_png_sig_cmp",
|
|
1607
|
+
"_png_create_write_struct",
|
|
1608
|
+
"_dequantize_row_q5_0",
|
|
1609
|
+
"__ZNK2cv12_OutputArray9getMatRefEi",
|
|
1610
|
+
"__ZNK2cv11FileStorage9getFormatEv",
|
|
1611
|
+
"__ZNK2cv9SparseMat9convertToERS0_id",
|
|
1612
|
+
"_ggml_tallocr_new",
|
|
1613
|
+
"_cvCloneSparseMat",
|
|
1614
|
+
"_j12init_d_main_controller",
|
|
1615
|
+
"__ZN2cv8fillPolyERKNS_17_InputOutputArrayERKNS_11_InputArrayERKNS_7Scalar_IdEEiiNS_6Point_IiEE",
|
|
1616
|
+
"__ZNK2cv16MatConstIterator3posEv",
|
|
1617
|
+
"__ZN23qvac_lib_infer_ocr_ggml8PipelineD1Ev",
|
|
1618
|
+
"_ggml_roll",
|
|
1619
|
+
"__ZNK2cv5MatOp6divideERKNS_7MatExprES3_RS1_d",
|
|
1620
|
+
"__ZN2cv3MatC1ERKS0_RKNS_5RangeES5_",
|
|
1621
|
+
"__ZN2cv3RNG8gaussianEd",
|
|
1622
|
+
"_lzma_lz_decoder_init",
|
|
1623
|
+
"_lzma_lzma2_props_decode",
|
|
1624
|
+
"_cvGetSeqElem",
|
|
1625
|
+
"__ZN2cv20findContoursLinkRunsERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
1626
|
+
"__ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
1627
|
+
"_png_set_scale_16",
|
|
1628
|
+
"_ggml_geglu_erf",
|
|
1629
|
+
"_png_write_pCAL",
|
|
1630
|
+
"__ZNK2cv11FileStorage4Impl11bufferStartEv",
|
|
1631
|
+
"__ZNK2cv9softfloatrmERKS0_",
|
|
1632
|
+
"__ZN2cv9fastAtan2Eff",
|
|
1633
|
+
"__ZN2cv8clipLineENS_5Rect_IiEERNS_6Point_IiEES4_",
|
|
1634
|
+
"__ZNK2cv3Mat5cloneEv",
|
|
1635
|
+
"_TIFFReadRawStrip",
|
|
1636
|
+
"__ZN2cv23releaseTlsStorageThreadEv",
|
|
1637
|
+
"_lzma_delta_encoder_init",
|
|
1638
|
+
"_png_push_have_end",
|
|
1639
|
+
"_gguf_get_alignment",
|
|
1640
|
+
"_ggml_vec_dot_q8_0_q8_0_generic",
|
|
1641
|
+
"_lzma_memusage",
|
|
1642
|
+
"_ggml_backend_sched_set_tensor_backend",
|
|
1643
|
+
"_j12init_c_prep_controller",
|
|
1644
|
+
"_ggml_backend_reg_name",
|
|
1645
|
+
"_ggml_gemv_q4_K_8x8_q8_K_generic",
|
|
1646
|
+
"_cvStartReadSeq",
|
|
1647
|
+
"_cvInitNArrayIterator",
|
|
1648
|
+
"__ZN2cv8integralERKNS_11_InputArrayERKNS_12_OutputArrayES5_ii",
|
|
1649
|
+
"_ggml_cpu_has_avx512_vbmi",
|
|
1650
|
+
"_TIFFSetField",
|
|
1651
|
+
"_png_set_progressive_read_fn",
|
|
1652
|
+
"_png_read_filter_row",
|
|
1653
|
+
"_ggml_vec_dot_tq1_0_q8_K_generic",
|
|
1654
|
+
"__ZN7easyocr4ggml3ops12conv_2d_biasEP12ggml_contextP11ggml_tensorS5_S5_iiiiii",
|
|
1655
|
+
"_ggml_conv_3d_direct",
|
|
1656
|
+
"_ggml_rope_ext_back",
|
|
1657
|
+
"__ZN2cv3hal14cartToPolar64fEPKdS2_PdS3_ib",
|
|
1658
|
+
"_ggml_backend_load_all",
|
|
1659
|
+
"_png_do_write_interlace",
|
|
1660
|
+
"__TIFFSeekOK",
|
|
1661
|
+
"_png_set_packswap",
|
|
1662
|
+
"_TIFFPredictorCleanup",
|
|
1663
|
+
"__ZN4ggml3cpu6repack6repackI10block_q4_0Lx8ELx8EEEiP11ggml_tensorPKvm",
|
|
1664
|
+
"_lzma_index_end",
|
|
1665
|
+
"__TIFFDefaultStripSize",
|
|
1666
|
+
"__ZNK2cv9SparseMat8assignToERS0_i",
|
|
1667
|
+
"_TIFFIsBigTIFF",
|
|
1668
|
+
"__ZNK2cv9softfloatmiERKS0_",
|
|
1669
|
+
"_quantize_row_q6_K",
|
|
1670
|
+
"_ggml_time_init",
|
|
1671
|
+
"__ZN2cv3hal14addWeighted32sEPKimS2_mPimiiPv",
|
|
1672
|
+
"_TIFFInitNeXT",
|
|
1673
|
+
"__ZN2cv16pointPolygonTestERKNS_11_InputArrayENS_6Point_IfEEb",
|
|
1674
|
+
"__ZN2cv3Mat9adjustROIEiiii",
|
|
1675
|
+
"_jpeg_write_m_byte",
|
|
1676
|
+
"__TIFFFax3fillruns",
|
|
1677
|
+
"__ZN2cv9softfloatC2Ej",
|
|
1678
|
+
"_ggml_compute_forward_gla",
|
|
1679
|
+
"_png_get_cHRM_XYZ",
|
|
1680
|
+
"_jpeg_idct_5x5",
|
|
1681
|
+
"__ZN2cv8integralERKNS_11_InputArrayERKNS_12_OutputArrayES5_S5_ii",
|
|
1682
|
+
"__ZN2cv3hal11cvtBGRtoXYZEPKhmPhmiiiib",
|
|
1683
|
+
"_cvRandArr",
|
|
1684
|
+
"_ggml_compute_forward_flash_attn_ext",
|
|
1685
|
+
"__ZN2cv9SparseMat3ptrEPKibPm",
|
|
1686
|
+
"__ZNK2cv4UMat6copyToERKNS_12_OutputArrayE",
|
|
1687
|
+
"__ZN2cv3PCAC1ERKNS_11_InputArrayES3_id",
|
|
1688
|
+
"__ZN2cv14copyMakeBorderERKNS_11_InputArrayERKNS_12_OutputArrayEiiiiiRKNS_7Scalar_IdEE",
|
|
1689
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q8_0Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1690
|
+
"_png_get_io_ptr",
|
|
1691
|
+
"_ggml_cpu_has_ssse3",
|
|
1692
|
+
"_cvGetErrInfo",
|
|
1693
|
+
"_zlibVersion",
|
|
1694
|
+
"_lzma_bcj_arm64_encode",
|
|
1695
|
+
"_ggml_cpu_get_sve_cnt",
|
|
1696
|
+
"_ggml_vec_dot_q5_K_q8_K_generic",
|
|
1697
|
+
"_png_handle_unknown",
|
|
1698
|
+
"__ZN2cv11FileStorage14endWriteStructEv",
|
|
1699
|
+
"_WebPNewInternal",
|
|
1700
|
+
"_png_access_version_number",
|
|
1701
|
+
"_png_get_chunk_cache_max",
|
|
1702
|
+
"_ggml_backend_buffer_set_usage",
|
|
1703
|
+
"__Z35ggml_backend_cpu_repack_buffer_typev",
|
|
1704
|
+
"_ggml_is_vector",
|
|
1705
|
+
"_cvRange",
|
|
1706
|
+
"_ggml_swiglu",
|
|
1707
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q4_0Lx8ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
1708
|
+
"__ZN2cv9SparseMat5eraseEiiPm",
|
|
1709
|
+
"_ggml_gemm_mxfp4_4x4_q8_0",
|
|
1710
|
+
"_ggml_n_dims",
|
|
1711
|
+
"_lzma_lz_encoder_init",
|
|
1712
|
+
"_quantize_iq4_nl",
|
|
1713
|
+
"_quantize_row_q5_K_ref",
|
|
1714
|
+
"_cvCreateMemStorage",
|
|
1715
|
+
"_cvMulTransposed",
|
|
1716
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGMLD2Ev",
|
|
1717
|
+
"__ZN7easyocr4ggml15CrnnGen2WeightsD1Ev",
|
|
1718
|
+
"_ggml_gemv_iq4_nl_8x8_q8_0_generic",
|
|
1719
|
+
"_ggml_gemm_q2_K_8x8_q8_K",
|
|
1720
|
+
"_cvCreateChildMemStorage",
|
|
1721
|
+
"_ggml_exp",
|
|
1722
|
+
"_ggml_graph_compute_with_ctx",
|
|
1723
|
+
"__Z10dl_get_symPvPKc",
|
|
1724
|
+
"_lzma_mf_hc3_skip",
|
|
1725
|
+
"__ZN2cv6detail17check_failed_autoEmmRKNS0_12CheckContextE",
|
|
1726
|
+
"_ggml_conv_1d",
|
|
1727
|
+
"_png_init_io",
|
|
1728
|
+
"_ggml_blck_size",
|
|
1729
|
+
"__ZN2cv3MatC1ENS_5Size_IiEEiRKNS_7Scalar_IdEE",
|
|
1730
|
+
"_ggml_backend_dev_offload_op",
|
|
1731
|
+
"__ZNK2cv8FileNodeixEi",
|
|
1732
|
+
"_quantize_row_iq4_nl_ref",
|
|
1733
|
+
"_WebPBlendAlpha",
|
|
1734
|
+
"_png_get_sPLT",
|
|
1735
|
+
"__ZNK2cv16TLSDataContainer10gatherDataERNSt3__16vectorIPvNS1_9allocatorIS3_EEEE",
|
|
1736
|
+
"__ZN2cvplERKNS_7MatExprERKNS_3MatE",
|
|
1737
|
+
"_png_write_chunk_start",
|
|
1738
|
+
"__ZN2cv3LDA19subspaceReconstructERKNS_11_InputArrayES3_S3_",
|
|
1739
|
+
"__ZN2cv3hal21cvtBGRtoThreePlaneYUVEPKhmPhmiiibiNS_13AlgorithmHintE",
|
|
1740
|
+
"_cvFilter2D",
|
|
1741
|
+
"_ggml_backend_graph_plan_compute",
|
|
1742
|
+
"__ZN2cv8multiplyERKNS_11_InputArrayES2_RKNS_12_OutputArrayEdi",
|
|
1743
|
+
"_jpeg_idct_14x14",
|
|
1744
|
+
"_jpeg12_fdct_ifast",
|
|
1745
|
+
"_png_set_mDCV",
|
|
1746
|
+
"__ZN2cv15getNumberOfCPUsEv",
|
|
1747
|
+
"__ZNK2cv10softdoubleeqERKS0_",
|
|
1748
|
+
"__ZN2cv10softdoubleC2Ej",
|
|
1749
|
+
"_TIFFFindCODEC",
|
|
1750
|
+
"_ggml_reglu",
|
|
1751
|
+
"__ZN2cv3hal6min64fEPKdmS2_mPdmiiPv",
|
|
1752
|
+
"__ZN2cv7vconcatERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
1753
|
+
"_TIFFHashSetDestroy",
|
|
1754
|
+
"_ggml_compute_forward_solve_tri",
|
|
1755
|
+
"_quantize_row_iq3_s_ref",
|
|
1756
|
+
"__ZN2cv11convertMapsERKNS_11_InputArrayES2_RKNS_12_OutputArrayES5_ib",
|
|
1757
|
+
"_deflateResetKeep",
|
|
1758
|
+
"_ggml_vec_dot_iq4_xs_q8_K_generic",
|
|
1759
|
+
"_ggml_threadpool_params_match",
|
|
1760
|
+
"_gguf_get_tensor_type",
|
|
1761
|
+
"_cvCompleteSymm",
|
|
1762
|
+
"__TIFFGetFields",
|
|
1763
|
+
"_cvGEMM",
|
|
1764
|
+
"__ZN2cv4UMatC1EOS0_",
|
|
1765
|
+
"_ggml_compute_forward_pad_reflect_1d",
|
|
1766
|
+
"__TIFFcallocExt",
|
|
1767
|
+
"__ZN2cv9FormattedD2Ev",
|
|
1768
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph13WeightsBundle5resetEv",
|
|
1769
|
+
"__ZN2cv9softfloatC1Ej",
|
|
1770
|
+
"_cvCrossProduct",
|
|
1771
|
+
"_png_set_cHRM_XYZ",
|
|
1772
|
+
"__ZN2cv5utils5trace7details6Region4ImplD1Ev",
|
|
1773
|
+
"_LogL10toY",
|
|
1774
|
+
"_jpeg12_idct_13x13",
|
|
1775
|
+
"__TIFFErrorEarly",
|
|
1776
|
+
"__ZNK7easyocr4ggml15CrnnGen2Weights1wERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
1777
|
+
"_jpeg_get_large",
|
|
1778
|
+
"_png_get_iCCP",
|
|
1779
|
+
"_jpeg_idct_6x6",
|
|
1780
|
+
"_png_destroy_write_struct",
|
|
1781
|
+
"_inflate_table",
|
|
1782
|
+
"__ZNK2cv4UMat5emptyEv",
|
|
1783
|
+
"_ggml_cpu_has_sme",
|
|
1784
|
+
"_jpeg_stdio_dest",
|
|
1785
|
+
"__ZN2cv16imwriteanimationERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERKNS_9AnimationERKNS0_6vectorIiNS4_IiEEEE",
|
|
1786
|
+
"_ggml_gemv_q6_K_8x8_q8_K",
|
|
1787
|
+
"_lzma_end",
|
|
1788
|
+
"_TIFFSwabArrayOfDouble",
|
|
1789
|
+
"_lzma_index_encoder_init",
|
|
1790
|
+
"_png_set_error_fn",
|
|
1791
|
+
"__ZN2cv15ImageCollection4Impl8readDataEv",
|
|
1792
|
+
"__ZN2cv8FileNode8setValueEiPKvi",
|
|
1793
|
+
"_TIFFFieldWithName",
|
|
1794
|
+
"__ZN2cv4UMatC2ERKS0_",
|
|
1795
|
+
"__ZN2cv11FileStorage5writeERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_",
|
|
1796
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q6_KLx4ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
1797
|
+
"_cvFillConvexPoly",
|
|
1798
|
+
"__ZN2cvplERKNS_7MatExprES2_",
|
|
1799
|
+
"__ZN2cv5splitERKNS_3MatEPS0_",
|
|
1800
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q4_KLx4ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
1801
|
+
"_gguf_set_val_str",
|
|
1802
|
+
"__ZN2cv8UMatDataC1EPKNS_12MatAllocatorE",
|
|
1803
|
+
"__ZN2cvorERKNS_3MatES2_",
|
|
1804
|
+
"__ZN2cv9minMaxLocERKNS_9SparseMatEPdS3_PiS4_",
|
|
1805
|
+
"_ggml_cross_entropy_loss_masked",
|
|
1806
|
+
"_cvSetRealND",
|
|
1807
|
+
"_jpeg12_idct_ifast",
|
|
1808
|
+
"_cvErrorStr",
|
|
1809
|
+
"__TIFFfree",
|
|
1810
|
+
"_quantize_row_q4_1_ref",
|
|
1811
|
+
"_png_read_start_row",
|
|
1812
|
+
"_cvSmooth",
|
|
1813
|
+
"_jpeg_open_backing_store",
|
|
1814
|
+
"_WebPPictureFree",
|
|
1815
|
+
"__ZN2cvmlERKNS_3MatEd",
|
|
1816
|
+
"_cvGet3D",
|
|
1817
|
+
"_WebPMuxGetAnimationParams",
|
|
1818
|
+
"_ggml_conv_1d_ph",
|
|
1819
|
+
"_cvRedirectError",
|
|
1820
|
+
"_cvResize",
|
|
1821
|
+
"_png_set_text_compression_method",
|
|
1822
|
+
"__ZThn8_N23qvac_lib_infer_ocr_ggml8PipelineD1Ev",
|
|
1823
|
+
"__ZN2cv22getHardwareFeatureNameEi",
|
|
1824
|
+
"_ggml_backend_dev_type",
|
|
1825
|
+
"_TIFFVSetField",
|
|
1826
|
+
"_ggml_get_next_tensor",
|
|
1827
|
+
"__ZNK2cv5MatOp12augAssignAddERKNS_7MatExprERNS_3MatE",
|
|
1828
|
+
"_TIFFSetDirectory",
|
|
1829
|
+
"_ggml_graph_overhead",
|
|
1830
|
+
"_png_reciprocal2",
|
|
1831
|
+
"__ZN2cv3hal5DCT2D6createEiiii",
|
|
1832
|
+
"__ZN2cveqERKNS_16FileNodeIteratorES2_",
|
|
1833
|
+
"_ggml_can_fuse_subgraph_ext",
|
|
1834
|
+
"_ggml_scale_bias",
|
|
1835
|
+
"_ggml_graph_overhead_custom",
|
|
1836
|
+
"_dequantize_row_q8_0",
|
|
1837
|
+
"_png_read_rows",
|
|
1838
|
+
"_quantize_row_q4_K",
|
|
1839
|
+
"_lzma_delta_coder_init",
|
|
1840
|
+
"__TIFFCheckRealloc",
|
|
1841
|
+
"_TIFFDefaultStripSize",
|
|
1842
|
+
"__ZN2cv3ipp13getIppVersionEv",
|
|
1843
|
+
"_ggml_conv_2d_dw",
|
|
1844
|
+
"_ggml_vec_dot_q4_K_q8_K_generic",
|
|
1845
|
+
"_ggml_set_zero",
|
|
1846
|
+
"_png_muldiv",
|
|
1847
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_9SparseMatE",
|
|
1848
|
+
"__ZN2cvplERKNS_7Scalar_IdEERKNS_7MatExprE",
|
|
1849
|
+
"_ggml_rope_yarn_corr_dims",
|
|
1850
|
+
"_cvCalcCovarMatrix",
|
|
1851
|
+
"__ZN17OcrBackendsHandleD1Ev",
|
|
1852
|
+
"_cvMin",
|
|
1853
|
+
"_ggml_vec_dot_q4_K_q8_K",
|
|
1854
|
+
"_gguf_get_tensor_name",
|
|
1855
|
+
"__ZN2cv5utils5trace7details12TraceManagerD1Ev",
|
|
1856
|
+
"__ZN2cv12ellipse2PolyENS_6Point_IiEENS_5Size_IiEEiiiiRNSt3__16vectorIS1_NS4_9allocatorIS1_EEEE",
|
|
1857
|
+
"_ggml_backend_dev_host_buffer_type",
|
|
1858
|
+
"_ggml_backend_reg_by_name",
|
|
1859
|
+
"__ZN2cv16UMatDataAutoLockC2EPNS_8UMatDataES2_",
|
|
1860
|
+
"_ggml_backend_reg_dev_get",
|
|
1861
|
+
"__ZNK2cv12_OutputArray13getHostMemRefEv",
|
|
1862
|
+
"__TIFFgetMode",
|
|
1863
|
+
"_gguf_set_tensor_type",
|
|
1864
|
+
"_ggml_compute_forward_exp",
|
|
1865
|
+
"_jpeg_add_quant_table",
|
|
1866
|
+
"_png_read_filter_row_paeth4_sse2",
|
|
1867
|
+
"_quantize_q4_K",
|
|
1868
|
+
"__ZN2cv15ImageCollection8iteratorC1EPS0_",
|
|
1869
|
+
"__ZNK2cv11_InputArray7getMat_Ei",
|
|
1870
|
+
"_WebPDecodeYUVInto",
|
|
1871
|
+
"_cvGraphVtxDegreeByPtr",
|
|
1872
|
+
"_TIFFRGBAImageGet",
|
|
1873
|
+
"__ZN2cv3hal9fastAtan2EPKfS2_Pfib",
|
|
1874
|
+
"_ggml_threadpool_chunk_add",
|
|
1875
|
+
"_ggml_compute_forward_clamp",
|
|
1876
|
+
"_uv_encode",
|
|
1877
|
+
"__ZN2cv10PCAProjectERKNS_11_InputArrayES2_S2_RKNS_12_OutputArrayE",
|
|
1878
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox23getOutputUnalignedBoxesEfRKNSt3__16vectorINS3_5arrayIN2cv6Point_IfEELm4EEENS3_9allocatorIS9_EEEE",
|
|
1879
|
+
"_png_save_uint_32",
|
|
1880
|
+
"__ZN2cv11FileStorage4ImplD2Ev",
|
|
1881
|
+
"_TIFFCheckpointDirectory",
|
|
1882
|
+
"_ggml_get_data_f32",
|
|
1883
|
+
"__ZNK2cv4UMat9convertToERKNS_12_OutputArrayEidd",
|
|
1884
|
+
"_quantize_iq2_xxs",
|
|
1885
|
+
"_TIFFFieldIsAnonymous",
|
|
1886
|
+
"__ZNK2cv11FileStorage4ImplixEPKc",
|
|
1887
|
+
"__ZNK2cv11FileStorage4Impl20getFirstTopLevelNodeEv",
|
|
1888
|
+
"_lzma_lzma_props_encode",
|
|
1889
|
+
"__ZN2cvngERKNS_3MatE",
|
|
1890
|
+
"_png_get_y_offset_pixels",
|
|
1891
|
+
"_ggml_vec_dot_q5_1_q8_1",
|
|
1892
|
+
"_WebPPictureHasTransparency",
|
|
1893
|
+
"__ZN2cv8imencodeERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERKNS_11_InputArrayERNS0_6vectorIhNS4_IhEEEERKNSC_IiNS4_IiEEEE",
|
|
1894
|
+
"_ggml_vec_dot_q4_0_q8_0",
|
|
1895
|
+
"__ZN2cv9ExceptionC2EiRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_S9_i",
|
|
1896
|
+
"__ZN2cveqERKNS_3MatES2_",
|
|
1897
|
+
"_ggml_compute_forward_acc",
|
|
1898
|
+
"__ZNK2cv9SparseMat9convertToERNS_3MatEidd",
|
|
1899
|
+
"__ZN2cv6detail20check_failed_MatTypeEiRKNS0_12CheckContextE",
|
|
1900
|
+
"_crc32_combine",
|
|
1901
|
+
"_TIFFLastDirectory",
|
|
1902
|
+
"_ggml_compute_forward_im2col_3d",
|
|
1903
|
+
"_ggml_rwkv_wkv7",
|
|
1904
|
+
"_cvAddS",
|
|
1905
|
+
"_png_write_tEXt",
|
|
1906
|
+
"_lzma_stream_flags_compare",
|
|
1907
|
+
"_quantize_row_q4_0_ref",
|
|
1908
|
+
"_ggml_backend_sched_reset",
|
|
1909
|
+
"__ZN2cv6invertERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
1910
|
+
"_quantize_row_q5_1",
|
|
1911
|
+
"__ZN2cv4UMat3eyeENS_5Size_IiEEiNS_14UMatUsageFlagsE",
|
|
1912
|
+
"__ZN2cv5mergeEPKNS_3MatEmRKNS_12_OutputArrayE",
|
|
1913
|
+
"__ZN2cv9SparseMat13resizeHashTabEm",
|
|
1914
|
+
"__ZN2cvgtERKNS_3MatEd",
|
|
1915
|
+
"_png_set_expand_16",
|
|
1916
|
+
"_WebPGetMuxVersion",
|
|
1917
|
+
"__ZN2cv3hal19cvtOnePlaneYUVtoBGREPKhmPhmiiibiiNS_13AlgorithmHintE",
|
|
1918
|
+
"_cvCreateSeq",
|
|
1919
|
+
"__ZN2cv3hal11Cholesky64fEPdmiS1_mi",
|
|
1920
|
+
"_TIFFWriteScanline",
|
|
1921
|
+
"__ZNK2cv9softfloatneERKS0_",
|
|
1922
|
+
"_cvInitFont",
|
|
1923
|
+
"_SharpYuvOptionsInitInternal",
|
|
1924
|
+
"_cvCopyMakeBorder",
|
|
1925
|
+
"_ggml_backend_compare_graph_backend",
|
|
1926
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGMLC2ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEi",
|
|
1927
|
+
"__ZNK2cv7MatExpr3mulERKS0_d",
|
|
1928
|
+
"__ZN2cv8FileNodeC1EPKNS_11FileStorageEmm",
|
|
1929
|
+
"_lzma_delta_props_encode",
|
|
1930
|
+
"_ggml_cycles_per_ms",
|
|
1931
|
+
"__ZN2cv3MatC1ENS_5Size_IiEEiPvm",
|
|
1932
|
+
"_png_set_text",
|
|
1933
|
+
"_ggml_compute_forward_sqrt",
|
|
1934
|
+
"__ZNK7easyocr4ggml10GgufLoader10get_tensorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
1935
|
+
"__ZN2cv13matchTemplateERKNS_11_InputArrayES2_RKNS_12_OutputArrayEiS2_",
|
|
1936
|
+
"_ggml_log_get",
|
|
1937
|
+
"_cvGetSeqReaderPos",
|
|
1938
|
+
"_ggml_flash_attn_ext",
|
|
1939
|
+
"_TIFFInitOJPEG",
|
|
1940
|
+
"_quantize_row_tq1_0",
|
|
1941
|
+
"_ggml_log",
|
|
1942
|
+
"_cvGraphRemoveEdge",
|
|
1943
|
+
"_lzma_simple_riscv_encoder_init",
|
|
1944
|
+
"_png_write_chunk_end",
|
|
1945
|
+
"_png_gamma_8bit_correct",
|
|
1946
|
+
"_TIFFReadTile",
|
|
1947
|
+
"_ggml_compute_forward_set",
|
|
1948
|
+
"_lzma_alloc_zero",
|
|
1949
|
+
"_png_set_oFFs",
|
|
1950
|
+
"__tr_flush_bits",
|
|
1951
|
+
"__ZNK2cv11RotatedRect6pointsEPNS_6Point_IfEE",
|
|
1952
|
+
"_ggml_map_custom1_inplace",
|
|
1953
|
+
"__ZNK2cv12_OutputArray14createSameSizeERKNS_11_InputArrayEi",
|
|
1954
|
+
"__TIFFCreateAnonField",
|
|
1955
|
+
"_ggml_gemm_q5_K_8x8_q8_K",
|
|
1956
|
+
"_cvClearSet",
|
|
1957
|
+
"_ggml_new_i32",
|
|
1958
|
+
"__ZN2cv9boxFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiNS_5Size_IiEENS_6Point_IiEEbi",
|
|
1959
|
+
"_ggml_repeat",
|
|
1960
|
+
"_ggml_upscale",
|
|
1961
|
+
"_dequantize_row_q8_K",
|
|
1962
|
+
"__ZNK2cv8FileNodecvdEv",
|
|
1963
|
+
"_ggml_graph_view",
|
|
1964
|
+
"_ggml_threadpool_params_default",
|
|
1965
|
+
"_png_process_some_data",
|
|
1966
|
+
"__ZN2cv3MatC2ERKS0_RKNS_5RangeES5_",
|
|
1967
|
+
"_ggml_cpu_has_bmi2",
|
|
1968
|
+
"_ggml_backend_buft_name",
|
|
1969
|
+
"_ggml_vec_dot_iq2_s_q8_K_generic",
|
|
1970
|
+
"_cvTransform",
|
|
1971
|
+
"__ZNK2cv7MatExpr3invEi",
|
|
1972
|
+
"_png_app_warning",
|
|
1973
|
+
"_ggml_compute_forward_argsort",
|
|
1974
|
+
"_png_get_sCAL_fixed",
|
|
1975
|
+
"__TIFFGetExifFields",
|
|
1976
|
+
"_ggml_fill",
|
|
1977
|
+
"__ZN2cvgeERKNS_3MatES2_",
|
|
1978
|
+
"_WebPMuxDelete",
|
|
1979
|
+
"__ZN2cv5instr8NodeDataaSERKS1_",
|
|
1980
|
+
"__ZN2cv3hal5min8sEPKamS2_mPamiiPv",
|
|
1981
|
+
"_TIFFPredictorInit",
|
|
1982
|
+
"__ZN2cv3powERKNS_9softfloatES2_",
|
|
1983
|
+
"_ggml_gemm_q4_0_4x8_q8_0",
|
|
1984
|
+
"__ZN2cv5instr18useInstrumentationEv",
|
|
1985
|
+
"_ggml_hardswish",
|
|
1986
|
+
"_ggml_compute_forward_scale",
|
|
1987
|
+
"__ZN23qvac_lib_infer_ocr_ggml8Pipeline14processEasyOcrERKN2cv3MatERKNS_8OcrInputE",
|
|
1988
|
+
"_lzma_index_iter_locate",
|
|
1989
|
+
"_cvSet3D",
|
|
1990
|
+
"_cvSolveCubic",
|
|
1991
|
+
"_gguf_write_to_file",
|
|
1992
|
+
"_dequantize_row_q4_K",
|
|
1993
|
+
"_png_chunk_benign_error",
|
|
1994
|
+
"_lzma_lzma_encode",
|
|
1995
|
+
"_cvIntegral",
|
|
1996
|
+
"_png_image_write_to_memory",
|
|
1997
|
+
"_ggml_gemm_q8_0_4x4_q8_0",
|
|
1998
|
+
"_png_get_libpng_ver",
|
|
1999
|
+
"_png_malloc_base",
|
|
2000
|
+
"_cvGetSubRect",
|
|
2001
|
+
"_png_handle_as_unknown",
|
|
2002
|
+
"_ggml_sigmoid_inplace",
|
|
2003
|
+
"_ggml_vec_dot_mxfp4_q8_0_generic",
|
|
2004
|
+
"_jpeg_mem_dest",
|
|
2005
|
+
"_TIFFSwabDouble",
|
|
2006
|
+
"_lzma_raw_encoder_init",
|
|
2007
|
+
"_ggml_compute_forward_mean",
|
|
2008
|
+
"_ggml_new_graph_custom",
|
|
2009
|
+
"_ggml_backend_alloc_ctx_tensors",
|
|
2010
|
+
"_WebPDemuxInternal",
|
|
2011
|
+
"_TIFFGetWriteProc",
|
|
2012
|
+
"__ZN2cv8FileNode17isEmptyCollectionEi",
|
|
2013
|
+
"__ZN2cv3hal9cvt16f32fEPKNS_6hfloatEPfi",
|
|
2014
|
+
"__ZNK2cv12_OutputArray6createEiPKiiibNS0_9DepthMaskE",
|
|
2015
|
+
"_jinit_compress_master",
|
|
2016
|
+
"_ggml_backend_sched_get_tensor_backend",
|
|
2017
|
+
"__ZN24OcrLazyInitializeBackend10initializeERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE",
|
|
2018
|
+
"_jpeg_calc_output_dimensions",
|
|
2019
|
+
"_png_set_compression_mem_level",
|
|
2020
|
+
"__ZN2cv11RNG_MT19937cvjEv",
|
|
2021
|
+
"__ZN7easyocr4ggml3ops11bilinear_toEP12ggml_contextP11ggml_tensorxx",
|
|
2022
|
+
"__ZN2cv3hal6add32sEPKimS2_mPimiiPv",
|
|
2023
|
+
"_ggml_step_inplace",
|
|
2024
|
+
"__ZN2cv10meanStdDevERKNS_11_InputArrayERKNS_12_OutputArrayES5_S2_",
|
|
2025
|
+
"_cvErode",
|
|
2026
|
+
"__ZN2cv4UMatC1EiPKiiRKNS_7Scalar_IdEENS_14UMatUsageFlagsE",
|
|
2027
|
+
"_ggml_vec_dot_q4_0_q8_0_generic",
|
|
2028
|
+
"_ggml_geglu_erf_swapped",
|
|
2029
|
+
"_ggml_backend_tensor_get",
|
|
2030
|
+
"__ZN2cv9SparseMatC2Ev",
|
|
2031
|
+
"__ZN2cv3hal8gemm32fcEPKfmS2_mfS2_mfPfmiiii",
|
|
2032
|
+
"__Z10cvIplImageRKN2cv3MatE",
|
|
2033
|
+
"_lzma_mf_hc4_skip",
|
|
2034
|
+
"_png_set_filter_heuristics",
|
|
2035
|
+
"_WebPMemoryWriterClear",
|
|
2036
|
+
"__ZN2cv6detail17check_failed_autoEmRKNS0_12CheckContextE",
|
|
2037
|
+
"__TIFFsetLongArray",
|
|
2038
|
+
"_ggml_backend_blas_init",
|
|
2039
|
+
"__ZN2cv3LDAC2Ei",
|
|
2040
|
+
"_ggml_vec_dot_iq3_s_q8_K_generic",
|
|
2041
|
+
"_jinit_color_deconverter",
|
|
2042
|
+
"_ggml_soft_max_add_sinks",
|
|
2043
|
+
"_png_write_find_filter",
|
|
2044
|
+
"_ggml_compute_forward_silu_back",
|
|
2045
|
+
"_png_set_expand",
|
|
2046
|
+
"__ZN2cv16MatConstIterator4seekEPKib",
|
|
2047
|
+
"__Z8dl_errorv",
|
|
2048
|
+
"__ZN2cv3MatC2ERKS0_PKNS_5RangeE",
|
|
2049
|
+
"__ZN2cv3hal5div8uEPKhmS2_mPhmiiPv",
|
|
2050
|
+
"__ZN2cv8UMatData4lockEv",
|
|
2051
|
+
"_ggml_get_glu_op",
|
|
2052
|
+
"__TIFFRewriteField",
|
|
2053
|
+
"__ZN2cv11FileStorage4Impl5writeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEd",
|
|
2054
|
+
"__ZN2cv12countNonZeroERKNS_11_InputArrayE",
|
|
2055
|
+
"__ZN2cveqEdRKNS_3MatE",
|
|
2056
|
+
"_TIFFReadRGBATileExt",
|
|
2057
|
+
"__ZN2cv3MatC1ERKS0_",
|
|
2058
|
+
"__ZN2cv3hal8Filter2D6createEPhmiiiiiiiidiibb",
|
|
2059
|
+
"__ZN2cv9softfloatC2Ex",
|
|
2060
|
+
"_ggml_compute_forward_repeat_back",
|
|
2061
|
+
"_cvGraphVtxDegree",
|
|
2062
|
+
"__ZN17OcrBackendsHandleC2EOS_",
|
|
2063
|
+
"_cvReleaseImage",
|
|
2064
|
+
"__ZNK2cv7MatExpr1tEv",
|
|
2065
|
+
"__ZN2cv3hal7sqrt32fEPKfPfi",
|
|
2066
|
+
"__ZN2cv9FormatterD2Ev",
|
|
2067
|
+
"_ggml_backend_buffer_get_type",
|
|
2068
|
+
"_ggml_floor_inplace",
|
|
2069
|
+
"_png_get_valid",
|
|
2070
|
+
"_ggml_backend_tensor_set_async",
|
|
2071
|
+
"__ZNK2cv5MatOp3addERKNS_7MatExprES3_RS1_",
|
|
2072
|
+
"_ggml_tanh",
|
|
2073
|
+
"__ZN2cv6detail14depthToString_Ei",
|
|
2074
|
+
"__ZN2cv11RNG_MT19937cvdEv",
|
|
2075
|
+
"__ZN2cv3hal11normHammingEPKhS2_i",
|
|
2076
|
+
"__ZN2cv3hal6max32sEPKimS2_mPimiiPv",
|
|
2077
|
+
"__ZN2cv3LDA4loadERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
|
|
2078
|
+
"_ggml_cpy",
|
|
2079
|
+
"_ggml_cpu_get_rvv_vlen",
|
|
2080
|
+
"__ZN2cv3SVDclERKNS_11_InputArrayEi",
|
|
2081
|
+
"__ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE",
|
|
2082
|
+
"__ZN2cv5utils5trace7details6Region17LocationExtraDataC1ERKNS3_21LocationStaticStorageE",
|
|
2083
|
+
"_cvAddWeighted",
|
|
2084
|
+
"_ggml_sin_inplace",
|
|
2085
|
+
"__TIFFReadTileAndAllocBuffer",
|
|
2086
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGMLD1Ev",
|
|
2087
|
+
"_ggml_cpu_has_arm_fma",
|
|
2088
|
+
"__ZN2cv11seqPopFrontEP5CvSeqPv",
|
|
2089
|
+
"_png_get_uint_31",
|
|
2090
|
+
"__ZN2cv3LDAD2Ev",
|
|
2091
|
+
"_cvGetDiag",
|
|
2092
|
+
"_ggml_compute_forward_get_rel_pos",
|
|
2093
|
+
"_png_write_cHRM_fixed",
|
|
2094
|
+
"_TIFFDefaultTileSize",
|
|
2095
|
+
"_TIFFWarning",
|
|
2096
|
+
"_png_set_option",
|
|
2097
|
+
"__ZNK2cv5MatOp3addERKNS_7MatExprERKNS_7Scalar_IdEERS1_",
|
|
2098
|
+
"_png_set_PLTE",
|
|
2099
|
+
"_ggml_delta_net_ar",
|
|
2100
|
+
"__ZN2cv15ImageCollection4Impl7advanceEv",
|
|
2101
|
+
"__ZN4ggml3cpu6repack6repackI10block_q4_0Lx8ELx4EEEiP11ggml_tensorPKvm",
|
|
2102
|
+
"__ZN2cvltERKNS_3MatEd",
|
|
2103
|
+
"_png_chunk_report",
|
|
2104
|
+
"_png_destroy_info_struct",
|
|
2105
|
+
"__ZN2cv3hal4sqrtEPKfPfi",
|
|
2106
|
+
"_ggml_reshape",
|
|
2107
|
+
"_TIFFFieldWriteCount",
|
|
2108
|
+
"__ZN2cv7ellipseERKNS_17_InputOutputArrayENS_6Point_IiEENS_5Size_IiEEdddRKNS_7Scalar_IdEEiii",
|
|
2109
|
+
"_WebPAnimEncoderNewInternal",
|
|
2110
|
+
"_png_read_png",
|
|
2111
|
+
"_gguf_set_kv",
|
|
2112
|
+
"_j12init_1pass_quantizer",
|
|
2113
|
+
"__ZN2cv3hal6cmp32fEPKfmS2_mPhmiiPv",
|
|
2114
|
+
"__ZN2cv6repeatERKNS_11_InputArrayEiiRKNS_12_OutputArrayE",
|
|
2115
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q4_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
2116
|
+
"__ZNK2cv8FileNode7rawSizeEv",
|
|
2117
|
+
"_cvNextGraphItem",
|
|
2118
|
+
"__ZN2cv3MatC2ERKNSt3__16vectorIiNS1_9allocatorIiEEEEi",
|
|
2119
|
+
"_TIFFWriteRawTile",
|
|
2120
|
+
"_png_set_rgb_to_gray_fixed",
|
|
2121
|
+
"_cvSetRemove",
|
|
2122
|
+
"_TIFFGetBitRevTable",
|
|
2123
|
+
"__ZNK2cv3Mat9locateROIERNS_5Size_IiEERNS_6Point_IiEE",
|
|
2124
|
+
"_dequantize_row_iq3_xxs",
|
|
2125
|
+
"_j12init_lossless_compressor",
|
|
2126
|
+
"_WebPPictureYUVAToARGB",
|
|
2127
|
+
"__ZN2cv7MatExprC2ERKNS_3MatE",
|
|
2128
|
+
"__ZNK2cv3Mat7getUMatENS_10AccessFlagENS_14UMatUsageFlagsE",
|
|
2129
|
+
"_lzma_simple_powerpc_decoder_init",
|
|
2130
|
+
"_png_set_text_compression_level",
|
|
2131
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph12ComputeGraphaSEOS1_",
|
|
2132
|
+
"_png_set_read_fn",
|
|
2133
|
+
"_cvReleaseGraphScanner",
|
|
2134
|
+
"__ZN2cv3hal21cvtThreePlaneYUVtoBGREPKhmPhmiiibiNS_13AlgorithmHintE",
|
|
2135
|
+
"_gguf_get_val_i64",
|
|
2136
|
+
"__ZN2cvltERKNS_3MatES2_",
|
|
2137
|
+
"__ZN2cv11imreadmultiERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERNS0_6vectorINS_3MatENS4_ISA_EEEEi",
|
|
2138
|
+
"_cvPtr2D",
|
|
2139
|
+
"_TIFFFillTile",
|
|
2140
|
+
"__ZN17OcrBackendsHandleD2Ev",
|
|
2141
|
+
"_WebPEncodeLosslessBGRA",
|
|
2142
|
+
"__ZN2cv6detail17check_failed_trueEbRKNS0_12CheckContextE",
|
|
2143
|
+
"_deflateParams",
|
|
2144
|
+
"__ZN2cv10softdoubleC2Ey",
|
|
2145
|
+
"__ZN2cv4UMat5zerosEiiiNS_14UMatUsageFlagsE",
|
|
2146
|
+
"__ZN2cv4UMat9adjustROIEiiii",
|
|
2147
|
+
"_png_get_user_height_max",
|
|
2148
|
+
"_ggml_cont",
|
|
2149
|
+
"__ZN17OcrBackendsHandleC1ERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE",
|
|
2150
|
+
"__ZN2cv3hal10invSqrt32fEPKfPfi",
|
|
2151
|
+
"_ggml_elu",
|
|
2152
|
+
"_jpeg_mem_src",
|
|
2153
|
+
"_cvMemStorageAlloc",
|
|
2154
|
+
"__ZN2cv11FileStorage16startWriteStructERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_",
|
|
2155
|
+
"_jpeg_alloc_huff_table",
|
|
2156
|
+
"__ZNK2cv7MatExpr4typeEv",
|
|
2157
|
+
"__ZN2cv11writeScalarERNS_11FileStorageEd",
|
|
2158
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q4_0Lx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
2159
|
+
"__ZN2cv3hal11cvtLabtoBGREPKhmPhmiiiibbb",
|
|
2160
|
+
"_lzma_mf_hc4_find",
|
|
2161
|
+
"__ZNK2cv3Mat6copyToERKNS_12_OutputArrayE",
|
|
2162
|
+
"_ggml_backend_cpu_set_abort_callback",
|
|
2163
|
+
"_png_image_begin_read_from_stdio",
|
|
2164
|
+
"_ggml_gemv_mxfp4_4x4_q8_0",
|
|
2165
|
+
"_gzsetparams",
|
|
2166
|
+
"_cvSliceLength",
|
|
2167
|
+
"_ggml_vec_log_soft_max_f32",
|
|
2168
|
+
"_TIFFGetStrileByteCountWithErr",
|
|
2169
|
+
"_ggml_l2_norm_inplace",
|
|
2170
|
+
"_ggml_vec_dot_iq2_xs_q8_K_generic",
|
|
2171
|
+
"__ZNK2cv15ImageCollection4sizeEv",
|
|
2172
|
+
"_lzma_vli_size",
|
|
2173
|
+
"_ggml_backend_register",
|
|
2174
|
+
"__ZN2cv9SparseMatC1ERKS0_",
|
|
2175
|
+
"__ZN2cv11FileStorage4Impl22switch_to_Base64_stateENS_15FileStorage_API11Base64StateE",
|
|
2176
|
+
"__ZN2cv3hal6SVD32fEPfmS1_S1_mS1_miii",
|
|
2177
|
+
"__ZN2cv11FileStorage4Impl9get_spaceEv",
|
|
2178
|
+
"_ggml_hash_set_reset",
|
|
2179
|
+
"__ZN2cv3hal10invSqrt64fEPKdPdi",
|
|
2180
|
+
"_lzma_filter_flags_encode",
|
|
2181
|
+
"_quantize_row_q8_K",
|
|
2182
|
+
"_ggml_compute_forward_glu",
|
|
2183
|
+
"__ZN2cv10convexHullERKNS_11_InputArrayERKNS_12_OutputArrayEbb",
|
|
2184
|
+
"_TIFFCIELabToXYZ",
|
|
2185
|
+
"__ZN2cv4UMatC2EiPKiiRKNS_7Scalar_IdEENS_14UMatUsageFlagsE",
|
|
2186
|
+
"_inflateEnd",
|
|
2187
|
+
"_lzma_get_progress",
|
|
2188
|
+
"_ggml_backend_tensor_get_async",
|
|
2189
|
+
"__ZN2cv11FileStorage4Impl16getCurrentStructEv",
|
|
2190
|
+
"_ggml_abort",
|
|
2191
|
+
"__ZN2cv3hal7recip8uEPKhmS2_mPhmiiPv",
|
|
2192
|
+
"_crc32_combine64",
|
|
2193
|
+
"_jpeg_has_multiple_scans",
|
|
2194
|
+
"_TIFFGetSeekProc",
|
|
2195
|
+
"_cvCreateImage",
|
|
2196
|
+
"_deflateGetDictionary",
|
|
2197
|
+
"_lzma_index_hash_end",
|
|
2198
|
+
"_png_set_gray_to_rgb",
|
|
2199
|
+
"_png_set_benign_errors",
|
|
2200
|
+
"_jpeg_huff_decode",
|
|
2201
|
+
"_cvClearSeq",
|
|
2202
|
+
"_png_set_strip_16",
|
|
2203
|
+
"__ZNK2cv3Mat9convertToERKNS_12_OutputArrayEidd",
|
|
2204
|
+
"_cvGetImageCOI",
|
|
2205
|
+
"_cvClone",
|
|
2206
|
+
"_cvInRange",
|
|
2207
|
+
"_jinit_downsampler",
|
|
2208
|
+
"_ggml_compute_forward_norm",
|
|
2209
|
+
"__ZN4ggml3cpu6repack4gemvI11block_mxfp4Lx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
2210
|
+
"__ZN2cv9minMaxIdxERKNS_11_InputArrayEPdS3_PiS4_S2_",
|
|
2211
|
+
"_gzclearerr",
|
|
2212
|
+
"_WebPEncodeLosslessRGB",
|
|
2213
|
+
"__ZN2cv3Mat10push_back_EPKv",
|
|
2214
|
+
"_gguf_get_meta_data",
|
|
2215
|
+
"_jpeg_make_c_derived_tbl",
|
|
2216
|
+
"__ZN2cv3hal6mul16uEPKtmS2_mPtmiiPv",
|
|
2217
|
+
"_j12init_upsampler",
|
|
2218
|
+
"_cvSVBkSb",
|
|
2219
|
+
"__ZN2cv3minERKNS_3MatES2_RS0_",
|
|
2220
|
+
"_WebPDecodeRGB",
|
|
2221
|
+
"__ZN2cv8FileNodeC2ERKS0_",
|
|
2222
|
+
"__ZN2cv11setIdentityERKNS_17_InputOutputArrayERKNS_7Scalar_IdEE",
|
|
2223
|
+
"__ZN4ggml3cpu6repack6repackI10block_q4_KLx4ELx8EEEiP11ggml_tensorPKvm",
|
|
2224
|
+
"__ZNK2cv11RotatedRect14boundingRect2fEv",
|
|
2225
|
+
"_cvCloneMatND",
|
|
2226
|
+
"_ggml_is_contiguous_0",
|
|
2227
|
+
"__ZN2cv16FileNodeIteratorppEv",
|
|
2228
|
+
"_png_save_uint_16",
|
|
2229
|
+
"__ZN2cv3hal10absdiff16uEPKtmS2_mPtmiiPv",
|
|
2230
|
+
"__ZNK2cv3SVD9backSubstERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
2231
|
+
"__ZN23qvac_lib_infer_ocr_ggml8Pipeline7processERKNSt3__13anyE",
|
|
2232
|
+
"__ZN23qvac_lib_infer_ocr_ggml8Pipeline12processDoctrERKN2cv3MatERKNS_8OcrInputE",
|
|
2233
|
+
"_png_get_pixels_per_inch",
|
|
2234
|
+
"_ggml_compute_forward_cross_entropy_loss_back",
|
|
2235
|
+
"_png_do_packswap",
|
|
2236
|
+
"_cvPolyLine",
|
|
2237
|
+
"_ggml_compute_forward_l2_norm",
|
|
2238
|
+
"__ZN2cv8FileNodeC2EPKNS_11FileStorageEmm",
|
|
2239
|
+
"_ggml_cycles",
|
|
2240
|
+
"_ggml_gemv_iq4_nl_4x4_q8_0",
|
|
2241
|
+
"_adler32_z",
|
|
2242
|
+
"_jinit_d_post_controller",
|
|
2243
|
+
"_png_write_png",
|
|
2244
|
+
"_cvCalcPCA",
|
|
2245
|
+
"_WebPEncodeRGB",
|
|
2246
|
+
"_cvStartAppendToSeq",
|
|
2247
|
+
"_j12init_2pass_quantizer",
|
|
2248
|
+
"_inflateSetDictionary",
|
|
2249
|
+
"_cvLog",
|
|
2250
|
+
"__ZN2cvplERKNS_3MatERKNS_7Scalar_IdEE",
|
|
2251
|
+
"_png_write_PLTE",
|
|
2252
|
+
"__ZN2cv4UMat3eyeEiiiNS_14UMatUsageFlagsE",
|
|
2253
|
+
"_png_get_pCAL",
|
|
2254
|
+
"__ZNK2cv15ImageCollection4Impl6heightEv",
|
|
2255
|
+
"_ggml_cpu_fp16_to_fp32",
|
|
2256
|
+
"__ZN2cv9SparseMatC1ERKNS_3MatE",
|
|
2257
|
+
"_inflateCopy",
|
|
2258
|
+
"__ZN2cv3hal2LUEPdmiS1_mi",
|
|
2259
|
+
"__ZN2cv4UMat6addrefEv",
|
|
2260
|
+
"_ggml_get_name",
|
|
2261
|
+
"_TIFFGetReadProc",
|
|
2262
|
+
"__ZN7easyocr4ggml11build_craftEP12ggml_contextRKNS0_12CraftWeightsEP11ggml_tensorPNSt3__113unordered_mapINS8_12basic_stringIcNS8_11char_traitsIcEENS8_9allocatorIcEEEES7_NS8_4hashISF_EENS8_8equal_toISF_EENSD_INS8_4pairIKSF_S7_EEEEEE",
|
|
2263
|
+
"_ggml_compute_forward_diag_mask_zero",
|
|
2264
|
+
"__ZNK7easyocr4ggml10GgufLoader4n_kvEv",
|
|
2265
|
+
"__ZNK2cv11_InputArray5depthEi",
|
|
2266
|
+
"_ggml_compute_forward_sigmoid",
|
|
2267
|
+
"__ZN2cv8clipLineENS_5Size_IxEERNS_6Point_IxEES4_",
|
|
2268
|
+
"__ZN2cv8scaleAddERKNS_11_InputArrayEdS2_RKNS_12_OutputArrayE",
|
|
2269
|
+
"__ZN2cv12boundingRectERKNS_11_InputArrayE",
|
|
2270
|
+
"__ZN2cv3hal11normHammingEPKhi",
|
|
2271
|
+
"__ZN2cv15ImageCollection4ImplC1ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEi",
|
|
2272
|
+
"_cvDrawContours",
|
|
2273
|
+
"__ZN2cvmlERKNS_7MatExprEd",
|
|
2274
|
+
"_ggml_rms_norm_inplace",
|
|
2275
|
+
"_SharpYuvGetVersion",
|
|
2276
|
+
"_j12init_d_diff_controller",
|
|
2277
|
+
"__ZN2cv3hal13addRNGBias32fEPfPKfi",
|
|
2278
|
+
"__ZN2cv15NAryMatIteratorC1EPPKNS_3MatEPPhi",
|
|
2279
|
+
"_ggml_backend_buffer_get_size",
|
|
2280
|
+
"_jinit_lhuff_encoder",
|
|
2281
|
+
"_png_get_uint_32",
|
|
2282
|
+
"_ggml_gemv_q2_K_8x8_q8_K_generic",
|
|
2283
|
+
"_ggml_backend_alloc_ctx_tensors_from_buft",
|
|
2284
|
+
"__ZN2cv3hal6mul64fEPKdmS2_mPdmiiPv",
|
|
2285
|
+
"_ggml_gated_linear_attn",
|
|
2286
|
+
"__ZN2cv4UMatC1ENS_5Size_IiEEiRKNS_7Scalar_IdEENS_14UMatUsageFlagsE",
|
|
2287
|
+
"_j12init_downsampler",
|
|
2288
|
+
"_cv2DRotationMatrix",
|
|
2289
|
+
"__ZN2cv3ipp6useIPPEv",
|
|
2290
|
+
"_TIFFNumberOfStrips",
|
|
2291
|
+
"__ZN2cv9thresholdERKNS_11_InputArrayERKNS_12_OutputArrayEddi",
|
|
2292
|
+
"__ZN2cv3hal14addWeighted16uEPKtmS2_mPtmiiPv",
|
|
2293
|
+
"_WebPMuxDeleteFrame",
|
|
2294
|
+
"_WebPGetWorkerInterface",
|
|
2295
|
+
"_png_get_error_ptr",
|
|
2296
|
+
"_png_write_oFFs",
|
|
2297
|
+
"__ZN2cv11FileStorage4Impl7releaseEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
2298
|
+
"__ZNK2cv8FileNodecvxEv",
|
|
2299
|
+
"_png_set_background",
|
|
2300
|
+
"__ZN2cvanERKNS_7Scalar_IdEERKNS_3MatE",
|
|
2301
|
+
"__ZN2cv3hal23cvtMultipliedRGBAtoRGBAEPKhmPhmii",
|
|
2302
|
+
"__ZN2cv9SparseMat3ptrEibPm",
|
|
2303
|
+
"__ZN2cv12seqPushFrontEP5CvSeqPKv",
|
|
2304
|
+
"_TIFFErrorExt",
|
|
2305
|
+
"_cvPointSeqFromMat",
|
|
2306
|
+
"_ggml_set_output",
|
|
2307
|
+
"_TIFFWriteEncodedStrip",
|
|
2308
|
+
"__ZN2cv21getStructuringElementEiNS_5Size_IiEENS_6Point_IiEE",
|
|
2309
|
+
"__ZN2cv5utils10BufferArea9zeroFill_EPPv",
|
|
2310
|
+
"_gzdopen",
|
|
2311
|
+
"__ZNK2cv11_InputArray4sizeEi",
|
|
2312
|
+
"_png_convert_to_rfc1123",
|
|
2313
|
+
"_ggml_reset",
|
|
2314
|
+
"_lzma_lzma_encoder_reset",
|
|
2315
|
+
"_ggml_set_inplace",
|
|
2316
|
+
"__tr_init",
|
|
2317
|
+
"_cvGetND",
|
|
2318
|
+
"_cvSeqPopFront",
|
|
2319
|
+
"__ZN2cvdvERKNS_3MatES2_",
|
|
2320
|
+
"_ggml_graph_dup",
|
|
2321
|
+
"__ZN2cv20allocSingletonBufferEm",
|
|
2322
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q5_KLx4ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
2323
|
+
"_ggml_vec_cvar_f32",
|
|
2324
|
+
"_cvSeqSort",
|
|
2325
|
+
"_quantize_q5_0",
|
|
2326
|
+
"_ggml_set_2d_inplace",
|
|
2327
|
+
"_png_do_read_interlace",
|
|
2328
|
+
"_ggml_backend_buffer_is_multi_buffer",
|
|
2329
|
+
"__ZN2cv11FileStorage4Impl4getsEm",
|
|
2330
|
+
"_png_get_x_offset_microns",
|
|
2331
|
+
"__ZN2cv4UMatC2ENS_5Size_IiEEiNS_14UMatUsageFlagsE",
|
|
2332
|
+
"_deflateSetDictionary",
|
|
2333
|
+
"_lzma_simple_arm_decoder_init",
|
|
2334
|
+
"__ZN2cv10softdoubleC1Ei",
|
|
2335
|
+
"__ZN2cv16TLSDataContainerD1Ev",
|
|
2336
|
+
"_ggml_softplus_inplace",
|
|
2337
|
+
"_TIFFUnRegisterCODEC",
|
|
2338
|
+
"_cvClearGraph",
|
|
2339
|
+
"__ZNK2cv10softdoublegeERKS0_",
|
|
2340
|
+
"_TIFFOpenOptionsSetMaxSingleMemAlloc",
|
|
2341
|
+
"__ZNK2cv8FileNode3ptrEv",
|
|
2342
|
+
"_ggml_dup",
|
|
2343
|
+
"_png_image_free",
|
|
2344
|
+
"_png_reciprocal",
|
|
2345
|
+
"_png_get_pHYs",
|
|
2346
|
+
"_TIFFFillStrip",
|
|
2347
|
+
"__ZN2cv3hal6div32fEPKfmS2_mPfmiiPv",
|
|
2348
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGMLC1ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEi",
|
|
2349
|
+
"__ZN2cv3MatC1EiiiPvm",
|
|
2350
|
+
"__ZN2cvltEdRKNS_3MatE",
|
|
2351
|
+
"_ggml_ceil_inplace",
|
|
2352
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInferenceD2Ev",
|
|
2353
|
+
"_ggml_validate_row_data",
|
|
2354
|
+
"_ggml_compute_forward_concat",
|
|
2355
|
+
"_cvGetAffineTransform",
|
|
2356
|
+
"_jinit_memory_mgr",
|
|
2357
|
+
"_lzma_bcj_riscv_encode",
|
|
2358
|
+
"__ZN2cv5phaseERKNS_11_InputArrayES2_RKNS_12_OutputArrayEb",
|
|
2359
|
+
"_jpeg_start_decompress",
|
|
2360
|
+
"_ggml_arange",
|
|
2361
|
+
"__ZN23qvac_lib_infer_ocr_ggml8PipelineD2Ev",
|
|
2362
|
+
"_TIFFOpenOptionsAlloc",
|
|
2363
|
+
"__ZN2cv3MatC1EOS0_",
|
|
2364
|
+
"__ZN7easyocr4ggml8pipeline24validateUnknownLanguagesENSt3__14spanIKNS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEELm18446744073709551615EEE",
|
|
2365
|
+
"_quantize_iq3_xxs",
|
|
2366
|
+
"_TIFFIsCODECConfigured",
|
|
2367
|
+
"__ZN2cv3logERKNS_9softfloatE",
|
|
2368
|
+
"_jpeg_idct_float",
|
|
2369
|
+
"_cvReleaseStructuringElement",
|
|
2370
|
+
"_ggml_rope",
|
|
2371
|
+
"__ZN2cv3hal24warpPerspectiveBlocklineEPKdPsS3_dddi",
|
|
2372
|
+
"_lzma_raw_decoder_init",
|
|
2373
|
+
"_ggml_compute_forward_unary",
|
|
2374
|
+
"_cvRestoreMemStoragePos",
|
|
2375
|
+
"_lzma_filter_decoder_is_supported",
|
|
2376
|
+
"__Z19ggml_quantize_mat_tILx8EL9ggml_type15EEvPKfPvxx",
|
|
2377
|
+
"_png_set_unknown_chunk_location",
|
|
2378
|
+
"_TIFFIsMSB2LSB",
|
|
2379
|
+
"_png_create_info_struct",
|
|
2380
|
+
"_cvSeqPop",
|
|
2381
|
+
"__ZN2cv15getCPUTickCountEv",
|
|
2382
|
+
"__ZN2cv3hal10absdiff32sEPKimS2_mPimiiPv",
|
|
2383
|
+
"__Z6cvCeilRKN2cv10softdoubleE",
|
|
2384
|
+
"__ZN2cv17adaptiveThresholdERKNS_11_InputArrayERKNS_12_OutputArrayEdiiid",
|
|
2385
|
+
"__ZNK2cv11_InputArray11isSubmatrixEi",
|
|
2386
|
+
"__ZN2cv18minEnclosingCircleERKNS_11_InputArrayERNS_6Point_IfEERf",
|
|
2387
|
+
"__ZN2cv14insertImageCOIERKNS_11_InputArrayEPvi",
|
|
2388
|
+
"__ZN7easyocr4ggml8pipeline26defaultPhysicalThreadCountEv",
|
|
2389
|
+
"_TIFFFileName",
|
|
2390
|
+
"_ggml_sqr_inplace",
|
|
2391
|
+
"_TIFFSetFileName",
|
|
2392
|
+
"_ggml_vec_dot_iq4_xs_q8_K",
|
|
2393
|
+
"__ZN2cv3hal6log32fEPKfPfi",
|
|
2394
|
+
"_inflateReset2",
|
|
2395
|
+
"__ZN2cv21invertAffineTransformERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
2396
|
+
"__ZN2cv11determinantERKNS_11_InputArrayE",
|
|
2397
|
+
"_WebPMuxGetCanvasSize",
|
|
2398
|
+
"_ggml_backend_graph_compute",
|
|
2399
|
+
"__ZN2cv23getPerspectiveTransformEPKNS_6Point_IfEES3_i",
|
|
2400
|
+
"_gzbuffer",
|
|
2401
|
+
"__ZN2cv3hal3expEPKdPdi",
|
|
2402
|
+
"_ggml_reglu_split",
|
|
2403
|
+
"_VP8GetInfo",
|
|
2404
|
+
"__ZN2cv5utils7logging14setLogTagLevelEPKcNS1_8LogLevelE",
|
|
2405
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph13WeightsBundleD1Ev",
|
|
2406
|
+
"_TIFFDeferStrileArrayWriting",
|
|
2407
|
+
"_cvGetImage",
|
|
2408
|
+
"__ZN2cv11FileStorageC1Ev",
|
|
2409
|
+
"_ggml_sum",
|
|
2410
|
+
"_lzma_index_stream_count",
|
|
2411
|
+
"_cvEigenVV",
|
|
2412
|
+
"_jpeg_abort_compress",
|
|
2413
|
+
"__ZN2cv3hal5max8sEPKamS2_mPamiiPv",
|
|
2414
|
+
"_j16init_upsampler",
|
|
2415
|
+
"__ZN2cv6detail17check_failed_autoEdRKNS0_12CheckContextE",
|
|
2416
|
+
"_png_push_fill_buffer",
|
|
2417
|
+
"__ZN4ggml3cpu6repack6repackI10block_q8_0Lx8ELx4EEEiP11ggml_tensorPKvm",
|
|
2418
|
+
"_cvAlloc",
|
|
2419
|
+
"_cvGraphAddEdge",
|
|
2420
|
+
"_ggml_sigmoid",
|
|
2421
|
+
"__ZN2cv4meanERKNS_11_InputArrayES2_",
|
|
2422
|
+
"__ZN2cv13redirectErrorEPFiiPKcS1_S1_iPvES2_PS2_",
|
|
2423
|
+
"__ZNK2cv11_InputArray5totalEi",
|
|
2424
|
+
"_png_build_gamma_table",
|
|
2425
|
+
"_quantize_iq4_xs",
|
|
2426
|
+
"_ggml_gallocr_get_buffer_size",
|
|
2427
|
+
"__ZN2cv5utils10BufferAreaC1Eb",
|
|
2428
|
+
"__ZN7easyocr4ggml12CraftWeightsD1Ev",
|
|
2429
|
+
"_cvPolarToCart",
|
|
2430
|
+
"__ZN2cv5utils10BufferArea9allocate_EPPvtmt",
|
|
2431
|
+
"_ggml_compute_forward_dup",
|
|
2432
|
+
"_png_fixed",
|
|
2433
|
+
"__ZN2cv9boxPointsENS_11RotatedRectERKNS_12_OutputArrayE",
|
|
2434
|
+
"_cvChangeSeqBlock",
|
|
2435
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText17runInferenceOnImgERKN2cv3MatE",
|
|
2436
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph12ComputeGraphD2Ev",
|
|
2437
|
+
"__ZNK2cv12MatAllocator6uploadEPNS_8UMatDataEPKviPKmS6_S6_S6_",
|
|
2438
|
+
"_cvTreeToNodeSeq",
|
|
2439
|
+
"__ZN2cv16UMatDataAutoLockC2EPNS_8UMatDataE",
|
|
2440
|
+
"_ggml_conv_2d",
|
|
2441
|
+
"_png_write_cLLI_fixed",
|
|
2442
|
+
"_png_write_rows",
|
|
2443
|
+
"_png_set_text_2",
|
|
2444
|
+
"_quantize_row_iq2_s_ref",
|
|
2445
|
+
"_quantize_row_q8_1",
|
|
2446
|
+
"__ZN2cv7inRangeERKNS_11_InputArrayES2_S2_RKNS_12_OutputArrayE",
|
|
2447
|
+
"_cvReleaseSparseMat",
|
|
2448
|
+
"_ggml_backend_buft_get_alloc_size",
|
|
2449
|
+
"_png_set_cICP",
|
|
2450
|
+
"_gguf_get_val_str",
|
|
2451
|
+
"_png_start_read_image",
|
|
2452
|
+
"_lzma_simple_props_size",
|
|
2453
|
+
"__ZNK2cv11_InputArray12getOGlBufferEv",
|
|
2454
|
+
"_ggml_rope_multi_back",
|
|
2455
|
+
"_png_get_interlace_type",
|
|
2456
|
+
"_WebPDecodeBGR",
|
|
2457
|
+
"_png_set_gamma_fixed",
|
|
2458
|
+
"_png_read_filter_row_sub4_sse2",
|
|
2459
|
+
"__ZNK2cv8FileNode5isIntEv",
|
|
2460
|
+
"_png_set_sCAL_s",
|
|
2461
|
+
"_gguf_get_arr_str",
|
|
2462
|
+
"__ZNK2cv3Mat11checkVectorEiib",
|
|
2463
|
+
"_ggml_mul_mat_id",
|
|
2464
|
+
"_ggml_cpu_init",
|
|
2465
|
+
"_ggml_is_contiguous",
|
|
2466
|
+
"_gguf_get_data_offset",
|
|
2467
|
+
"_quantize_row_q4_K_ref",
|
|
2468
|
+
"__ZN2cv3ipp19getIppErrorLocationEv",
|
|
2469
|
+
"_ggml_init",
|
|
2470
|
+
"_TIFFClientOpen",
|
|
2471
|
+
"_ggml_vec_dot_iq3_xxs_q8_K_generic",
|
|
2472
|
+
"__ZN2cv5utils7logging8internal17writeLogMessageExENS1_8LogLevelEPKcS5_iS5_S5_",
|
|
2473
|
+
"_ggml_compute_forward_conv_2d_dw",
|
|
2474
|
+
"_j12init_d_post_controller",
|
|
2475
|
+
"_WebPFree",
|
|
2476
|
+
"_ggml_backend_blas_set_n_threads",
|
|
2477
|
+
"_quantize_row_q8_0_ref",
|
|
2478
|
+
"_ggml_gemm_q4_K_8x8_q8_K",
|
|
2479
|
+
"__ZN2cv3hal4sqrtEPKdPdi",
|
|
2480
|
+
"_ggml_backend_is_blas",
|
|
2481
|
+
"_png_create_read_struct_2",
|
|
2482
|
+
"__ZN2cv5utils5trace7details6Region4Impl7releaseEv",
|
|
2483
|
+
"__ZN2cv3MatC2ERKNSt3__16vectorIiNS1_9allocatorIiEEEEiRKNS_7Scalar_IdEE",
|
|
2484
|
+
"__ZN2cv3logERKNS_10softdoubleE",
|
|
2485
|
+
"__ZN2cv9ExceptionC1EiRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_S9_i",
|
|
2486
|
+
"_quantize_row_tq2_0_ref",
|
|
2487
|
+
"__ZN2cv15convertScaleAbsERKNS_11_InputArrayERKNS_12_OutputArrayEdd",
|
|
2488
|
+
"_TIFFStripSize64",
|
|
2489
|
+
"__ZNK2cv11_InputArray5emptyEv",
|
|
2490
|
+
"_cvCloneGraph",
|
|
2491
|
+
"_ggml_neg_inplace",
|
|
2492
|
+
"_quantize_row_iq3_xxs_ref",
|
|
2493
|
+
"_jpeg_fdct_ifast",
|
|
2494
|
+
"_TIFFGetStrileOffsetWithErr",
|
|
2495
|
+
"_lzma_lz_decoder_memusage",
|
|
2496
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox21createSegmentationMapEN2cv5Size_IiEEi",
|
|
2497
|
+
"_crc32_combine_gen",
|
|
2498
|
+
"_lzma_simple_arm64_encoder_init",
|
|
2499
|
+
"__ZN2cv6formatEPKcz",
|
|
2500
|
+
"_jpeg_read_header",
|
|
2501
|
+
"_cvGetReal3D",
|
|
2502
|
+
"__ZN2cv7compareERKNS_11_InputArrayES2_RKNS_12_OutputArrayEi",
|
|
2503
|
+
"__ZN2cv8internal18WriteStructContextC1ERNS_11FileStorageERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEiSC_",
|
|
2504
|
+
"__ZNK7easyocr4ggml10GgufLoader9n_tensorsEv",
|
|
2505
|
+
"_TIFFFieldTag",
|
|
2506
|
+
"_png_user_version_check",
|
|
2507
|
+
"_cvSetImageROI",
|
|
2508
|
+
"_cvSeqInvert",
|
|
2509
|
+
"_TIFFInitJPEG",
|
|
2510
|
+
"__ZN2cv12reduceArgMinERKNS_11_InputArrayERKNS_12_OutputArrayEib",
|
|
2511
|
+
"_png_write_image",
|
|
2512
|
+
"__ZN2cvorERKNS_7Scalar_IdEERKNS_3MatE",
|
|
2513
|
+
"_ggml_is_contiguous_2",
|
|
2514
|
+
"_lzma_mf_bt3_skip",
|
|
2515
|
+
"_ggml_compute_forward_rwkv_wkv7",
|
|
2516
|
+
"_ggml_rope_multi_inplace",
|
|
2517
|
+
"__ZN2cv16FileNodeIteratorC1ERKS0_",
|
|
2518
|
+
"__ZN2cv3maxERKNS_3MatEd",
|
|
2519
|
+
"_ggml_tri",
|
|
2520
|
+
"_jinit_c_prep_controller",
|
|
2521
|
+
"__ZN2cv5utils5trace7details6Region17LocationExtraData4initERKNS3_21LocationStaticStorageE",
|
|
2522
|
+
"_TIFFWriteCheck",
|
|
2523
|
+
"__ZN2cv5utils5trace7details6Region4ImplC2ERNS2_23TraceManagerThreadLocalEPS3_RS3_RKNS3_21LocationStaticStorageEx",
|
|
2524
|
+
"_png_set_gAMA",
|
|
2525
|
+
"_TIFFReverseBits",
|
|
2526
|
+
"__Z7cvRoundRKN2cv10softdoubleE",
|
|
2527
|
+
"__ZNK2cv3LDA4saveERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
|
|
2528
|
+
"_ggml_tensor_overhead",
|
|
2529
|
+
"__ZNK2cv11FileStorage4Impl12getStringOfsERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
2530
|
+
"__ZN2cv11MahalanobisERKNS_11_InputArrayES2_S2_",
|
|
2531
|
+
"__ZN2cv11FileStorage4Impl12writeCommentEPKcb",
|
|
2532
|
+
"_lzma_check_size",
|
|
2533
|
+
"_png_error",
|
|
2534
|
+
"_jinit_d_coef_controller",
|
|
2535
|
+
"__ZN2cv3Mat6createEiii",
|
|
2536
|
+
"__ZN2cvdvERKNS_3MatERKNS_7MatExprE",
|
|
2537
|
+
"__ZN2cvdvERKNS_7MatExprES2_",
|
|
2538
|
+
"__ZN2cv4UMatC1ERKS0_PKNS_5RangeE",
|
|
2539
|
+
"_png_warning_parameter_signed",
|
|
2540
|
+
"__ZN2cv22createMorphologyFilterEiiRKNS_11_InputArrayENS_6Point_IiEEiiRKNS_7Scalar_IdEE",
|
|
2541
|
+
"_lzma_index_uncompressed_size",
|
|
2542
|
+
"__ZN2cv4swapERNS_3MatES1_",
|
|
2543
|
+
"__ZNK2cv11FileStorage4Impl7getNameEm",
|
|
2544
|
+
"_cvDotProduct",
|
|
2545
|
+
"_ggml_set_f32_nd",
|
|
2546
|
+
"_ggml_backend_cpu_set_n_threads",
|
|
2547
|
+
"__ZN2cv11FileStorage5writeERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS1_6vectorIS7_NS5_IS7_EEEE",
|
|
2548
|
+
"_gzprintf",
|
|
2549
|
+
"_TIFFSetWarningHandler",
|
|
2550
|
+
"_cvInvert",
|
|
2551
|
+
"_ggml_gemv_mxfp4_8x8_q8_0",
|
|
2552
|
+
"_ggml_top_k",
|
|
2553
|
+
"__ZN2cv7MatExprC1ERKNS_3MatE",
|
|
2554
|
+
"__ZN2cv3hal26warpPerspectiveBlocklineNNEPKdPsdddi",
|
|
2555
|
+
"__ZN2cv12getThreadNumEv",
|
|
2556
|
+
"_png_get_header_version",
|
|
2557
|
+
"__ZN2cv16TLSDataContainerD2Ev",
|
|
2558
|
+
"__ZN2cv11FileStorage4Impl14endWriteStructEv",
|
|
2559
|
+
"_ggml_set_input",
|
|
2560
|
+
"_png_set_mDCV_fixed",
|
|
2561
|
+
"_ggml_rms_norm_back",
|
|
2562
|
+
"__ZN2cv3Mat19setDefaultAllocatorEPNS_12MatAllocatorE",
|
|
2563
|
+
"_ggml_cast",
|
|
2564
|
+
"_WebPPictureCrop",
|
|
2565
|
+
"_gzopen64",
|
|
2566
|
+
"_WebPDecodeARGB",
|
|
2567
|
+
"__TIFFCheckFieldIsValidForCodec",
|
|
2568
|
+
"__ZN2cv10medianBlurERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
2569
|
+
"_ggml_vec_dot_q2_K_q8_K",
|
|
2570
|
+
"__ZN2cv9normalizeERKNS_9SparseMatERS0_di",
|
|
2571
|
+
"__ZN2cv3hal11sepFilter2DEiiiPhmS1_miiiiiiS1_iS1_iiidi",
|
|
2572
|
+
"__ZNK2cv11_InputArray4typeEi",
|
|
2573
|
+
"_ggml_backend_buffer_init",
|
|
2574
|
+
"__ZN2cv11FileStorage4Impl6rewindEv",
|
|
2575
|
+
"__ZN2cv11FileStorage4Impl15startNextStreamEv",
|
|
2576
|
+
"__ZN2cv8FileNode5isSeqEi",
|
|
2577
|
+
"__ZN2cv12sqrBoxFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiNS_5Size_IiEENS_6Point_IiEEbi",
|
|
2578
|
+
"__ZN2cv3hal6cmp32sEPKimS2_mPhmiiPv",
|
|
2579
|
+
"_cvPow",
|
|
2580
|
+
"__ZNK2cv4UMat11checkVectorEiib",
|
|
2581
|
+
"_quantize_row_q4_1",
|
|
2582
|
+
"__ZN2cv5traceERKNS_11_InputArrayE",
|
|
2583
|
+
"__ZNK2cv16FileNodeIteratordeEv",
|
|
2584
|
+
"_lzma_simple_riscv_decoder_init",
|
|
2585
|
+
"__ZN2cv13fitEllipseAMSERKNS_11_InputArrayE",
|
|
2586
|
+
"_ggml_win_unpart",
|
|
2587
|
+
"_cvMul",
|
|
2588
|
+
"_png_reset_zstream",
|
|
2589
|
+
"__ZN2cv3MatC1Eiii",
|
|
2590
|
+
"_png_write_tIME",
|
|
2591
|
+
"_jpeg_idct_1x1",
|
|
2592
|
+
"__ZN2cv3hal6max16sEPKsmS2_mPsmiiPv",
|
|
2593
|
+
"_cvNextTreeNode",
|
|
2594
|
+
"_cvWarpPerspective",
|
|
2595
|
+
"_ggml_step",
|
|
2596
|
+
"_TIFFInitLZW",
|
|
2597
|
+
"_ggml_conv_2d_sk_p0",
|
|
2598
|
+
"_ggml_is_scalar",
|
|
2599
|
+
"_ggml_nbytes_pad",
|
|
2600
|
+
"_png_read_transform_info",
|
|
2601
|
+
"_ggml_compute_forward_delta_net_ar",
|
|
2602
|
+
"__TIFFDefaultTileSize",
|
|
2603
|
+
"__ZN7easyocr4ggml10GgufLoaderC1ENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEb",
|
|
2604
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText22runRecognizerOneCachedEPKfiim",
|
|
2605
|
+
"_ggml_soft_max_ext",
|
|
2606
|
+
"__ZN2cv14fillConvexPolyERKNS_17_InputOutputArrayERKNS_11_InputArrayERKNS_7Scalar_IdEEii",
|
|
2607
|
+
"_cvDiv",
|
|
2608
|
+
"_png_get_tRNS",
|
|
2609
|
+
"_cvCmp",
|
|
2610
|
+
"__ZN2cvneEdRKNS_3MatE",
|
|
2611
|
+
"__ZN2cv15NAryMatIteratorC2EPPKNS_3MatEPS1_i",
|
|
2612
|
+
"__ZN2cv12drawContoursERKNS_17_InputOutputArrayERKNS_11_InputArrayEiRKNS_7Scalar_IdEEiiS5_iNS_6Point_IiEE",
|
|
2613
|
+
"_png_write_data",
|
|
2614
|
+
"_iq3xs_free_impl",
|
|
2615
|
+
"__ZN2cv17getGaussianKernelEidi",
|
|
2616
|
+
"_gguf_get_val_i32",
|
|
2617
|
+
"__ZNK2cv11FileStorage4Impl13Base64Decoder6getPtrEv",
|
|
2618
|
+
"__ZN17OcrBackendsHandleC2ERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE",
|
|
2619
|
+
"_TIFFTileSize64",
|
|
2620
|
+
"__Z17gguf_write_to_bufPK12gguf_contextRNSt3__16vectorIaNS2_9allocatorIaEEEEb",
|
|
2621
|
+
"__Z17cvCreateSparseMatRKN2cv9SparseMatE",
|
|
2622
|
+
"__ZN2cv5utils5trace7details12TraceManagerC2Ev",
|
|
2623
|
+
"_cvPointPolygonTest",
|
|
2624
|
+
"__ZNK2cv11_InputArray12getMatVectorERNSt3__16vectorINS_3MatENS1_9allocatorIS3_EEEE",
|
|
2625
|
+
"__ZN2cv9Exception13formatMessageEv",
|
|
2626
|
+
"__ZNK2cv12_OutputArray15getOGlBufferRefEv",
|
|
2627
|
+
"_lzma_check_is_supported",
|
|
2628
|
+
"_ggml_compute_forward_group_norm",
|
|
2629
|
+
"_TIFFTileRowSize",
|
|
2630
|
+
"_ggml_compute_forward_expm1",
|
|
2631
|
+
"_WebPPictureAlloc",
|
|
2632
|
+
"_lzma_lzma_lclppb_decode",
|
|
2633
|
+
"_ggml_pad_ext",
|
|
2634
|
+
"_png_do_read_transformations",
|
|
2635
|
+
"_WebPMuxGetChunk",
|
|
2636
|
+
"_j16init_lossless_decompressor",
|
|
2637
|
+
"_png_write_eXIf",
|
|
2638
|
+
"_TIFFNumberOfDirectories",
|
|
2639
|
+
"__ZN2cv11FileStorage4Impl13Base64Decoder9getUInt16Ev",
|
|
2640
|
+
"__Z7cvMatNDRKN2cv3MatE",
|
|
2641
|
+
"_dequantize_row_q4_0",
|
|
2642
|
+
"__ZN2cv8UMatDataD1Ev",
|
|
2643
|
+
"_TIFFUnlinkDirectory",
|
|
2644
|
+
"_WebPEncode",
|
|
2645
|
+
"__ZNK2cv3PCA11backProjectERKNS_11_InputArrayE",
|
|
2646
|
+
"__ZN2cveoERKNS_7Scalar_IdEERKNS_3MatE",
|
|
2647
|
+
"_ggml_vec_dot_q5_1_q8_1_generic",
|
|
2648
|
+
"_gguf_set_tensor_data",
|
|
2649
|
+
"_lzma_raw_coder_init",
|
|
2650
|
+
"__ZNK2cv9SparseMat4hashEiii",
|
|
2651
|
+
"_lzma_index_total_size",
|
|
2652
|
+
"_ggml_cpu_has_f16c",
|
|
2653
|
+
"_WebPCopyPlane",
|
|
2654
|
+
"__ZNK2cv14DefaultDeleterI11CvSparseMatEclEPS1_",
|
|
2655
|
+
"__ZN2cv3SVD7computeERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
2656
|
+
"__ZN2cv9minMaxLocERKNS_11_InputArrayEPdS3_PNS_6Point_IiEES6_S2_",
|
|
2657
|
+
"_ggml_cpu_fp32_to_fp32",
|
|
2658
|
+
"__ZN2cv3MataSERKNS_7Scalar_IdEE",
|
|
2659
|
+
"_ggml_vec_dot_tq2_0_q8_1",
|
|
2660
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInference12runInferenceERKN2cv3MatE",
|
|
2661
|
+
"__ZN2cv6theRNGEv",
|
|
2662
|
+
"_png_get_chunk_malloc_max",
|
|
2663
|
+
"_cvSeqRemove",
|
|
2664
|
+
"__TIFFReadEncodedStripAndAllocBuffer",
|
|
2665
|
+
"_dequantize_row_q6_K",
|
|
2666
|
+
"__ZN2cv11getTextSizeERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEidiPi",
|
|
2667
|
+
"__ZN2cv3hal9magnitudeEPKdS2_Pdi",
|
|
2668
|
+
"__ZN2cv4UMataSEOS0_",
|
|
2669
|
+
"__ZN2cv14seqInsertSliceEP5CvSeqiPKv",
|
|
2670
|
+
"_ggml_compute_forward_ssm_scan",
|
|
2671
|
+
"_cvCvtSeqToArray",
|
|
2672
|
+
"_iq2xs_free_impl",
|
|
2673
|
+
"_ggml_backend_buft_get_device",
|
|
2674
|
+
"_png_set_mem_fn",
|
|
2675
|
+
"__ZN2cv5MatOpD2Ev",
|
|
2676
|
+
"_png_set_compression_strategy",
|
|
2677
|
+
"_quantize_row_mxfp4_ref",
|
|
2678
|
+
"__ZNK2cv11_InputArray4colsEi",
|
|
2679
|
+
"_png_icc_check_header",
|
|
2680
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText29getTextAndConfidenceFromPredsERKN2cv3MatEi",
|
|
2681
|
+
"__ZN2cv3hal7normL1_EPKhS2_i",
|
|
2682
|
+
"_png_push_read_chunk",
|
|
2683
|
+
"_jpeg12_idct_4x4",
|
|
2684
|
+
"_jpeg_alloc_quant_table",
|
|
2685
|
+
"_gguf_get_arr_n",
|
|
2686
|
+
"__ZN2cvmiERKNS_7MatExprERKNS_3MatE",
|
|
2687
|
+
"_quantize_row_q8_1_ref",
|
|
2688
|
+
"_TIFFCurrentDirectory",
|
|
2689
|
+
"__ZN2cv9patchNaNsERKNS_17_InputOutputArrayEd",
|
|
2690
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph13WeightsBundleaSEOS1_",
|
|
2691
|
+
"_cvCartToPolar",
|
|
2692
|
+
"__ZN2cv3PCAC1ERKNS_11_InputArrayES3_ii",
|
|
2693
|
+
"_ggml_map_custom3",
|
|
2694
|
+
"__ZN2cv6rotateERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
2695
|
+
"_ggml_nbytes",
|
|
2696
|
+
"_TIFFFieldWithTag",
|
|
2697
|
+
"__ZN2cv3hal6resizeEiPKhmiiPhmiiddi",
|
|
2698
|
+
"__ZN2cv4UMatC1EiiiRKNS_7Scalar_IdEENS_14UMatUsageFlagsE",
|
|
2699
|
+
"__ZN2cv8KeyPoint7convertERKNSt3__16vectorIS0_NS1_9allocatorIS0_EEEERNS2_INS_6Point_IfEENS3_IS9_EEEERKNS2_IiNS3_IiEEEE",
|
|
2700
|
+
"__TIFFCastUInt64ToSSize",
|
|
2701
|
+
"_ggml_backend_load",
|
|
2702
|
+
"_lzma_mt_block_size",
|
|
2703
|
+
"_ggml_flash_attn_ext_set_prec",
|
|
2704
|
+
"__ZN2cv3MatC2ENS_5Size_IiEEiRKNS_7Scalar_IdEE",
|
|
2705
|
+
"__ZN2cv9SparseMat10removeNodeEmmm",
|
|
2706
|
+
"_jpeg12_idct_14x14",
|
|
2707
|
+
"_ggml_compute_forward_count_equal",
|
|
2708
|
+
"_ggml_compute_forward_hardsigmoid",
|
|
2709
|
+
"__ZN2cv11FileStorage19releaseAndGetStringEv",
|
|
2710
|
+
"__ZN2cvplERKNS_7MatExprERKNS_7Scalar_IdEE",
|
|
2711
|
+
"_cvXorS",
|
|
2712
|
+
"_ggml_compute_forward_pad",
|
|
2713
|
+
"_WebPPictureImportBGRX",
|
|
2714
|
+
"__ZN2cv9SparseMat5eraseEPKiPm",
|
|
2715
|
+
"__ZN2cv8imdecodeERKNS_11_InputArrayEiPNS_3MatE",
|
|
2716
|
+
"__ZN2cv3hal19cvtTwoPlaneYUVtoBGREPKhS2_mPhmiiibiNS_13AlgorithmHintE",
|
|
2717
|
+
"_ggml_quantize_mat_q8_K_4x8_generic",
|
|
2718
|
+
"__ZN2cv3hal7split8uEPKhPPhii",
|
|
2719
|
+
"_ggml_graph_node",
|
|
2720
|
+
"_ggml_backend_get_alignment",
|
|
2721
|
+
"__ZN2cv3hal10absdiff16sEPKsmS2_mPsmiiPv",
|
|
2722
|
+
"_ggml_backend_offload_op",
|
|
2723
|
+
"__ZNK2cv15ImageCollection4Impl12currentIndexEv",
|
|
2724
|
+
"__ZN2cv4UMatC2ERKS0_RKNS_5Rect_IiEE",
|
|
2725
|
+
"_png_get_io_chunk_type",
|
|
2726
|
+
"_cvCheckTermCriteria",
|
|
2727
|
+
"__ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEx",
|
|
2728
|
+
"_ggml_backend_tensor_alloc",
|
|
2729
|
+
"_ggml_vec_dot_q5_0_q8_0",
|
|
2730
|
+
"_ggml_log_set",
|
|
2731
|
+
"_png_set_pHYs",
|
|
2732
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q5_KLx4ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
2733
|
+
"_WebPEncodeRGBA",
|
|
2734
|
+
"_ggml_is_contiguously_allocated",
|
|
2735
|
+
"__ZN2cv15NAryMatIteratorppEv",
|
|
2736
|
+
"_cvGraphRemoveEdgeByPtr",
|
|
2737
|
+
"__ZN2cv3LDA11reconstructERKNS_11_InputArrayE",
|
|
2738
|
+
"__ZN4ggml3cpu6repack6repackI10block_q4_0Lx4ELx4EEEiP11ggml_tensorPKvm",
|
|
2739
|
+
"_TIFFScanlineSize64",
|
|
2740
|
+
"_png_set_rows",
|
|
2741
|
+
"__ZN2cv3hal14addWeighted16sEPKsmS2_mPsmiiPv",
|
|
2742
|
+
"_ggml_compute_forward_ssm_conv",
|
|
2743
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q2_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
2744
|
+
"__ZN2cv11FileStorage5writeERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEd",
|
|
2745
|
+
"__ZN2cv3MatC2EOS0_",
|
|
2746
|
+
"_ggml_compute_forward_ceil",
|
|
2747
|
+
"__ZN2cv11FileStorage4Impl12setBufferPtrEPc",
|
|
2748
|
+
"__ZN2cv11RNG_MT19937clEv",
|
|
2749
|
+
"_WebPEncodeBGR",
|
|
2750
|
+
"__TIFFNoPostDecode",
|
|
2751
|
+
"__ZN2cv10bitwise_orERKNS_11_InputArrayES2_RKNS_12_OutputArrayES2_",
|
|
2752
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGML12runInferenceERKN2cv3MatE",
|
|
2753
|
+
"__ZN2cv4readERKNS_8FileNodeERNS_8KeyPointERKS3_",
|
|
2754
|
+
"__ZNK2cv3Mat7reshapeEiRKNSt3__16vectorIiNS1_9allocatorIiEEEE",
|
|
2755
|
+
"_ggml_conv_2d_dw_direct",
|
|
2756
|
+
"_TIFFRewriteDirectory",
|
|
2757
|
+
"_TIFFSetWriteOffset",
|
|
2758
|
+
"__ZN2cv8FileNode5isMapEi",
|
|
2759
|
+
"_cvPtrND",
|
|
2760
|
+
"_ggml_argsort_top_k",
|
|
2761
|
+
"__ZN2cv4UMatC2ERKS0_RKNSt3__16vectorINS_5RangeENS3_9allocatorIS5_EEEE",
|
|
2762
|
+
"__ZN2cv6detail17check_failed_autoEddRKNS0_12CheckContextE",
|
|
2763
|
+
"_jzero_far",
|
|
2764
|
+
"_gguf_set_val_i64",
|
|
2765
|
+
"__ZN2cv9ExceptionD2Ev",
|
|
2766
|
+
"_ggml_compute_forward_mul",
|
|
2767
|
+
"__ZN2cv3dftERKNS_11_InputArrayERKNS_12_OutputArrayEii",
|
|
2768
|
+
"_ggml_backend_graph_plan_free",
|
|
2769
|
+
"__ZN4ggml3cpu17extra_buffer_typeD2Ev",
|
|
2770
|
+
"_cvNulDevReport",
|
|
2771
|
+
"__ZN2cv16FileNodeIteratoraSERKS0_",
|
|
2772
|
+
"_png_get_bKGD",
|
|
2773
|
+
"_ggml_cos",
|
|
2774
|
+
"_ggml_trunc_inplace",
|
|
2775
|
+
"_TIFFSetCompressionScheme",
|
|
2776
|
+
"__ZN2cv3Mat4onesENS_5Size_IiEEi",
|
|
2777
|
+
"_ggml_vec_dot_q5_0_q8_0_generic",
|
|
2778
|
+
"__ZN2cv9SparseMat7releaseEv",
|
|
2779
|
+
"__tr_flush_block",
|
|
2780
|
+
"_ggml_compute_forward_map_custom1",
|
|
2781
|
+
"_j16init_downsampler",
|
|
2782
|
+
"_ggml_argsort",
|
|
2783
|
+
"_ggml_cumsum",
|
|
2784
|
+
"__ZN2cvgtEdRKNS_3MatE",
|
|
2785
|
+
"_cvClearND",
|
|
2786
|
+
"__ZN2cv3hal6sub16uEPKtmS2_mPtmiiPv",
|
|
2787
|
+
"__ZN2cv10PCAComputeERKNS_11_InputArrayERKNS_17_InputOutputArrayERKNS_12_OutputArrayEi",
|
|
2788
|
+
"__ZN2cv3ipp15useIPP_NotExactEv",
|
|
2789
|
+
"__Z21gguf_init_from_bufferRNSt3__115basic_streambufIcNS_11char_traitsIcEEEE16gguf_init_params",
|
|
2790
|
+
"__ZN2cv3hal14addWeighted64fEPKdmS2_mPdmiiPv",
|
|
2791
|
+
"_png_get_channels",
|
|
2792
|
+
"__ZN2cv9normalizeERKNS_11_InputArrayERKNS_17_InputOutputArrayEddiiS2_",
|
|
2793
|
+
"__ZNK2cv5MatOp6divideEdRKNS_7MatExprERS1_",
|
|
2794
|
+
"_cvScaleAdd",
|
|
2795
|
+
"__ZN2cv9SparseMat3HdrC1EiPKii",
|
|
2796
|
+
"_gzdirect",
|
|
2797
|
+
"_ggml_relu",
|
|
2798
|
+
"_lzma_raw_decoder",
|
|
2799
|
+
"__ZN2cv16MatConstIterator4seekElb",
|
|
2800
|
+
"_jpeg_make_d_derived_tbl",
|
|
2801
|
+
"__ZN2cv15calcCovarMatrixEPKNS_3MatEiRS0_S3_ii",
|
|
2802
|
+
"__ZN2cvmlEdRKNS_3MatE",
|
|
2803
|
+
"__ZN2cv4sqrtERKNS_9softfloatE",
|
|
2804
|
+
"__ZN2cv3hal7gemm64fEPKdmS2_mdS2_mdPdmiiii",
|
|
2805
|
+
"_jpeg12_idct_10x10",
|
|
2806
|
+
"__ZN2cvdvERKNS_7MatExprERKNS_3MatE",
|
|
2807
|
+
"_png_set_text_compression_mem_level",
|
|
2808
|
+
"__ZN2cv3hal11cvtBGRtoLabEPKhmPhmiiiibbb",
|
|
2809
|
+
"_ggml_backend_dev_by_name",
|
|
2810
|
+
"__ZN2cv11FileStorageD1Ev",
|
|
2811
|
+
"_TIFFVStripSize",
|
|
2812
|
+
"_ggml_compute_forward_cumsum",
|
|
2813
|
+
"__ZN2cv5errorEiRKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPKcSA_i",
|
|
2814
|
+
"_lzma_bcj_riscv_decode",
|
|
2815
|
+
"__ZN2cvleEdRKNS_3MatE",
|
|
2816
|
+
"__Z9cvRound64RKN2cv10softdoubleE",
|
|
2817
|
+
"__ZN2cv7imwriteERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERKNS_11_InputArrayERKNS0_6vectorIiNS4_IiEEEE",
|
|
2818
|
+
"_ggml_gelu_quick",
|
|
2819
|
+
"_quantize_row_q8_1_generic",
|
|
2820
|
+
"_ggml_compute_forward_add_rel_pos",
|
|
2821
|
+
"__ZN2cv15ImageCollection7getImplEv",
|
|
2822
|
+
"__ZN2cv9SparseMat3ptrEiiibPm",
|
|
2823
|
+
"__ZN2cv3hal23cvtRGBAtoMultipliedRGBAEPKhmPhmii",
|
|
2824
|
+
"_jpeg12_idct_float",
|
|
2825
|
+
"__ZN2cv4idctERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
2826
|
+
"_SharpYuvComputeConversionMatrix",
|
|
2827
|
+
"_lzma_crc32",
|
|
2828
|
+
"_ggml_round_inplace",
|
|
2829
|
+
"__ZN2cv15extractImageCOIEPKvRKNS_12_OutputArrayEi",
|
|
2830
|
+
"__ZN2cv8FileNodeC2EPNS_11FileStorage4ImplEmm",
|
|
2831
|
+
"_png_format_number",
|
|
2832
|
+
"__ZN2cv15scalarToRawDataERKNS_7Scalar_IdEEPvii",
|
|
2833
|
+
"_gguf_get_tensor_size",
|
|
2834
|
+
"__ZN2cv3hal10absdiff64fEPKdmS2_mPdmiiPv",
|
|
2835
|
+
"__ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEi",
|
|
2836
|
+
"_ggml_abs",
|
|
2837
|
+
"__ZN2cv3Mat3eyeEiii",
|
|
2838
|
+
"__ZN2cv13depthToStringEi",
|
|
2839
|
+
"_ggml_hash_size",
|
|
2840
|
+
"_jinit_marker_reader",
|
|
2841
|
+
"_ggml_cpu_fp32_to_bf16",
|
|
2842
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q4_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
2843
|
+
"__Z7cvRoundRKN2cv9softfloatE",
|
|
2844
|
+
"_jpeg_write_m_header",
|
|
2845
|
+
"__ZN2cv3hal8merge32sEPPKiPiii",
|
|
2846
|
+
"__ZN2cv6detail17check_failed_autoEffRKNS0_12CheckContextE",
|
|
2847
|
+
"__ZN2cv16UMatDataAutoLockC1EPNS_8UMatDataE",
|
|
2848
|
+
"__ZN2cv3ipp12getIppStatusEv",
|
|
2849
|
+
"_cvCreateGraphScanner",
|
|
2850
|
+
"_ggml_backend_buffer_reset",
|
|
2851
|
+
"__ZN2cv11FileStorage4Impl6strtodEPcPS2_",
|
|
2852
|
+
"_cvPerspectiveTransform",
|
|
2853
|
+
"_gguf_remove_key",
|
|
2854
|
+
"__ZN2cv4UMat6createEiiiNS_14UMatUsageFlagsE",
|
|
2855
|
+
"_ggml_build_backward_expand",
|
|
2856
|
+
"_ggml_vec_dot_tq2_0_q8_K",
|
|
2857
|
+
"__ZN2cv11FileStorageD0Ev",
|
|
2858
|
+
"_ggml_compute_forward_floor",
|
|
2859
|
+
"__ZN2cv15ImageCollection8iteratordeEv",
|
|
2860
|
+
"__ZN2cv16UMatDataAutoLockD1Ev",
|
|
2861
|
+
"__ZN2cv12findContoursERKNS_11_InputArrayERKNS_12_OutputArrayEiiNS_6Point_IiEE",
|
|
2862
|
+
"_TIFFInitPixarLog",
|
|
2863
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGML15decodeAttentionERKN2cv3MatEi",
|
|
2864
|
+
"_cvArcLength",
|
|
2865
|
+
"_png_permit_mng_features",
|
|
2866
|
+
"__ZNK2cv7MatExpr3dotERKNS_3MatE",
|
|
2867
|
+
"__ZN2cvcoERKNS_3MatE",
|
|
2868
|
+
"_cvGetImageROI",
|
|
2869
|
+
"_ggml_vec_dot_q2_K_q8_K_generic",
|
|
2870
|
+
"__ZN2cv4UMatC1ERKS0_RKNSt3__16vectorINS_5RangeENS3_9allocatorIS5_EEEE",
|
|
2871
|
+
"_png_get_int_32",
|
|
2872
|
+
"_cvReleaseImageHeader",
|
|
2873
|
+
"__Z39ggml_backend_cpu_get_extra_buffer_typesv",
|
|
2874
|
+
"__ZN2cv16TLSDataContainer7cleanupEv",
|
|
2875
|
+
"_png_safe_warning",
|
|
2876
|
+
"_WebPPictureARGBToYUVA",
|
|
2877
|
+
"_png_get_io_state",
|
|
2878
|
+
"__ZNK2cv12_OutputArray5setToERKNS_11_InputArrayES3_",
|
|
2879
|
+
"__ZN2cv11RNG_MT19937clEj",
|
|
2880
|
+
"_ggml_ftype_to_ggml_type",
|
|
2881
|
+
"_gguf_init_from_file",
|
|
2882
|
+
"_ggml_vec_dot_iq2_xxs_q8_K_generic",
|
|
2883
|
+
"__ZN2cv4UMatC1ENS_14UMatUsageFlagsE",
|
|
2884
|
+
"_ggml_unary_inplace",
|
|
2885
|
+
"_lzma_index_prealloc",
|
|
2886
|
+
"_ggml_geglu_quick",
|
|
2887
|
+
"_ggml_rope_custom_inplace",
|
|
2888
|
+
"_ggml_compute_forward_relu",
|
|
2889
|
+
"_ggml_gemm_q4_0_8x8_q8_0_generic",
|
|
2890
|
+
"_ggml_op_can_inplace",
|
|
2891
|
+
"_gguf_set_val_u16",
|
|
2892
|
+
"__ZN4ggml3cpu6repack4gemvI11block_mxfp4Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
2893
|
+
"__ZN2cv5erodeERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_6Point_IiEEiiRKNS_7Scalar_IdEE",
|
|
2894
|
+
"_lzma_lzma2_decoder_memusage",
|
|
2895
|
+
"_lzma_properties_encode",
|
|
2896
|
+
"__ZN2cv3hal5min8uEPKhmS2_mPhmiiPv",
|
|
2897
|
+
"__ZN2cv5mergeERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
2898
|
+
"__ZN2cv12morphologyExERKNS_11_InputArrayERKNS_12_OutputArrayEiS2_NS_6Point_IiEEiiRKNS_7Scalar_IdEE",
|
|
2899
|
+
"__ZN2cv15ImageCollection8iteratorC2EPS0_",
|
|
2900
|
+
"_cvCircle",
|
|
2901
|
+
"__ZN2cv3hal7invSqrtEPKdPdi",
|
|
2902
|
+
"_jpeg_idct_islow",
|
|
2903
|
+
"_TIFFHashSetSize",
|
|
2904
|
+
"_cvGetTextSize",
|
|
2905
|
+
"__ZN2cv3hal11cvtBGRtoBGREPKhmPhmiiiiib",
|
|
2906
|
+
"__ZNK2cv5MatOp8subtractERKNS_7MatExprES3_RS1_",
|
|
2907
|
+
"_ggml_gemv_q5_K_8x4_q8_K",
|
|
2908
|
+
"_png_set_unknown_chunks",
|
|
2909
|
+
"_WebPMuxGetFeatures",
|
|
2910
|
+
"__ZN2cv4UMatC2ENS_5Size_IiEEiRKNS_7Scalar_IdEENS_14UMatUsageFlagsE",
|
|
2911
|
+
"__ZN7easyocr4ggml10GgufLoaderC2ENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEb",
|
|
2912
|
+
"_ggml_gemv_q4_0_8x8_q8_0_generic",
|
|
2913
|
+
"_ggml_norm",
|
|
2914
|
+
"_jpeg_simple_progression",
|
|
2915
|
+
"__ZN2cv11demosaicingERKNS_11_InputArrayERKNS_12_OutputArrayEii",
|
|
2916
|
+
"__ZN2cv11RNG_MT199374seedEj",
|
|
2917
|
+
"_lzma_mf_bt4_skip",
|
|
2918
|
+
"_png_XYZ_from_xy",
|
|
2919
|
+
"__ZN2cvmiERKNS_7MatExprES2_",
|
|
2920
|
+
"__ZN2cv11FileStorage4ImplC2EPS0_",
|
|
2921
|
+
"__ZN2cv28connectedComponentsWithStatsERKNS_11_InputArrayERKNS_12_OutputArrayES5_S5_ii",
|
|
2922
|
+
"_cvDFT",
|
|
2923
|
+
"_TIFFSetMode",
|
|
2924
|
+
"__ZN2cv9terminateEiRKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPKcSA_i",
|
|
2925
|
+
"_j16init_d_post_controller",
|
|
2926
|
+
"__ZNK2cv5MatOp6invertERKNS_7MatExprEiRS1_",
|
|
2927
|
+
"__ZN2cv16FileNodeIteratorC2ERKNS_8FileNodeEb",
|
|
2928
|
+
"__ZN2cv3hal19cvtOnePlaneBGRtoYUVEPKhmPhmiiibiiNS_13AlgorithmHintE",
|
|
2929
|
+
"_TIFFFieldReadCount",
|
|
2930
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox18turnPolysIntoBoxesERKNSt3__16vectorINS3_5arrayIN2cv6Point_IfEELm4EEENS3_9allocatorIS9_EEEEf",
|
|
2931
|
+
"_ggml_set_rows",
|
|
2932
|
+
"_cvFlip",
|
|
2933
|
+
"__ZN2cv5eigenERKNS_11_InputArrayERKNS_12_OutputArrayES5_",
|
|
2934
|
+
"_TIFFSetSubDirectory",
|
|
2935
|
+
"__ZN2cvgtERKNS_3MatES2_",
|
|
2936
|
+
"_ggml_elu_inplace",
|
|
2937
|
+
"_lzma_index_hash_size",
|
|
2938
|
+
"_cvClipLine",
|
|
2939
|
+
"_j16init_c_diff_controller",
|
|
2940
|
+
"__ZN2cv3Mat4onesEiPKii",
|
|
2941
|
+
"__ZN2cv5MatOpD0Ev",
|
|
2942
|
+
"_jpeg_idct_16x16",
|
|
2943
|
+
"_ggml_gemv_iq4_nl_8x8_q8_0",
|
|
2944
|
+
"_lzma_simple_coder_init",
|
|
2945
|
+
"_cvGet1D",
|
|
2946
|
+
"_png_write_sBIT",
|
|
2947
|
+
"_ggml_set_param",
|
|
2948
|
+
"__ZN2cv11FileStorage4Impl4getsEv",
|
|
2949
|
+
"__ZN2cv8parallel21setParallelForBackendERKNSt3__110shared_ptrINS0_14ParallelForAPIEEEb",
|
|
2950
|
+
"_lzma_lzma_encoder_memusage",
|
|
2951
|
+
"__ZN2cv7imcountERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEi",
|
|
2952
|
+
"_png_set_compression_method",
|
|
2953
|
+
"_quantize_q5_K",
|
|
2954
|
+
"__ZN2cv11polarToCartERKNS_11_InputArrayES2_RKNS_12_OutputArrayES5_b",
|
|
2955
|
+
"__ZN2cv3Mat6createENS_5Size_IiEEi",
|
|
2956
|
+
"__ZN2cv11bitwise_andERKNS_11_InputArrayES2_RKNS_12_OutputArrayES2_",
|
|
2957
|
+
"_WebPPictureIsView",
|
|
2958
|
+
"_cvSetReal1D",
|
|
2959
|
+
"__ZN2cv18getAffineTransformERKNS_11_InputArrayES2_",
|
|
2960
|
+
"_cvEndWriteSeq",
|
|
2961
|
+
"_ggml_pad_ext_circular",
|
|
2962
|
+
"_png_push_have_row",
|
|
2963
|
+
"_png_malloc_warn",
|
|
2964
|
+
"_ggml_build_forward_select",
|
|
2965
|
+
"_ggml_is_quantized",
|
|
2966
|
+
"__ZN2cv3hal5div8sEPKamS2_mPamiiPv",
|
|
2967
|
+
"_ggml_gallocr_reserve_n_size",
|
|
2968
|
+
"_ggml_graph_cpy",
|
|
2969
|
+
"__ZN2cv3hal8merge16uEPPKtPtii",
|
|
2970
|
+
"__ZN2cv11FileStorage4Impl5writeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEx",
|
|
2971
|
+
"__ZN2cv5utils31getConfigurationParameterStringEPKcRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
|
|
2972
|
+
"_TIFFCIELabToRGBInit",
|
|
2973
|
+
"_adler32_combine64",
|
|
2974
|
+
"__ZN2cv4UMatC2ENS_14UMatUsageFlagsE",
|
|
2975
|
+
"__ZN2cvngERKNS_7MatExprE",
|
|
2976
|
+
"_lzma_mf_bt2_find",
|
|
2977
|
+
"__ZNK2cv8FileNodecviEv",
|
|
2978
|
+
"_lzma_filter_flags_size",
|
|
2979
|
+
"__ZN2cv3Mat5setToERKNS_11_InputArrayES3_",
|
|
2980
|
+
"_cvGetRealND",
|
|
2981
|
+
"__ZN2cv9AnimationC2EiNS_7Scalar_IdEE",
|
|
2982
|
+
"__ZNK7easyocr4ggml10GgufLoader7get_u64ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
2983
|
+
"_png_get_user_chunk_ptr",
|
|
2984
|
+
"_png_set_read_status_fn",
|
|
2985
|
+
"__ZN2cv8FileNodeC1EPNS_11FileStorage4ImplEmm",
|
|
2986
|
+
"_cvEllipse",
|
|
2987
|
+
"__TIFFrealloc",
|
|
2988
|
+
"__ZNK2cv5MatOp12augAssignAndERKNS_7MatExprERNS_3MatE",
|
|
2989
|
+
"_WebPSafeCalloc",
|
|
2990
|
+
"__ZN2cv4UMat7releaseEv",
|
|
2991
|
+
"_cvInitMatHeader",
|
|
2992
|
+
"_ggml_bf16_to_fp32_row",
|
|
2993
|
+
"_jpeg_idct_2x2",
|
|
2994
|
+
"_png_get_text",
|
|
2995
|
+
"_ggml_div_inplace",
|
|
2996
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEd",
|
|
2997
|
+
"_ggml_div",
|
|
2998
|
+
"_ggml_gemm_q6_K_8x4_q8_K",
|
|
2999
|
+
"_ggml_vec_dot_iq3_xxs_q8_K",
|
|
3000
|
+
"__ZN2cv8fastFreeEPv",
|
|
3001
|
+
"_ggml_get_rel_pos",
|
|
3002
|
+
"_png_safe_execute",
|
|
3003
|
+
"_ggml_quantize_mat_q8_0_4x8_generic",
|
|
3004
|
+
"_ggml_view_4d",
|
|
3005
|
+
"_WebPPictureRescale",
|
|
3006
|
+
"__ZN2cv7putTextERKNS_17_InputOutputArrayERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS_6Point_IiEEidNS_7Scalar_IdEEiib",
|
|
3007
|
+
"_ggml_vec_dot_tq1_0_q8_K",
|
|
3008
|
+
"_lzma_simple_armthumb_encoder_init",
|
|
3009
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGMLC1ERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEiNS1_14DecodingMethodE",
|
|
3010
|
+
"_deflateCopy",
|
|
3011
|
+
"__ZN2cv13insertChannelERKNS_11_InputArrayERKNS_17_InputOutputArrayEi",
|
|
3012
|
+
"__ZN2cv16ParallelLoopBodyD1Ev",
|
|
3013
|
+
"__ZN2cv9SparseMat6createEiPKii",
|
|
3014
|
+
"__ZNK2cv9softfloatgtERKS0_",
|
|
3015
|
+
"_ggml_compute_forward_count_equal_masked",
|
|
3016
|
+
"_ggml_quantize_mat_q8_0_4x8",
|
|
3017
|
+
"_png_get_filter_type",
|
|
3018
|
+
"__ZN2cv3SVD7computeERKNS_11_InputArrayERKNS_12_OutputArrayES6_S6_i",
|
|
3019
|
+
"__ZN2cv9SparseMatC2ERKS0_",
|
|
3020
|
+
"_gguf_get_arr_data",
|
|
3021
|
+
"_jpeg_input_complete",
|
|
3022
|
+
"_ggml_backend_init_by_type",
|
|
3023
|
+
"__ZN2cv4gemmERKNS_11_InputArrayES2_dS2_dRKNS_12_OutputArrayEi",
|
|
3024
|
+
"_lzma_index_iter_init",
|
|
3025
|
+
"__ZNK2cv5MatOp4sizeERKNS_7MatExprE",
|
|
3026
|
+
"__ZN2cv3hal8split16uEPKtPPtii",
|
|
3027
|
+
"_WebPInitDecBufferInternal",
|
|
3028
|
+
"__ZN2cv5instr8setFlagsENS0_5FLAGSE",
|
|
3029
|
+
"_TIFFSwabLong8",
|
|
3030
|
+
"__ZN2cv11FileStorage4Impl16reserveNodeSpaceERNS_8FileNodeEm",
|
|
3031
|
+
"_TIFFCreateDirectory",
|
|
3032
|
+
"__ZN2cv15ImageCollection4ImplC2ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEi",
|
|
3033
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph12ComputeGraphC2EOS1_",
|
|
3034
|
+
"_ggml_compute_forward_sin",
|
|
3035
|
+
"_png_write_gAMA_fixed",
|
|
3036
|
+
"_ggml_backend_dev_get",
|
|
3037
|
+
"_ggml_backend_multi_buffer_alloc_buffer",
|
|
3038
|
+
"__ZN2cv15NAryMatIteratorppEi",
|
|
3039
|
+
"_cvSaveMemStoragePos",
|
|
3040
|
+
"__ZN2cv4readERKNS_8FileNodeERNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKS9_",
|
|
3041
|
+
"_cvRelease",
|
|
3042
|
+
"_quantize_iq1_s",
|
|
3043
|
+
"_gzrewind",
|
|
3044
|
+
"_ggml_compute_forward_hardswish",
|
|
3045
|
+
"_WebPFreeDecBuffer",
|
|
3046
|
+
"__ZN2cv9SparseMat3Hdr5clearEv",
|
|
3047
|
+
"__ZNK2cv8FileNode5beginEv",
|
|
3048
|
+
"_cvInitImageHeader",
|
|
3049
|
+
"_cvSetErrMode",
|
|
3050
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText28expandImgListWithRotatedImgsERNSt3__18optionalINS3_6vectorIiNS3_9allocatorIiEEEEEE",
|
|
3051
|
+
"_cvMakeSeqHeaderForArray",
|
|
3052
|
+
"_png_write_IEND",
|
|
3053
|
+
"_WebPPictureImportRGB",
|
|
3054
|
+
"_ggml_acc_inplace",
|
|
3055
|
+
"_ggml_quantize_mat_q8_K_4x4",
|
|
3056
|
+
"_png_process_data_pause",
|
|
3057
|
+
"_crc32_combine_gen64",
|
|
3058
|
+
"_ggml_compute_forward_conv_transpose_1d",
|
|
3059
|
+
"_ggml_glu",
|
|
3060
|
+
"__ZNK7easyocr4ggml15CrnnGen2Weights1tERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
3061
|
+
"_ggml_compute_forward_abs",
|
|
3062
|
+
"_png_gamma_correct",
|
|
3063
|
+
"_lzma_index_padding_size",
|
|
3064
|
+
"__ZN2cv3hal6max32fEPKfmS2_mPfmiiPv",
|
|
3065
|
+
"_png_do_bgr",
|
|
3066
|
+
"_TIFFReadEXIFDirectory",
|
|
3067
|
+
"__TIFFClampDoubleToUInt32",
|
|
3068
|
+
"_gguf_set_val_u32",
|
|
3069
|
+
"__ZN7easyocr4ggml8pipeline15StepBoundingBox21getOutputAlignedBoxesEfRKNSt3__16vectorINS3_5arrayIfLm4EEENS3_9allocatorIS6_EEEE",
|
|
3070
|
+
"__ZNK2cv8FileNode5isMapEv",
|
|
3071
|
+
"_png_gamma_significant",
|
|
3072
|
+
"_cvLine",
|
|
3073
|
+
"_uv_decode",
|
|
3074
|
+
"_png_set_write_fn",
|
|
3075
|
+
"__ZN2cv3hal19cvtBGRtoTwoPlaneYUVEPKhmPhS3_miiibi",
|
|
3076
|
+
"_iq3xs_init_impl",
|
|
3077
|
+
"_ggml_graph_print",
|
|
3078
|
+
"__ZN2cv12getTickCountEv",
|
|
3079
|
+
"_png_set_crc_action",
|
|
3080
|
+
"_ggml_compute_forward_step",
|
|
3081
|
+
"_lzma_stream_header_decode",
|
|
3082
|
+
"_jinit_lossless_decompressor",
|
|
3083
|
+
"_ggml_sgn_inplace",
|
|
3084
|
+
"_j12init_merged_upsampler",
|
|
3085
|
+
"_png_get_PLTE",
|
|
3086
|
+
"__ZN2cv17getOptimalDFTSizeEi",
|
|
3087
|
+
"_WebPDecodeYUV",
|
|
3088
|
+
"_gguf_get_n_tensors",
|
|
3089
|
+
"_WebPMuxPushFrame",
|
|
3090
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_3MatE",
|
|
3091
|
+
"_png_get_user_transform_ptr",
|
|
3092
|
+
"__ZN2cv8parallel14ParallelForAPID0Ev",
|
|
3093
|
+
"_png_get_sBIT",
|
|
3094
|
+
"_png_malloc",
|
|
3095
|
+
"_lzma_index_hash_append",
|
|
3096
|
+
"__ZN2cv5instr21setUseInstrumentationEb",
|
|
3097
|
+
"_ggml_quantize_mat_q8_K_4x8",
|
|
3098
|
+
"_dequantize_row_tq1_0",
|
|
3099
|
+
"__ZN2cv3hal6div64fEPKdmS2_mPdmiiPv",
|
|
3100
|
+
"__ZN2cv11FileStorage4Impl18finalizeCollectionERNS_8FileNodeE",
|
|
3101
|
+
"_ggml_compute_forward_pool_1d",
|
|
3102
|
+
"_ggml_rope_multi",
|
|
3103
|
+
"_lzma_mode_is_supported",
|
|
3104
|
+
"__ZN2cv11FileStorage8writeRawERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPKvm",
|
|
3105
|
+
"_png_read_filter_row_sub3_sse2",
|
|
3106
|
+
"_LogL16fromY",
|
|
3107
|
+
"__ZNK2cv3Mat3mulERKNS_11_InputArrayEd",
|
|
3108
|
+
"_WebPAnimEncoderAdd",
|
|
3109
|
+
"_quantize_row_q5_0",
|
|
3110
|
+
"__ZN2cv3LDA7projectERKNS_11_InputArrayE",
|
|
3111
|
+
"_ggml_backend_sched_set_eval_callback",
|
|
3112
|
+
"_SharpYuvInit",
|
|
3113
|
+
"__ZN2cv3MatC1EiPKiiPvPKm",
|
|
3114
|
+
"__ZN2cv8fillPolyERKNS_17_InputOutputArrayEPPKNS_6Point_IiEEPKiiRKNS_7Scalar_IdEEiiS4_",
|
|
3115
|
+
"_lzma_vli_decode",
|
|
3116
|
+
"_png_read_IDAT_data",
|
|
3117
|
+
"__ZN2cv16FileNodeIteratorC1ERKNS_8FileNodeEb",
|
|
3118
|
+
"_ggml_scale_inplace",
|
|
3119
|
+
"__ZN2cv13parallel_for_ERKNS_5RangeERKNS_16ParallelLoopBodyEd",
|
|
3120
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeText17runBatchInferenceERKNSt3__16vectorIN2cv3MatENS3_9allocatorIS6_EEEEi",
|
|
3121
|
+
"__ZN2cv3MataSERKS0_",
|
|
3122
|
+
"__ZN2cv11FileStorageC2Ev",
|
|
3123
|
+
"__ZNK2cv8FileNode4nameEv",
|
|
3124
|
+
"_png_read_info",
|
|
3125
|
+
"__ZN2cv11FileStorage4Impl20processSpecialDoubleEPcPdPS2_",
|
|
3126
|
+
"_jpeg_write_marker",
|
|
3127
|
+
"_lzma_stream_footer_encode",
|
|
3128
|
+
"_zcalloc",
|
|
3129
|
+
"_png_zstream_error",
|
|
3130
|
+
"_ggml_gemm_iq4_nl_4x4_q8_0",
|
|
3131
|
+
"_gzungetc",
|
|
3132
|
+
"__ZN2cv4UMat6createENS_5Size_IiEEiNS_14UMatUsageFlagsE",
|
|
3133
|
+
"_ggml_gelu_quick_inplace",
|
|
3134
|
+
"_ggml_dup_inplace",
|
|
3135
|
+
"_ggml_fill_inplace",
|
|
3136
|
+
"_ggml_new_tensor_2d",
|
|
3137
|
+
"_ggml_get_no_alloc",
|
|
3138
|
+
"_png_set_keep_unknown_chunks",
|
|
3139
|
+
"__ZN2cv8CholeskyEPdmiS0_mi",
|
|
3140
|
+
"__ZN2cv16TLSDataContainer7releaseEv",
|
|
3141
|
+
"__ZN2cv15ImageCollectionC2Ev",
|
|
3142
|
+
"__ZN2cv3hal5cmp8uEPKhmS2_mPhmiiPv",
|
|
3143
|
+
"__ZN2cv3ipp9setUseIPPEb",
|
|
3144
|
+
"_ggml_fp16_to_fp32_row",
|
|
3145
|
+
"__ZN2cv8FileNodeaSERKS0_",
|
|
3146
|
+
"__ZN2cv3MatC2EiPKii",
|
|
3147
|
+
"_png_write_chunk_data",
|
|
3148
|
+
"__ZN2cvdvEdRKNS_7MatExprE",
|
|
3149
|
+
"_TIFFOpenOptionsSetErrorHandlerExtR",
|
|
3150
|
+
"_png_set_alpha_mode_fixed",
|
|
3151
|
+
"_ggml_flash_attn_ext_add_sinks",
|
|
3152
|
+
"_WebPPictureImportRGBA",
|
|
3153
|
+
"__ZN2cv5solveERKNS_11_InputArrayES2_RKNS_12_OutputArrayEi",
|
|
3154
|
+
"__ZN2cv12completeSymmERKNS_17_InputOutputArrayEb",
|
|
3155
|
+
"__ZN2cv3Mat5zerosEiPKii",
|
|
3156
|
+
"_ggml_vec_dot_bf16",
|
|
3157
|
+
"__ZN2cv4UMat4onesENS_5Size_IiEEiNS_14UMatUsageFlagsE",
|
|
3158
|
+
"_ggml_compute_forward_conv_3d",
|
|
3159
|
+
"__ZN2cv8imdecodeERKNS_11_InputArrayEi",
|
|
3160
|
+
"__ZN2cvmiERKNS_3MatES2_",
|
|
3161
|
+
"_lzma_next_end",
|
|
3162
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph13WeightsBundleD2Ev",
|
|
3163
|
+
"__ZN2cv12LineIterator4initEPKNS_3MatENS_5Rect_IiEENS_6Point_IiEES7_ib",
|
|
3164
|
+
"_ggml_backend_reg_count",
|
|
3165
|
+
"_jpeg_set_marker_processor",
|
|
3166
|
+
"_lzma_free",
|
|
3167
|
+
"_cvCreateData",
|
|
3168
|
+
"_adler32_combine",
|
|
3169
|
+
"_lzma_lzma_decoder_create",
|
|
3170
|
+
"__ZNK2cv5MatOp17augAssignMultiplyERKNS_7MatExprERNS_3MatE",
|
|
3171
|
+
"_jpeg_free_large",
|
|
3172
|
+
"_ggml_is_3d",
|
|
3173
|
+
"_png_set_invalid",
|
|
3174
|
+
"_TIFFSwabArrayOfShort",
|
|
3175
|
+
"_ggml_opt_step_sgd",
|
|
3176
|
+
"__ZN2cv5utils5trace7details6RegionC2ERKNS3_21LocationStaticStorageE",
|
|
3177
|
+
"__ZN2cv9softfloatC2Ey",
|
|
3178
|
+
"_WebPAnimDecoderHasMoreFrames",
|
|
3179
|
+
"_lzma_lzma_decoder_init",
|
|
3180
|
+
"_TIFFWriteTile",
|
|
3181
|
+
"_png_write_flush",
|
|
3182
|
+
"_gguf_get_val_i16",
|
|
3183
|
+
"__ZN2cv3hal13addRNGBias64fEPdPKdi",
|
|
3184
|
+
"_WebPAnimDecoderOptionsInitInternal",
|
|
3185
|
+
"__ZN2cv15getVersionMinorEv",
|
|
3186
|
+
"_cvMahalanobis",
|
|
3187
|
+
"__ZN2cv20perspectiveTransformERKNS_11_InputArrayERKNS_12_OutputArrayES2_",
|
|
3188
|
+
"_TIFFSetErrorHandlerExt",
|
|
3189
|
+
"__ZN2cv15ImageCollection4Impl4initERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEi",
|
|
3190
|
+
"__ZN7easyocr4ggml8pipeline17StepRecognizeTextD1Ev",
|
|
3191
|
+
"_png_build_grayscale_palette",
|
|
3192
|
+
"_TIFFCleanup",
|
|
3193
|
+
"__ZN7easyocr4ggml12CraftWeightsC1ERKNS0_10GgufLoaderEP12ggml_backend",
|
|
3194
|
+
"__ZN2cv3hal3expEPKfPfi",
|
|
3195
|
+
"__ZN2cv21intersectConvexConvexERKNS_11_InputArrayES2_RKNS_12_OutputArrayEb",
|
|
3196
|
+
"_TIFFFieldName",
|
|
3197
|
+
"_TIFFVGetFieldDefaulted",
|
|
3198
|
+
"__ZNK2cv11_InputArray13getUMatVectorERNSt3__16vectorINS_4UMatENS1_9allocatorIS3_EEEE",
|
|
3199
|
+
"_jpeg_write_scanlines",
|
|
3200
|
+
"__TIFFNoStripDecode",
|
|
3201
|
+
"__ZN7easyocr4ggml8pipeline24getCharsInfoFromLangListENSt3__14spanIKNS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEELm18446744073709551615EEE",
|
|
3202
|
+
"_j12init_color_converter",
|
|
3203
|
+
"_jpeg_stdio_src",
|
|
3204
|
+
"_WebPEncodeLosslessRGBA",
|
|
3205
|
+
"__ZN2cv4UMat5zerosENS_5Size_IiEEiNS_14UMatUsageFlagsE",
|
|
3206
|
+
"__ZN2cv11FileStorage4Impl5writeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_",
|
|
3207
|
+
"_cvSolve",
|
|
3208
|
+
"_ggml_time_ms",
|
|
3209
|
+
"_lzma_lzma_decoder_memusage_nocheck",
|
|
3210
|
+
"_deflateBound",
|
|
3211
|
+
"_TIFFInitLZMA",
|
|
3212
|
+
"__ZN2cv8FileNode12isCollectionEi",
|
|
3213
|
+
"__ZNK2cv7MatExpr3mulERKNS_3MatEd",
|
|
3214
|
+
"__ZN2cv7hconcatEPKNS_3MatEmRKNS_12_OutputArrayE",
|
|
3215
|
+
"_lzma_lzma_props_decode",
|
|
3216
|
+
"_TIFFCurrentStrip",
|
|
3217
|
+
"_dequantize_row_q3_K",
|
|
3218
|
+
"__ZN2cv10solveCubicERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
3219
|
+
"_ggml_vec_dot_iq1_s_q8_K",
|
|
3220
|
+
"__ZN2cv3hal5sub8sEPKamS2_mPamiiPv",
|
|
3221
|
+
"_ggml_compute_forward_neg",
|
|
3222
|
+
"_png_calloc",
|
|
3223
|
+
"__ZN2cv8parallel14ParallelForAPID2Ev",
|
|
3224
|
+
"__ZN2cvmlERKNS_3MatES2_",
|
|
3225
|
+
"_ggml_cpu_has_wasm_simd",
|
|
3226
|
+
"_lzma_simple_armthumb_decoder_init",
|
|
3227
|
+
"_png_get_current_row_number",
|
|
3228
|
+
"__ZN2cv11RNG_MT19937C2Ev",
|
|
3229
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q5_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
3230
|
+
"__ZN2cvdvEdRKNS_3MatE",
|
|
3231
|
+
"_TIFFReadRGBAImage",
|
|
3232
|
+
"_ggml_rope_ext",
|
|
3233
|
+
"_WebPGetDemuxVersion",
|
|
3234
|
+
"_ggml_cpu_has_neon",
|
|
3235
|
+
"_gzseek64",
|
|
3236
|
+
"__ZNK2cv16TLSDataContainer7getDataEv",
|
|
3237
|
+
"__ZN2cv15NAryMatIteratorC1Ev",
|
|
3238
|
+
"_png_get_tIME",
|
|
3239
|
+
"_dequantize_row_iq1_m",
|
|
3240
|
+
"__ZN2cv11FileStorage4Impl13Base64DecoderC1Ev",
|
|
3241
|
+
"__ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEPKc",
|
|
3242
|
+
"_j16init_color_converter",
|
|
3243
|
+
"_j16init_d_diff_controller",
|
|
3244
|
+
"_ggml_backend_reg_get",
|
|
3245
|
+
"_ggml_cpu_has_riscv_v",
|
|
3246
|
+
"__ZN2cv11FileStorage4Impl23startWriteStruct_helperEPKciS3_",
|
|
3247
|
+
"_WebPAnimDecoderGetInfo",
|
|
3248
|
+
"__ZNK2cv12_OutputArray15getGpuMatVecRefEv",
|
|
3249
|
+
"__ZNK2cv10softdoublecvNS_9softfloatEEv",
|
|
3250
|
+
"_jpeg_default_colorspace",
|
|
3251
|
+
"__ZN2cv9ExceptionD1Ev",
|
|
3252
|
+
"_cvStartWriteSeq",
|
|
3253
|
+
"__ZN2cv15ImageCollection4Impl2atEi",
|
|
3254
|
+
"_ggml_backend_cpu_reg",
|
|
3255
|
+
"_jpeg_set_quality",
|
|
3256
|
+
"__ZN2cv3MatC2EiPKiiPvPKm",
|
|
3257
|
+
"_WebPPictureCopy",
|
|
3258
|
+
"_ggml_mul",
|
|
3259
|
+
"__ZN2cv5instr8NodeDataC1EPKcS3_iPvbNS0_4TYPEENS0_4IMPLE",
|
|
3260
|
+
"_ggml_compute_forward_sqr",
|
|
3261
|
+
"_ggml_gemm_q6_K_8x8_q8_K",
|
|
3262
|
+
"__ZNK2cv11FileStorage4Impl9getFormatEv",
|
|
3263
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q6_KLx4ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
3264
|
+
"_ggml_new_tensor_1d",
|
|
3265
|
+
"__ZN2cv3hal7invSqrtEPKfPfi",
|
|
3266
|
+
"_ggml_compute_forward_cross_entropy_loss_masked",
|
|
3267
|
+
"_png_set_filler",
|
|
3268
|
+
"_ggml_vec_dot_iq2_s_q8_K",
|
|
3269
|
+
"_inflateInit_",
|
|
3270
|
+
"__ZN2cvneERKNS_3MatES2_",
|
|
3271
|
+
"__ZN2cv11FileStorage4Impl17analyze_file_nameERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERNS2_6vectorIS8_NS6_IS8_EEEE",
|
|
3272
|
+
"_cvReleaseMat",
|
|
3273
|
+
"_TIFFFlush",
|
|
3274
|
+
"_ggml_set_i32_nd",
|
|
3275
|
+
"_TIFFSwabArrayOfFloat",
|
|
3276
|
+
"_ggml_backend_dev_by_type",
|
|
3277
|
+
"_ggml_gemv_q4_K_8x8_q8_K",
|
|
3278
|
+
"_WebPConfigInitInternal",
|
|
3279
|
+
"__ZNK2cv8FileNodecvfEv",
|
|
3280
|
+
"_gguf_get_tensor_offset",
|
|
3281
|
+
"_SharpYuvConvert",
|
|
3282
|
+
"_ggml_backend_unload",
|
|
3283
|
+
"_ggml_backend_blas_reg",
|
|
3284
|
+
"_ggml_conv_2d_s1_ph",
|
|
3285
|
+
"_cvCreateSet",
|
|
3286
|
+
"_TIFFGetSizeProc",
|
|
3287
|
+
"_TIFFIsBigEndian",
|
|
3288
|
+
"__ZN2cv3hal19warpAffineBlocklineEPiS1_PsS2_iii",
|
|
3289
|
+
"__ZN2cv10PCAComputeERKNS_11_InputArrayERKNS_17_InputOutputArrayERKNS_12_OutputArrayES8_i",
|
|
3290
|
+
"__ZN2cv3hal11normHammingEPKhii",
|
|
3291
|
+
"__ZNK2cv8FileNode4sizeEv",
|
|
3292
|
+
"_jpeg_finish_decompress",
|
|
3293
|
+
"_gzgets",
|
|
3294
|
+
"_ggml_concat",
|
|
3295
|
+
"_WebPDemuxGetFrame",
|
|
3296
|
+
"_WebPMuxCreateInternal",
|
|
3297
|
+
"_WebPMuxSetImage",
|
|
3298
|
+
"__ZN2cv3hal11cvtBGRtoHSVEPKhmPhmiiiibbb",
|
|
3299
|
+
"__ZN2cv8cubeRootEf",
|
|
3300
|
+
"__ZN2cv5utils10BufferAreaC2Eb",
|
|
3301
|
+
"__ZN2cv8internal18WriteStructContextD2Ev",
|
|
3302
|
+
"_cvMinS",
|
|
3303
|
+
"__ZNK2cv5MatOp3roiERKNS_7MatExprERKNS_5RangeES6_RS1_",
|
|
3304
|
+
"_TIFFError",
|
|
3305
|
+
"__ZNK2cv5MatOp9transposeERKNS_7MatExprERS1_",
|
|
3306
|
+
"_quantize_row_q8_K_ref",
|
|
3307
|
+
"__ZN2cv3LDA3ldaERKNS_11_InputArrayES3_",
|
|
3308
|
+
"_png_malloc_array",
|
|
3309
|
+
"_TIFFHashSetLookup",
|
|
3310
|
+
"__ZNK2cv12_OutputArray12getGpuMatRefEv",
|
|
3311
|
+
"__ZNK7easyocr4ggml15CrnnGen2Weights8n_loadedEv",
|
|
3312
|
+
"__ZN2cv3hal21warpAffineBlocklineNNEPiS1_Psiii",
|
|
3313
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q4_0Lx8ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
3314
|
+
"_ggml_get_first_tensor",
|
|
3315
|
+
"__ZNK2cv15ImageCollection4Impl4sizeEv",
|
|
3316
|
+
"__ZN2cv7hconcatERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
3317
|
+
"_png_get_user_width_max",
|
|
3318
|
+
"_ggml_compute_forward_add",
|
|
3319
|
+
"__ZNK2cv7MatExprclERKNS_5Rect_IiEE",
|
|
3320
|
+
"_TIFFFieldSetGetCountSize",
|
|
3321
|
+
"__ZN2cv3hal5add8sEPKamS2_mPamiiPv",
|
|
3322
|
+
"_lzma_lzma2_block_size",
|
|
3323
|
+
"_jinit_c_master_control",
|
|
3324
|
+
"_lzma_version_number",
|
|
3325
|
+
"_ggml_pad_circular",
|
|
3326
|
+
"__ZNK2cv4UMat8ndoffsetEPm",
|
|
3327
|
+
"_WebPValidateConfig",
|
|
3328
|
+
"_gguf_get_val_u64",
|
|
3329
|
+
"_png_set_eXIf",
|
|
3330
|
+
"_png_write_mDCV_fixed",
|
|
3331
|
+
"_png_set_sig_bytes",
|
|
3332
|
+
"__ZNK2cv3Mat5totalEv",
|
|
3333
|
+
"__ZN2cv3hal14cartToPolar32fEPKfS2_PfS3_ib",
|
|
3334
|
+
"__ZN2cv10softdoubleC1Ej",
|
|
3335
|
+
"_TIFFCurrentTile",
|
|
3336
|
+
"_ggml_soft_max",
|
|
3337
|
+
"_jpeg_set_linear_quality",
|
|
3338
|
+
"__ZN2cv3hal8CholeskyEPdmiS1_mi",
|
|
3339
|
+
"__ZN2cv11FileStorage7releaseEv",
|
|
3340
|
+
"__ZN2cv15setBreakOnErrorEb",
|
|
3341
|
+
"__ZNK2cv10softdoubledvERKS0_",
|
|
3342
|
+
"__ZN2cv20checkHardwareSupportEi",
|
|
3343
|
+
"_ggml_cpu_has_avx_vnni",
|
|
3344
|
+
"_deflateSetHeader",
|
|
3345
|
+
"_lzma_lzma_encoder_create",
|
|
3346
|
+
"_WebPMemoryWriterInit",
|
|
3347
|
+
"_ggml_dup_tensor",
|
|
3348
|
+
"__ZNK2cv3Mat6copyToERKNS_12_OutputArrayERKNS_11_InputArrayE",
|
|
3349
|
+
"__ZN2cv3hal11cvtBGRtoYUVEPKhmPhmiiiibbNS_13AlgorithmHintE",
|
|
3350
|
+
"__TIFFGetDirNumberFromOffset",
|
|
3351
|
+
"_ggml_leaky_relu",
|
|
3352
|
+
"_ggml_vec_dot_q4_1_q8_1_generic",
|
|
3353
|
+
"_TIFFCreateCustomDirectory",
|
|
3354
|
+
"_ggml_backend_dev_buffer_type",
|
|
3355
|
+
"_ggml_backend_dev_memory",
|
|
3356
|
+
"__ZN2cv11mixChannelsERKNS_11_InputArrayERKNS_17_InputOutputArrayEPKim",
|
|
3357
|
+
"_quantize_row_q8_0",
|
|
3358
|
+
"__ZNK7easyocr4ggml15CrnnGen2Weights1bERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
3359
|
+
"__ZN2cv10setRNGSeedEi",
|
|
3360
|
+
"_ggml_quantize_free",
|
|
3361
|
+
"__ZN2cv5instr8NodeDataD1Ev",
|
|
3362
|
+
"__TIFFmalloc",
|
|
3363
|
+
"__ZN2cv11FileStorage4Impl10workaroundEv",
|
|
3364
|
+
"_VP8LCheckSignature",
|
|
3365
|
+
"__TIFFNoRowDecode",
|
|
3366
|
+
"_ggml_interpolate",
|
|
3367
|
+
"_ggml_cont_2d",
|
|
3368
|
+
"__ZN2cv11FileStorage4Impl13Base64Decoder10getFloat64Ev",
|
|
3369
|
+
"__ZN2cv15ImageCollectionC1ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEi",
|
|
3370
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph13WeightsBundleC1EOS1_",
|
|
3371
|
+
"__ZNK2cv4UMat4diagEi",
|
|
3372
|
+
"_WebPEncodeLosslessBGR",
|
|
3373
|
+
"_png_push_read_sig",
|
|
3374
|
+
"_WebPDemuxGetI",
|
|
3375
|
+
"_gzeof",
|
|
3376
|
+
"__ZN2cv24currentParallelFrameworkEv",
|
|
3377
|
+
"__ZN2cv3hal5add8uEPKhmS2_mPhmiiPv",
|
|
3378
|
+
"__ZN2cv6kmeansERKNS_11_InputArrayEiRKNS_17_InputOutputArrayENS_12TermCriteriaEiiRKNS_12_OutputArrayE",
|
|
3379
|
+
"__ZNK2cv4UMat5totalEv",
|
|
3380
|
+
"_cvAdd",
|
|
3381
|
+
"__ZN2cv9FormattedD0Ev",
|
|
3382
|
+
"__ZN2cv3hal8CholeskyEPfmiS1_mi",
|
|
3383
|
+
"_ggml_custom_inplace",
|
|
3384
|
+
"_ggml_threadpool_resume",
|
|
3385
|
+
"_dequantize_row_q2_K",
|
|
3386
|
+
"__ZN2cv8FileNode3ptrEv",
|
|
3387
|
+
"_png_icc_check_length",
|
|
3388
|
+
"__ZN2cv3addERKNS_11_InputArrayES2_RKNS_12_OutputArrayES2_i",
|
|
3389
|
+
"_ggml_nelements",
|
|
3390
|
+
"_ggml_version",
|
|
3391
|
+
"_ggml_gemv_q8_0_4x8_q8_0",
|
|
3392
|
+
"_lzma_mf_hc3_find",
|
|
3393
|
+
"_cvGetDims",
|
|
3394
|
+
"_ggml_graph_size",
|
|
3395
|
+
"_png_get_y_offset_inches_fixed",
|
|
3396
|
+
"_jinit_c_main_controller",
|
|
3397
|
+
"_ggml_get_type_traits",
|
|
3398
|
+
"__ZN2cv3hal8merge64sEPPKxPxii",
|
|
3399
|
+
"__ZN2cv8FileNodeC1Ev",
|
|
3400
|
+
"_png_do_check_palette_indexes",
|
|
3401
|
+
"__TIFFsetDoubleArrayExt",
|
|
3402
|
+
"_png_read_image",
|
|
3403
|
+
"__ZN2cv3hal5xor8uEPKhmS2_mPhmiiPv",
|
|
3404
|
+
"_quantize_row_q2_K",
|
|
3405
|
+
"_png_create_png_struct",
|
|
3406
|
+
"_ggml_map_custom1",
|
|
3407
|
+
"_quantize_tq1_0",
|
|
3408
|
+
"_WebPPictureARGBToYUVADithered",
|
|
3409
|
+
"_cvSeqElemIdx",
|
|
3410
|
+
"_cvGetErrMode",
|
|
3411
|
+
"__ZN2cv11RNG_MT199374nextEv",
|
|
3412
|
+
"__ZNK2cv11FileStorage4Impl10wrapMarginEv",
|
|
3413
|
+
"_jpeg12_idct_3x3",
|
|
3414
|
+
"__ZNK2cv11FileStorage4Impl13Base64Decoder11endOfStreamEv",
|
|
3415
|
+
"_jpeg_new_colormap",
|
|
3416
|
+
"__ZN2cv15ImageCollection4Impl10readHeaderEv",
|
|
3417
|
+
"_ggml_norm_inplace",
|
|
3418
|
+
"__ZN2cv15ImageCollection8iteratorC1EPS0_i",
|
|
3419
|
+
"_cvCmpS",
|
|
3420
|
+
"_lzma_simple_arm_encoder_init",
|
|
3421
|
+
"_ggml_commit",
|
|
3422
|
+
"_ggml_rope_inplace",
|
|
3423
|
+
"_png_set_pCAL",
|
|
3424
|
+
"_TIFFVGetField",
|
|
3425
|
+
"_gzgetc_",
|
|
3426
|
+
"__TIFFfreeExt",
|
|
3427
|
+
"__ZN2cv11RNG_MT19937cviEv",
|
|
3428
|
+
"_ggml_rope_ext_inplace",
|
|
3429
|
+
"_j16init_lossless_compressor",
|
|
3430
|
+
"__TIFFSwab24BitData",
|
|
3431
|
+
"_cvGetTickCount",
|
|
3432
|
+
"_ggml_vec_silu_f32",
|
|
3433
|
+
"_ggml_backend_free",
|
|
3434
|
+
"_quantize_iq2_s",
|
|
3435
|
+
"_TIFFCheckTile",
|
|
3436
|
+
"__ZNK2cv3Mat5totalEii",
|
|
3437
|
+
"_lzma_block_encoder",
|
|
3438
|
+
"__ZN2cv4UMatD2Ev",
|
|
3439
|
+
"__ZN2cv15ImageCollection5beginEv",
|
|
3440
|
+
"__ZN2cv22SparseMatConstIteratorppEv",
|
|
3441
|
+
"_cvReleaseData",
|
|
3442
|
+
"__ZN4ggml3cpu6repack6repackI10block_q5_KLx8ELx8EEEiP11ggml_tensorPKvm",
|
|
3443
|
+
"__ZN2cveoERKNS_3MatERKNS_7Scalar_IdEE",
|
|
3444
|
+
"_ggml_map_custom3_inplace",
|
|
3445
|
+
"_lzma_lzma_encoder_init",
|
|
3446
|
+
"__ZN2cv5instr10resetTraceEv",
|
|
3447
|
+
"_ggml_backend_sched_graph_compute_async",
|
|
3448
|
+
"_cvSetData",
|
|
3449
|
+
"_ggml_mul_mat_set_prec",
|
|
3450
|
+
"_ggml_get_max_tensor_size",
|
|
3451
|
+
"_png_set_hIST",
|
|
3452
|
+
"_png_write_bKGD",
|
|
3453
|
+
"_ggml_rwkv_wkv6",
|
|
3454
|
+
"__ZN2cv3MatC2ENS_5Size_IiEEi",
|
|
3455
|
+
"__ZN2cv15ImageCollection4Impl3endEPS0_",
|
|
3456
|
+
"_ggml_vec_dot_iq4_nl_q8_0",
|
|
3457
|
+
"_ggml_ssm_scan",
|
|
3458
|
+
"__Z6cvCeilRKN2cv9softfloatE",
|
|
3459
|
+
"_png_init_filter_functions_sse2",
|
|
3460
|
+
"_png_get_copyright",
|
|
3461
|
+
"__ZNK2cv10softdoublegtERKS0_",
|
|
3462
|
+
"_png_set_rgb_coefficients",
|
|
3463
|
+
"_cvClearMemStorage",
|
|
3464
|
+
"__ZNK2cv11FileStorage4ImplixERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
3465
|
+
"__ZN2cv7absdiffERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
3466
|
+
"_ggml_compute_forward_roll",
|
|
3467
|
+
"_dequantize_row_iq1_s",
|
|
3468
|
+
"__ZN2cv11FileStorage12writeCommentERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEb",
|
|
3469
|
+
"__ZN2cv4UMatC2ERKS0_PKNS_5RangeE",
|
|
3470
|
+
"_TIFFReadEncodedStrip",
|
|
3471
|
+
"_gguf_get_val_u32",
|
|
3472
|
+
"__ZN2cv8FileNodeC2Ev",
|
|
3473
|
+
"_ggml_get_mem_size",
|
|
3474
|
+
"__ZN2cv7MatExpr4swapERS0_",
|
|
3475
|
+
"_ggml_repeat_4d",
|
|
3476
|
+
"__ZN7easyocr4ggml15CrnnGen2WeightsC2ERKNS0_10GgufLoaderEP12ggml_backend",
|
|
3477
|
+
"__ZN4ggml3cpu6repack6repackI10block_q5_KLx4ELx8EEEiP11ggml_tensorPKvm",
|
|
3478
|
+
"_WebPPictureImportRGBX",
|
|
3479
|
+
"__ZN2cv6mulAddERKNS_10softdoubleES2_S2_",
|
|
3480
|
+
"_ggml_cpu_has_avx512_bf16",
|
|
3481
|
+
"_TIFFRasterScanlineSize64",
|
|
3482
|
+
"__ZN2cv3MatC1ERKNSt3__16vectorIiNS1_9allocatorIiEEEEiRKNS_7Scalar_IdEE",
|
|
3483
|
+
"__ZN2cv5utils5trace7details12TraceManagerD2Ev",
|
|
3484
|
+
"_gguf_set_arr_str",
|
|
3485
|
+
"_png_image_write_to_stdio",
|
|
3486
|
+
"__ZN2cv11_InputArrayC1ERKNS_7MatExprE",
|
|
3487
|
+
"__ZN2cv11RNG_MT19937cvfEv",
|
|
3488
|
+
"__ZN2cv9arcLengthERKNS_11_InputArrayEb",
|
|
3489
|
+
"__ZN2cv7vconcatEPKNS_3MatEmRKNS_12_OutputArrayE",
|
|
3490
|
+
"_jpeg_read_scanlines",
|
|
3491
|
+
"_quantize_iq3_s",
|
|
3492
|
+
"_TIFFReadRawTile",
|
|
3493
|
+
"_gguf_add_tensor",
|
|
3494
|
+
"_png_read_chunk_header",
|
|
3495
|
+
"_png_set_eXIf_1",
|
|
3496
|
+
"_quantize_iq2_xs",
|
|
3497
|
+
"__ZN2cv3hal13addWeighted8uEPKhmS2_mPhmiiPv",
|
|
3498
|
+
"__ZN7easyocr4ggml10GgufLoaderD1Ev",
|
|
3499
|
+
"_TIFFComputeStrip",
|
|
3500
|
+
"__ZN2cv3Mat4diagERKS0_",
|
|
3501
|
+
"__ZN2cv4readERKNS_8FileNodeERNSt3__16vectorINS_8KeyPointENS3_9allocatorIS5_EEEE",
|
|
3502
|
+
"_png_set_filter",
|
|
3503
|
+
"__TIFFGetOffsetFromDirNumber",
|
|
3504
|
+
"__ZN2cv3hal6sub16sEPKsmS2_mPsmiiPv",
|
|
3505
|
+
"_png_read_data",
|
|
3506
|
+
"_lzma_filters_update",
|
|
3507
|
+
"_ggml_log_inplace",
|
|
3508
|
+
"__ZN2cv4UMatC1EiiiNS_14UMatUsageFlagsE",
|
|
3509
|
+
"__ZN2cv12useOptimizedEv",
|
|
3510
|
+
"_ggml_unary",
|
|
3511
|
+
"_jcopy_block_row",
|
|
3512
|
+
"_WebPPictureSmartARGBToYUVA",
|
|
3513
|
+
"__ZN2cv6flipNDERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
3514
|
+
"_ggml_backend_view_init",
|
|
3515
|
+
"_ggml_free",
|
|
3516
|
+
"__ZN2cv3MatC2ERKNSt3__16vectorIiNS1_9allocatorIiEEEEiPvPKm",
|
|
3517
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph13WeightsBundleC2EOS1_",
|
|
3518
|
+
"_ggml_graph_n_nodes",
|
|
3519
|
+
"_ggml_gemv_q4_0_4x4_q8_0",
|
|
3520
|
+
"__ZNK2cv4UMat6getMatENS_10AccessFlagE",
|
|
3521
|
+
"_ggml_graph_compute",
|
|
3522
|
+
"_cvGetThreadNum",
|
|
3523
|
+
"_png_set_gAMA_fixed",
|
|
3524
|
+
"_TIFFReadGPSDirectory",
|
|
3525
|
+
"__ZN2cv3PCAclERKNS_11_InputArrayES3_id",
|
|
3526
|
+
"__ZN2cv4lineERKNS_17_InputOutputArrayENS_6Point_IiEES4_RKNS_7Scalar_IdEEiii",
|
|
3527
|
+
"_cvPtr3D",
|
|
3528
|
+
"__ZN2cv3PCA4readERKNS_8FileNodeE",
|
|
3529
|
+
"__ZN2cv3hal6exp32fEPKfPfi",
|
|
3530
|
+
"_png_handle_chunk",
|
|
3531
|
+
"__ZNK2cv10softdoubleltERKS0_",
|
|
3532
|
+
"_jpeg_crop_scanline",
|
|
3533
|
+
"_ggml_can_repeat",
|
|
3534
|
+
"_cvFindGraphEdge",
|
|
3535
|
+
"_cvSetSeqReaderPos",
|
|
3536
|
+
"__TIFFmallocExt",
|
|
3537
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS2_6vectorINS_8KeyPointENS6_ISC_EEEE",
|
|
3538
|
+
"__ZN2cv11FileStorage4Impl6setEofEv",
|
|
3539
|
+
"_png_fixed_error",
|
|
3540
|
+
"_ggml_cross_entropy_loss_masked_back",
|
|
3541
|
+
"_TIFFInitCCITTRLE",
|
|
3542
|
+
"__ZN2cv3hal6div16sEPKsmS2_mPsmiiPv",
|
|
3543
|
+
"__ZNK2cv11FileStorage4Impl9bufferEndEv",
|
|
3544
|
+
"_lzma_index_hash_init",
|
|
3545
|
+
"__ZN2cv14extractChannelERKNS_11_InputArrayERKNS_12_OutputArrayEi",
|
|
3546
|
+
"_ggml_fp32_to_fp16",
|
|
3547
|
+
"_png_do_invert",
|
|
3548
|
+
"_WebPAnimDecoderGetNext",
|
|
3549
|
+
"__ZNK2cv12_OutputArray7releaseEv",
|
|
3550
|
+
"_cvCreateSparseMat",
|
|
3551
|
+
"_png_get_x_pixels_per_inch",
|
|
3552
|
+
"_png_progressive_combine_row",
|
|
3553
|
+
"_ggml_backend_tensor_memset",
|
|
3554
|
+
"__ZN2cv5randuERKNS_17_InputOutputArrayERKNS_11_InputArrayES5_",
|
|
3555
|
+
"_ggml_pool_2d_back",
|
|
3556
|
+
"__ZN24OcrLazyInitializeBackend17decrementRefCountEv",
|
|
3557
|
+
"__ZN2cv11FileStorage4Impl7addNodeERNS_8FileNodeERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEiPKvi",
|
|
3558
|
+
"__ZN2cv15ImageCollection8iteratorppEi",
|
|
3559
|
+
"_cvGetReal1D",
|
|
3560
|
+
"__ZN2cv3MatC1Ev",
|
|
3561
|
+
"_png_check_fp_string",
|
|
3562
|
+
"_ggml_compute_forward_pool_2d",
|
|
3563
|
+
"__ZN2cv11linearPolarERKNS_11_InputArrayERKNS_12_OutputArrayENS_6Point_IfEEdi",
|
|
3564
|
+
"__ZN2cv3LDAC1ERKNS_11_InputArrayES3_i",
|
|
3565
|
+
"_ggml_trunc",
|
|
3566
|
+
"__ZN2cv5utils5trace7details15getTraceManagerEv",
|
|
3567
|
+
"_cvCloneImage",
|
|
3568
|
+
"__ZN2cv9rectangleERKNS_17_InputOutputArrayENS_5Rect_IiEERKNS_7Scalar_IdEEiii",
|
|
3569
|
+
"_TIFFWarningExt",
|
|
3570
|
+
"_ggml_gelu_inplace",
|
|
3571
|
+
"_jpeg_idct_13x13",
|
|
3572
|
+
"__ZN2cv9SparseMatC2ERKNS_3MatE",
|
|
3573
|
+
"__ZN2cv12reduceArgMaxERKNS_11_InputArrayERKNS_12_OutputArrayEib",
|
|
3574
|
+
"_WebPAnimDecoderDelete",
|
|
3575
|
+
"__ZN23qvac_lib_infer_ocr_ggml8PipelineC1ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_NS1_4spanIS8_Lm18446744073709551615EEENS_9OcrConfigE",
|
|
3576
|
+
"_TIFFCreateEXIFDirectory",
|
|
3577
|
+
"_ggml_gallocr_new_n",
|
|
3578
|
+
"_ggml_critical_section_start",
|
|
3579
|
+
"_ggml_view_1d",
|
|
3580
|
+
"_ggml_gallocr_alloc_graph",
|
|
3581
|
+
"__ZN2cv14fillConvexPolyERKNS_17_InputOutputArrayEPKNS_6Point_IiEEiRKNS_7Scalar_IdEEii",
|
|
3582
|
+
"_png_set_tRNS",
|
|
3583
|
+
"_ggml_compute_forward_round",
|
|
3584
|
+
"_lzma_lzma_optimum_fast",
|
|
3585
|
+
"_lzma_bcj_x86_encode",
|
|
3586
|
+
"_ggml_vec_dot_f16",
|
|
3587
|
+
"_cvSetReal3D",
|
|
3588
|
+
"__TIFFsetShortArray",
|
|
3589
|
+
"_ggml_diag_mask_zero",
|
|
3590
|
+
"__ZNK2cv5MatOp8multiplyERKNS_7MatExprEdRS1_",
|
|
3591
|
+
"_png_crc_read",
|
|
3592
|
+
"_png_crc_finish",
|
|
3593
|
+
"__ZN2cv11arrowedLineERKNS_17_InputOutputArrayENS_6Point_IiEES4_RKNS_7Scalar_IdEEiiid",
|
|
3594
|
+
"__ZNK2cv9softfloatcvNS_10softdoubleEEv",
|
|
3595
|
+
"__TIFFsetShortArrayExt",
|
|
3596
|
+
"__ZNK2cv12_OutputArray10getUMatRefEi",
|
|
3597
|
+
"_LogL10fromY",
|
|
3598
|
+
"__ZN2cv3hal5and8uEPKhmS2_mPhmiiPv",
|
|
3599
|
+
"_png_read_end",
|
|
3600
|
+
"__ZNK7easyocr4ggml8pipeline12InferredText8toStringEv",
|
|
3601
|
+
"_jpeg_mem_init",
|
|
3602
|
+
"_quantize_row_q4_0",
|
|
3603
|
+
"_png_read_finish_row",
|
|
3604
|
+
"_ggml_backend_buffer_is_host",
|
|
3605
|
+
"__ZN4ggml3cpu6repack6repackI10block_q4_KLx8ELx8EEEiP11ggml_tensorPKvm",
|
|
3606
|
+
"__ZN2cv3Mat5zerosENS_5Size_IiEEi",
|
|
3607
|
+
"_ggml_status_to_string",
|
|
3608
|
+
"_lzma_get_check",
|
|
3609
|
+
"__ZN2cveoERKNS_3MatES2_",
|
|
3610
|
+
"_cvPutText",
|
|
3611
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEx",
|
|
3612
|
+
"_ggml_set_1d_inplace",
|
|
3613
|
+
"__ZN2cv4sqrtERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
3614
|
+
"_jinit_lhuff_decoder",
|
|
3615
|
+
"_WebPAnimDecoderNewInternal",
|
|
3616
|
+
"__ZNK2cv10softdoubleplERKS0_",
|
|
3617
|
+
"__ZN2cv6detail21check_failed_MatDepthEiRKNS0_12CheckContextE",
|
|
3618
|
+
"_ggml_compute_forward_tanh",
|
|
3619
|
+
"_ggml_print_object",
|
|
3620
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInference12destroyGraphEv",
|
|
3621
|
+
"__ZNK2cv9SparseMat6copyToERS0_",
|
|
3622
|
+
"_png_get_sCAL",
|
|
3623
|
+
"_jpeg_abort",
|
|
3624
|
+
"_png_read_filter_row_avg3_sse2",
|
|
3625
|
+
"_TIFFSetWarningHandlerExt",
|
|
3626
|
+
"_cvProjectPCA",
|
|
3627
|
+
"_ggml_gemv_q4_K_8x4_q8_K",
|
|
3628
|
+
"_ggml_gelu_erf",
|
|
3629
|
+
"_ggml_backend_init_best",
|
|
3630
|
+
"__ZN2cv3hal9absdiff8uEPKhmS2_mPhmiiPv",
|
|
3631
|
+
"__ZN2cv9FormattedD1Ev",
|
|
3632
|
+
"__ZNK2cv9SparseMat4hashEi",
|
|
3633
|
+
"__ZNK2cv7MatSizeeqERKS0_",
|
|
3634
|
+
"_png_set_user_limits",
|
|
3635
|
+
"__ZN2cv9magnitudeERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
3636
|
+
"_ggml_view_tensor",
|
|
3637
|
+
"__TIFFmemcmp",
|
|
3638
|
+
"_png_set_check_for_invalid_index",
|
|
3639
|
+
"_ggml_reshape_3d",
|
|
3640
|
+
"__TIFFcalloc",
|
|
3641
|
+
"_TIFFNumberOfTiles",
|
|
3642
|
+
"_cvAndS",
|
|
3643
|
+
"_ggml_graph_get_grad_acc",
|
|
3644
|
+
"__ZN2cv5utils10BufferArea7releaseEv",
|
|
3645
|
+
"_ggml_gemm_iq4_nl_8x8_q8_0_generic",
|
|
3646
|
+
"__ZNK2cv9SparseMat4hashEii",
|
|
3647
|
+
"__ZNK2cv12_OutputArray6createENS_5Size_IiEEiibNS0_9DepthMaskE",
|
|
3648
|
+
"__ZN2cv3minERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
3649
|
+
"__ZN2cvplERKNS_3MatES2_",
|
|
3650
|
+
"_lzma_index_block_count",
|
|
3651
|
+
"_cvCheckArr",
|
|
3652
|
+
"_TIFFWriteEncodedTile",
|
|
3653
|
+
"_TIFFWriteRawStrip",
|
|
3654
|
+
"_deflate",
|
|
3655
|
+
"__ZNK2cv12_OutputArray4moveERNS_3MatE",
|
|
3656
|
+
"__ZN4ggml3cpu6repack4gemmI12block_iq4_nlLx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
3657
|
+
"_ggml_geglu",
|
|
3658
|
+
"_lzma_lzma2_decoder_init",
|
|
3659
|
+
"__ZN4ggml3cpu6repack4gemmI10block_q4_0Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
3660
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEi",
|
|
3661
|
+
"_jinit_d_main_controller",
|
|
3662
|
+
"_jinit_c_coef_controller",
|
|
3663
|
+
"_png_set_tRNS_to_alpha",
|
|
3664
|
+
"_png_set_iCCP",
|
|
3665
|
+
"_WebPAnimEncoderDelete",
|
|
3666
|
+
"_png_set_compression_level",
|
|
3667
|
+
"_ggml_floor",
|
|
3668
|
+
"_WebPMemoryWrite",
|
|
3669
|
+
"_lzma_raw_decoder_memusage",
|
|
3670
|
+
"_TIFFInitDumpMode",
|
|
3671
|
+
"_lzma_index_size",
|
|
3672
|
+
"__ZN2cv11RotatedRectC2ERKNS_6Point_IfEES4_S4_",
|
|
3673
|
+
"_cvSeqPushMulti",
|
|
3674
|
+
"_ggml_backend_buffer_clear",
|
|
3675
|
+
"_cvDilate",
|
|
3676
|
+
"__ZN2cv6detail13typeToString_Ei",
|
|
3677
|
+
"_ggml_cpu_fp32_to_fp16",
|
|
3678
|
+
"_ggml_compute_forward_sum",
|
|
3679
|
+
"_lzma_stream_footer_decode",
|
|
3680
|
+
"__ZNK2cv11FileStorage8isOpenedEv",
|
|
3681
|
+
"_ggml_silu_back",
|
|
3682
|
+
"_dequantize_row_iq4_xs",
|
|
3683
|
+
"__ZN4ggml3cpu17extra_buffer_typeD1Ev",
|
|
3684
|
+
"__ZN2cv4UMatC1ENS_5Size_IiEEiNS_14UMatUsageFlagsE",
|
|
3685
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_",
|
|
3686
|
+
"_png_warning_parameter",
|
|
3687
|
+
"_zcfree",
|
|
3688
|
+
"__ZN2cv7details23restoreFPDenormalsStateERKNS0_20FPDenormalsModeStateE",
|
|
3689
|
+
"__ZN2cv3hal14cvtBGRtoBGR5x5EPKhmPhmiiibi",
|
|
3690
|
+
"_WebPDemuxReleaseIterator",
|
|
3691
|
+
"__ZN2cv6imreadERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEi",
|
|
3692
|
+
"_lzma_check_update",
|
|
3693
|
+
"_TIFFInitCCITTFax3",
|
|
3694
|
+
"_png_get_current_pass_number",
|
|
3695
|
+
"__ZN2cv11FileStorage4Impl13Base64Decoder4initERKNS_3PtrINS_17FileStorageParserEEEPci",
|
|
3696
|
+
"__ZN2cv3sinERKNS_10softdoubleE",
|
|
3697
|
+
"__ZN2cv9FormatterD0Ev",
|
|
3698
|
+
"_TIFFStripSize",
|
|
3699
|
+
"_cvGuiBoxReport",
|
|
3700
|
+
"_cvErrorFromIppStatus",
|
|
3701
|
+
"_cvSeqPush",
|
|
3702
|
+
"__ZN2cv3expERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
3703
|
+
"_ggml_quantize_requires_imatrix",
|
|
3704
|
+
"__ZN2cv13setNumThreadsEi",
|
|
3705
|
+
"_ggml_compute_forward_custom",
|
|
3706
|
+
"__ZN2cv9SparseMataSERKNS_3MatE",
|
|
3707
|
+
"_ggml_tallocr_alloc",
|
|
3708
|
+
"_gzvprintf",
|
|
3709
|
+
"__ZN2cv3hal10absdiff32fEPKfmS2_mPfmiiPv",
|
|
3710
|
+
"_deflatePrime",
|
|
3711
|
+
"_ggml_compute_forward_tri",
|
|
3712
|
+
"__ZNK2cv8FileNode6stringEv",
|
|
3713
|
+
"__ZN34qvac_lib_infer_ggml_classification5graph12ComputeGraphD1Ev",
|
|
3714
|
+
"_ggml_custom_4d",
|
|
3715
|
+
"_cvSetReal2D",
|
|
3716
|
+
"__ZN2cv3hal11fastAtan32fEPKfS2_Pfib",
|
|
3717
|
+
"__ZN2cv3hal6add16uEPKtmS2_mPtmiiPv",
|
|
3718
|
+
"__ZN2cv3hal5DFT2D6createEiiiiiii",
|
|
3719
|
+
"_ggml_format_name",
|
|
3720
|
+
"__ZN2cv5utils30getConfigurationParameterSizeTEPKcm",
|
|
3721
|
+
"__TIFFSwab16BitData",
|
|
3722
|
+
"__ZN2cv3hal6cmp16sEPKsmS2_mPhmiiPv",
|
|
3723
|
+
"_TIFFClientOpenExt",
|
|
3724
|
+
"_jinit_2pass_quantizer",
|
|
3725
|
+
"__ZNK2cv8FileNode5isSeqEv",
|
|
3726
|
+
"__ZN2cvmiERKNS_7Scalar_IdEERKNS_3MatE",
|
|
3727
|
+
"_TIFFSetFileno",
|
|
3728
|
+
"_ggml_is_empty",
|
|
3729
|
+
"_png_read_sig",
|
|
3730
|
+
"_ggml_compute_forward_conv_2d",
|
|
3731
|
+
"_png_read_update_info",
|
|
3732
|
+
"_png_get_pixels_per_meter",
|
|
3733
|
+
"__ZN2cv3LDAC2ERKNS_11_InputArrayES3_i",
|
|
3734
|
+
"_gguf_get_val_f64",
|
|
3735
|
+
"_quantize_q5_1",
|
|
3736
|
+
"__ZN2cv16FileNodeIteratorpLEi",
|
|
3737
|
+
"_WebPDemuxGetChunk",
|
|
3738
|
+
"_ggml_cpu_has_vxe",
|
|
3739
|
+
"_png_write_end",
|
|
3740
|
+
"_gguf_get_kv_type",
|
|
3741
|
+
"_j12init_forward_dct",
|
|
3742
|
+
"_gguf_set_val_i32",
|
|
3743
|
+
"_TIFFHashSetInsert",
|
|
3744
|
+
"_ggml_im2col_back",
|
|
3745
|
+
"__ZN2cv4readERKNS_8FileNodeERdd",
|
|
3746
|
+
"__ZN2cv6detail17check_failed_autoERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_12CheckContextE",
|
|
3747
|
+
"__ZN2cv3hal11SepFilter2D6createEiiiPhiS2_iiidi",
|
|
3748
|
+
"__ZN7easyocr4ggml15build_crnn_gen2EP12ggml_contextRKNS0_15CrnnGen2WeightsEP11ggml_tensorPNSt3__113unordered_mapINS8_12basic_stringIcNS8_11char_traitsIcEENS8_9allocatorIcEEEES7_NS8_4hashISF_EENS8_8equal_toISF_EENSD_INS8_4pairIKSF_S7_EEEEEE",
|
|
3749
|
+
"__ZNK2cv11_InputArray4rowsEi",
|
|
3750
|
+
"_png_convert_from_struct_tm",
|
|
3751
|
+
"_jcopy_sample_rows",
|
|
3752
|
+
"_j12init_c_coef_controller",
|
|
3753
|
+
"__ZN2cv3hal11fastAtan64fEPKdS2_Pdib",
|
|
3754
|
+
"__ZN2cvmlEdRKNS_7MatExprE",
|
|
3755
|
+
"_lzma_block_decoder_init",
|
|
3756
|
+
"_bare_get_module_name_v0",
|
|
3757
|
+
"_ggml_vec_dot_q6_K_q8_K_generic",
|
|
3758
|
+
"_ggml_backend_dev_supports_op",
|
|
3759
|
+
"_ggml_vec_dot_iq1_m_q8_K",
|
|
3760
|
+
"_ggml_pad",
|
|
3761
|
+
"_ggml_gemm_iq4_nl_8x8_q8_0",
|
|
3762
|
+
"_png_set_chunk_cache_max",
|
|
3763
|
+
"_ggml_geglu_quick_split",
|
|
3764
|
+
"_ggml_set_i32_1d",
|
|
3765
|
+
"__ZN2cv5utils5trace7details12TraceManager11isActivatedEv",
|
|
3766
|
+
"__ZN2cvplERKNS_3MatERKNS_7MatExprE",
|
|
3767
|
+
"_WebPPictureSharpARGBToYUVA",
|
|
3768
|
+
"__ZN2cv3hal8integralEiiiPKhmPhmS3_mS3_miii",
|
|
3769
|
+
"_TIFFTileRowSize64",
|
|
3770
|
+
"_ggml_compute_forward_xielu",
|
|
3771
|
+
"_cvNextNArraySlice",
|
|
3772
|
+
"_ggml_vec_dot_q4_1_q8_1",
|
|
3773
|
+
"_ggml_compute_forward_win_part",
|
|
3774
|
+
"_ggml_backend_get_device",
|
|
3775
|
+
"_lzma_next_filter_update",
|
|
3776
|
+
"_png_flush",
|
|
3777
|
+
"_LogLuv24fromXYZ",
|
|
3778
|
+
"__ZN2cv8SVDecompERKNS_11_InputArrayERKNS_12_OutputArrayES5_S5_i",
|
|
3779
|
+
"_WebPAnimEncoderAssemble",
|
|
3780
|
+
"__ZN2cv5utils5trace7details6Region4Impl14registerRegionERNS2_23TraceManagerThreadLocalE",
|
|
3781
|
+
"_cvExp",
|
|
3782
|
+
"_cvRawDataToScalar",
|
|
3783
|
+
"_lzma_delta_props_decode",
|
|
3784
|
+
"_ggml_backend_device_register",
|
|
3785
|
+
"_png_destroy_read_struct",
|
|
3786
|
+
"_jinit_lossless_compressor",
|
|
3787
|
+
"_lzma_lzma2_encoder_init",
|
|
3788
|
+
"_png_zlib_inflate",
|
|
3789
|
+
"__ZN2cv6imreadERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERKNS_12_OutputArrayEi",
|
|
3790
|
+
"__ZNK2cv8FileNodeixEPKc",
|
|
3791
|
+
"_ggml_gemm_q8_0_4x8_q8_0",
|
|
3792
|
+
"_TIFFGetMapFileProc",
|
|
3793
|
+
"_lzma_index_stream_size",
|
|
3794
|
+
"__ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi",
|
|
3795
|
+
"_ggml_vec_dot_f32",
|
|
3796
|
+
"__ZNK2cv3PCA5writeERNS_11FileStorageE",
|
|
3797
|
+
"__ZNK2cv7MatExpr3rowEi",
|
|
3798
|
+
"_TIFFFieldSetGetSize",
|
|
3799
|
+
"_ggml_numa_init",
|
|
3800
|
+
"_png_save_int_32",
|
|
3801
|
+
"_dequantize_row_q5_1",
|
|
3802
|
+
"__ZN2cvmlERKNS_7MatExprES2_",
|
|
3803
|
+
"_cvNot",
|
|
3804
|
+
"_ggml_abs_inplace",
|
|
3805
|
+
"__ZN2cv11RNG_MT199377uniformEii",
|
|
3806
|
+
"_gguf_get_val_u16",
|
|
3807
|
+
"_ggml_graph_get_grad",
|
|
3808
|
+
"_png_get_cICP",
|
|
3809
|
+
"__ZN2cv4UMat6createERKNSt3__16vectorIiNS1_9allocatorIiEEEEiNS_14UMatUsageFlagsE",
|
|
3810
|
+
"_png_create_write_struct_2",
|
|
3811
|
+
"_png_set_sPLT",
|
|
3812
|
+
"_TIFFClose",
|
|
3813
|
+
"_gzgetc",
|
|
3814
|
+
"__ZN2cv15haveImageWriterERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE",
|
|
3815
|
+
"__ZNK2cv8FileNode7readRawERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPvm",
|
|
3816
|
+
"_cvGetOptimalDFTSize",
|
|
3817
|
+
"__ZN2cv3PCAC2ERKNS_11_InputArrayES3_ii",
|
|
3818
|
+
"_lzma_filter_flags_decode",
|
|
3819
|
+
"_cvMax",
|
|
3820
|
+
"__ZN2cv8tempfileEPKc",
|
|
3821
|
+
"_ggml_sub_inplace",
|
|
3822
|
+
"__ZN2cv3MatC1EiiiRKNS_7Scalar_IdEE",
|
|
3823
|
+
"_ggml_compute_forward_softplus",
|
|
3824
|
+
"_png_set_rgb_to_gray",
|
|
3825
|
+
"__ZN2cv5utils5trace7details6RegionC1ERKNS3_21LocationStaticStorageE",
|
|
3826
|
+
"_png_write_info",
|
|
3827
|
+
"_ggml_gallocr_free",
|
|
3828
|
+
"_jpeg_fdct_float",
|
|
3829
|
+
"__TIFFsetDoubleArray",
|
|
3830
|
+
"__ZN2cv3Mat5zerosEiii",
|
|
3831
|
+
"__ZN2cv3hal3logEPKfPfi",
|
|
3832
|
+
"_TIFFReadCustomDirectory",
|
|
3833
|
+
"_lzma_simple_ia64_encoder_init",
|
|
3834
|
+
"_png_realloc_array",
|
|
3835
|
+
"__ZN2cv9SparseMataSERKS0_",
|
|
3836
|
+
"__ZN2cv15ImageCollection8iteratorppEv",
|
|
3837
|
+
"_png_set_write_user_transform_fn",
|
|
3838
|
+
"__ZN2cv3hal8recip64fEPKdmS2_mPdmiiPv",
|
|
3839
|
+
"_jpeg_idct_12x12",
|
|
3840
|
+
"_ggml_compute_forward_cross_entropy_loss_masked_back",
|
|
3841
|
+
"_lzma_sha256_finish",
|
|
3842
|
+
"__ZN2cv3Mat6createEiPKii",
|
|
3843
|
+
"_ggml_backend_graph_copy",
|
|
3844
|
+
"_cvRectangle",
|
|
3845
|
+
"_ggml_vec_dot_iq2_xs_q8_K",
|
|
3846
|
+
"__ZN2cv6detail21check_failed_MatDepthEiiRKNS0_12CheckContextE",
|
|
3847
|
+
"_ggml_vec_soft_max_f32",
|
|
3848
|
+
"__ZN2cv8KeyPoint7convertERKNSt3__16vectorINS_6Point_IfEENS1_9allocatorIS4_EEEERNS2_IS0_NS5_IS0_EEEEffii",
|
|
3849
|
+
"_png_combine_row",
|
|
3850
|
+
"_ggml_view_3d",
|
|
3851
|
+
"__ZN2cvmlERKNS_7MatExprERKNS_3MatE",
|
|
3852
|
+
"_crc32",
|
|
3853
|
+
"_ggml_aligned_malloc",
|
|
3854
|
+
"_jpeg_idct_7x7",
|
|
3855
|
+
"_png_get_oFFs",
|
|
3856
|
+
"_TIFFFieldPassCount",
|
|
3857
|
+
"__ZN2cv15ImageCollection2atEi",
|
|
3858
|
+
"__ZN2cv9softfloatC1Ex",
|
|
3859
|
+
"_png_set_quantize",
|
|
3860
|
+
"__ZN2cv11bitwise_xorERKNS_11_InputArrayES2_RKNS_12_OutputArrayES2_",
|
|
3861
|
+
"__ZN2cv11transposeNDERKNS_11_InputArrayERKNSt3__16vectorIiNS3_9allocatorIiEEEERKNS_12_OutputArrayE",
|
|
3862
|
+
"_quantize_q6_K",
|
|
3863
|
+
"_ggml_geglu_erf_split",
|
|
3864
|
+
"_ggml_gemm_mxfp4_8x8_q8_0",
|
|
3865
|
+
"__ZN7easyocr4ggml15CrnnGen2Weights6build_ERKNS0_10GgufLoaderEP12ggml_backend",
|
|
3866
|
+
"__ZN2cv4readERKNS_8FileNodeERii",
|
|
3867
|
+
"_png_chunk_unknown_handling",
|
|
3868
|
+
"__ZN2cv11FileStorageC1ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_",
|
|
3869
|
+
"_png_write_sPLT",
|
|
3870
|
+
"__ZNK2cv3Mat3invEi",
|
|
3871
|
+
"_ggml_fp32_to_bf16_row_ref",
|
|
3872
|
+
"_WebPGetDecoderVersion",
|
|
3873
|
+
"__ZN2cv3Mat9push_backERKS0_",
|
|
3874
|
+
"__ZN2cv3hal6mul32sEPKimS2_mPimiiPv",
|
|
3875
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q6_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
|
|
3876
|
+
"__ZNK2cv3PCA11backProjectERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
3877
|
+
"_jpeg_suppress_tables",
|
|
3878
|
+
"_ggml_backend_buffer_copy_tensor",
|
|
3879
|
+
"__ZN4ggml3cpu6repack6repackI10block_q6_KLx8ELx8EEEiP11ggml_tensorPKvm",
|
|
3880
|
+
"__ZNK2cv8FileNode6isRealEv",
|
|
3881
|
+
"_cvGetDimSize",
|
|
3882
|
+
"__ZN2cv3powERKNS_11_InputArrayEdRKNS_12_OutputArrayE",
|
|
3883
|
+
"__ZNK2cv12_OutputArray6createEiiiibNS0_9DepthMaskE",
|
|
3884
|
+
"_cvCreateMatHeader",
|
|
3885
|
+
"_jpeg12_fdct_islow",
|
|
3886
|
+
"_jpeg_abort_decompress",
|
|
3887
|
+
"__ZN2cv4UMat20updateContinuityFlagEv",
|
|
3888
|
+
"_TIFFSetErrorHandler",
|
|
3889
|
+
"__ZN2cv15imreadanimationERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERNS_9AnimationEii",
|
|
3890
|
+
"_png_chunk_warning",
|
|
3891
|
+
"_png_set_chunk_malloc_max",
|
|
3892
|
+
"_lzma_check_finish",
|
|
3893
|
+
"_png_set_read_user_transform_fn",
|
|
3894
|
+
"__ZNK2cv11FileStorage20getFirstTopLevelNodeEv",
|
|
3895
|
+
"_TIFFMergeFieldInfo",
|
|
3896
|
+
"_ggml_gemm_q4_0_4x4_q8_0",
|
|
3897
|
+
"__ZN2cv10softdoubleC1Ex",
|
|
3898
|
+
"__ZNK2cv12_OutputArray5clearEv",
|
|
3899
|
+
"_cvSolvePoly",
|
|
3900
|
+
"__ZN2cv5utils11getThreadIDEv",
|
|
3901
|
+
"_TIFFOpenOptionsSetWarningHandlerExtR",
|
|
3902
|
+
"_TIFFXYZToRGB",
|
|
3903
|
+
"_WebPEncodeBGRA",
|
|
3904
|
+
"__ZN2cv3powERKNS_10softdoubleES2_",
|
|
3905
|
+
"_cvGet2D",
|
|
3906
|
+
"_ggml_graph_dump_dot",
|
|
3907
|
+
"_png_calculate_crc",
|
|
3908
|
+
"_png_get_signature",
|
|
3909
|
+
"_ggml_backend_buffer_get_max_size",
|
|
3910
|
+
"_ggml_backend_reg_dev_count",
|
|
3911
|
+
"__ZNK2cv10softdoublemlERKS0_",
|
|
3912
|
+
"__ZN2cv9transformERKNS_11_InputArrayERKNS_12_OutputArrayES2_",
|
|
3913
|
+
"_ggml_vec_dot_tq2_0_q8_0",
|
|
3914
|
+
"__ZNK2cv4UMat7reshapeEii",
|
|
3915
|
+
"__ZN2cv3MatC2EiiiPvm",
|
|
3916
|
+
"_ggml_cpu_extra_compute_forward",
|
|
3917
|
+
"_cvCloneMat",
|
|
3918
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGMLD1Ev",
|
|
3919
|
+
"_ggml_unary_op_name",
|
|
3920
|
+
"__ZN2cv3hal6min16uEPKtmS2_mPtmiiPv",
|
|
3921
|
+
"__ZN2cv9SparseMat3ptrEiibPm",
|
|
3922
|
+
"__ZN2cvmiERKNS_3MatERKNS_7MatExprE",
|
|
3923
|
+
"__tr_align",
|
|
3924
|
+
"_ggml_gemm_q4_K_8x8_q8_K_generic",
|
|
3925
|
+
"_ggml_gemv_q2_K_8x8_q8_K",
|
|
3926
|
+
"__ZN2cv3hal6SVD64fEPdmS1_S1_mS1_miii",
|
|
3927
|
+
"_ggml_backend_dev_backend_reg",
|
|
3928
|
+
"_ggml_softplus",
|
|
3929
|
+
"__ZN2cv3Mat6createERKNSt3__16vectorIiNS1_9allocatorIiEEEEi",
|
|
3930
|
+
"__TIFFRemoveEntryFromDirectoryListByOffset",
|
|
3931
|
+
"_TIFFDefaultDirectory",
|
|
3932
|
+
"__ZN2cv16FileNodeIteratorC2ERKS0_",
|
|
3933
|
+
"_cvReleaseMemStorage",
|
|
3934
|
+
"_WebPInitDecoderConfigInternal",
|
|
3935
|
+
"__ZN2cv4readERKNS_8FileNodeERNS_6DMatchERKS3_",
|
|
3936
|
+
"_ggml_cpu_has_fma",
|
|
3937
|
+
"_jpeg12_idct_2x2",
|
|
3938
|
+
"_inflateUndermine",
|
|
3939
|
+
"_cvSeqSlice",
|
|
3940
|
+
"__ZN2cv11RNG_MT19937C1Ej",
|
|
3941
|
+
"__ZN2cv16getVersionStringEv",
|
|
3942
|
+
"_lzma_block_decoder",
|
|
3943
|
+
"__ZN2cv23allocSingletonNewBufferEm",
|
|
3944
|
+
"_ggml_upscale_ext",
|
|
3945
|
+
"_png_icc_check_tag_table",
|
|
3946
|
+
"_quantize_mxfp4",
|
|
3947
|
+
"__TIFFsetFloatArray",
|
|
3948
|
+
"__ZNK2cv11_InputArray7getUMatEi",
|
|
3949
|
+
"__ZN2cv3hal7gemm32fEPKfmS2_mfS2_mfPfmiiii",
|
|
3950
|
+
"_cvSet",
|
|
3951
|
+
"_cvConvexityDefects",
|
|
3952
|
+
"__ZN2cv11FileStorage4Impl5getFSEv",
|
|
3953
|
+
"_jinit_arith_decoder",
|
|
3954
|
+
"_png_set_cHRM_fixed",
|
|
3955
|
+
"_ggml_vec_dot_tq2_0_q8_K_generic",
|
|
3956
|
+
"_png_push_save_buffer",
|
|
3957
|
+
"__ZN2cv9SparseMatC1EiPKii",
|
|
3958
|
+
"__Z24gguf_init_from_file_implP7__sFILE16gguf_init_params",
|
|
3959
|
+
"__ZN2cv5utils7logging11getLogLevelEv",
|
|
3960
|
+
"__ZN2cv3Mat6addrefEv",
|
|
3961
|
+
"__ZNK2cv8FileNode3matEv",
|
|
3962
|
+
"__ZNK2cv11FileStorage4Impl9bufferPtrEv",
|
|
3963
|
+
"__ZN2cv3hal7sqrt64fEPKdPdi",
|
|
3964
|
+
"_ggml_reshape_4d",
|
|
3965
|
+
"_TIFFFindField",
|
|
3966
|
+
"__ZN2cv3MatC2Eiii",
|
|
3967
|
+
"__ZN2cv3maxERKNS_3MatES2_RS0_",
|
|
3968
|
+
"_gzerror",
|
|
3969
|
+
"__ZN7easyocr4ggml10GgufLoaderD2Ev",
|
|
3970
|
+
"__ZN2cv15ImageCollectionC1Ev",
|
|
3971
|
+
"_ggml_backend_sched_get_buffer_size",
|
|
3972
|
+
"_cvGetTickFrequency",
|
|
3973
|
+
"_png_push_process_row",
|
|
3974
|
+
"_cvXor",
|
|
3975
|
+
"_jinit_phuff_encoder",
|
|
3976
|
+
"__ZNK7easyocr4ggml10GgufLoader10get_stringERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
3977
|
+
"_jdiv_round_up",
|
|
3978
|
+
"__ZN2cv3Mat20updateContinuityFlagEv",
|
|
3979
|
+
"_cvSeqPopMulti",
|
|
3980
|
+
"__ZN2cv6seqPopEP5CvSeqPv",
|
|
3981
|
+
"_ggml_cos_inplace",
|
|
3982
|
+
"__ZN2cv3MatC2ERKS0_RKNSt3__16vectorINS_5RangeENS3_9allocatorIS5_EEEE",
|
|
3983
|
+
"_ggml_cont_4d",
|
|
3984
|
+
"__ZN2cv23getPerspectiveTransformERKNS_11_InputArrayES2_i",
|
|
3985
|
+
"_gzoffset",
|
|
3986
|
+
"__ZN2cv11RNG_MT199377uniformEff",
|
|
3987
|
+
"__TIFFPrintFieldInfo",
|
|
3988
|
+
"_jpeg_get_small",
|
|
3989
|
+
"_lzma_memlimit_set",
|
|
3990
|
+
"_cvGraphRemoveVtx",
|
|
3991
|
+
"_ggml_glu_op_name",
|
|
3992
|
+
"__ZN4ggml3cpu6repack6repackI11block_mxfp4Lx8ELx8EEEiP11ggml_tensorPKvm",
|
|
3993
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInferenceD1Ev",
|
|
3994
|
+
"_cvConvexHull2",
|
|
3995
|
+
"__ZN2cv10fastMallocEm",
|
|
3996
|
+
"_TIFFFlushData",
|
|
3997
|
+
"_cvCreateGraph",
|
|
3998
|
+
"__ZN7easyocr4ggml12CraftWeightsD2Ev",
|
|
3999
|
+
"__ZN2cv8logPolarERKNS_11_InputArrayERKNS_12_OutputArrayENS_6Point_IfEEdi",
|
|
4000
|
+
"__ZNK2cv8FileNode4realEv",
|
|
4001
|
+
"_ggml_relu_inplace",
|
|
4002
|
+
"_png_read_row",
|
|
4003
|
+
"__ZN2cv3hal12magnitude32fEPKfS2_Pfi",
|
|
4004
|
+
"__ZN2cv3maxEdRKNS_3MatE",
|
|
4005
|
+
"_cvGetMat",
|
|
4006
|
+
"_ggml_gemv_q4_0_8x8_q8_0",
|
|
4007
|
+
"__ZNK2cv5MatOp11augAssignOrERKNS_7MatExprERNS_3MatE",
|
|
4008
|
+
"_png_write_iCCP",
|
|
4009
|
+
"_cvSubRS",
|
|
4010
|
+
"_quantize_row_q5_1_ref",
|
|
4011
|
+
"_TIFFReadEncodedTile",
|
|
4012
|
+
"__ZNK2cv5MatOp4typeERKNS_7MatExprE",
|
|
4013
|
+
"__ZNK2cv12MatAllocator8downloadEPNS_8UMatDataEPviPKmS5_S5_S5_",
|
|
4014
|
+
"__ZN2cv7ellipseERKNS_17_InputOutputArrayERKNS_11RotatedRectERKNS_7Scalar_IdEEii",
|
|
4015
|
+
"__ZN2cv8parallel14ParallelForAPID1Ev",
|
|
4016
|
+
"_png_get_rowbytes",
|
|
4017
|
+
"__ZN2cv5utils7logging14getLogTagLevelEPKc",
|
|
4018
|
+
"__ZN2cv9SparseMatC1Ev",
|
|
4019
|
+
"__ZN2cv9softfloatC1Ei",
|
|
4020
|
+
"_cvInitTreeNodeIterator",
|
|
4021
|
+
"_ggml_transpose",
|
|
4022
|
+
"_lzma_index_hash_decode",
|
|
4023
|
+
"_jpeg_resync_to_restart",
|
|
4024
|
+
"__ZN2cv5remapERKNS_11_InputArrayERKNS_12_OutputArrayES2_S2_iiRKNS_7Scalar_IdEE",
|
|
4025
|
+
"__ZN2cv3hal5QR32fEPfmiiiS1_mS1_",
|
|
4026
|
+
"_TIFFFlushData1",
|
|
4027
|
+
"__ZN2cv15ImageCollection8iteratorC2EPS0_i",
|
|
4028
|
+
"_ggml_backend_synchronize",
|
|
4029
|
+
"__ZNK2cv11FileStorageixEPKc",
|
|
4030
|
+
"_cvRandShuffle",
|
|
4031
|
+
"_ggml_geglu_quick_swapped",
|
|
4032
|
+
"_WebPDecode",
|
|
4033
|
+
"_png_get_rows",
|
|
4034
|
+
"__ZN2cv4UMatC1ERKS0_RKNS_5RangeES5_",
|
|
4035
|
+
"_ggml_scale_bias_inplace",
|
|
4036
|
+
"__ZN2cv3hal5Morph6createEiiiiiiPhmiiiiiPKdibb",
|
|
4037
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGML9decodeCTCERKN2cv3MatEi",
|
|
4038
|
+
"_lzma_sha256_update",
|
|
4039
|
+
"_png_app_error",
|
|
4040
|
+
"__TIFFClampDoubleToFloat",
|
|
4041
|
+
"_png_set_cHRM_XYZ_fixed",
|
|
4042
|
+
"_png_warning_parameter_unsigned",
|
|
4043
|
+
"__ZN2cvleERKNS_3MatEd",
|
|
4044
|
+
"__ZN2cv3MataSEOS0_",
|
|
4045
|
+
"__ZN2cv6detail24check_failed_MatChannelsEiiRKNS0_12CheckContextE",
|
|
4046
|
+
"__ZNK2cv12_OutputArray6assignERKNSt3__16vectorINS_3MatENS1_9allocatorIS3_EEEE",
|
|
4047
|
+
"_TIFFCurrentRow",
|
|
4048
|
+
"__ZN2cv3hal6log64fEPKdPdi",
|
|
4049
|
+
"__ZN4ggml3cpu13tensor_traitsD1Ev",
|
|
4050
|
+
"_cvCbrt",
|
|
4051
|
+
"_gguf_get_val_i8",
|
|
4052
|
+
"_ggml_backend_tensor_set",
|
|
4053
|
+
"__ZN2cv22SparseMatConstIteratorC1EPKNS_9SparseMatE",
|
|
4054
|
+
"__ZNK2cv11_InputArray4dimsEi",
|
|
4055
|
+
"__ZN4ggml3cpu6repack4gemmI11block_mxfp4Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
4056
|
+
"_ggml_cpu_has_fp16_va",
|
|
4057
|
+
"_png_get_hIST",
|
|
4058
|
+
"__ZN2cv16convexityDefectsERKNS_11_InputArrayES2_RKNS_12_OutputArrayE",
|
|
4059
|
+
"__ZN2cv11FileStorage4Impl13Base64Decoder8getUInt8Ev",
|
|
4060
|
+
"__ZNK2cv4UMat5cloneEv",
|
|
4061
|
+
"__ZNK2cv3Mat8assignToERS0_i",
|
|
4062
|
+
"__TIFFNoRowEncode",
|
|
4063
|
+
"__ZN2cv3MatC1ENS_5Size_IiEEi",
|
|
4064
|
+
"_cvCreateImageHeader",
|
|
4065
|
+
"__ZN2cv11FileStorage4Impl12writeRawDataERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEPKvm",
|
|
4066
|
+
"__ZNK2cv11FileStorage4Impl4rootEi",
|
|
4067
|
+
"__ZN2cv3minERKNS_3MatES2_",
|
|
4068
|
+
"_TIFFInitThunderScan",
|
|
4069
|
+
"__ZN2cv7hconcatERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
4070
|
+
"_j16init_d_main_controller",
|
|
4071
|
+
"__ZN2cv9AnimationC1EiNS_7Scalar_IdEE",
|
|
4072
|
+
"_ggml_im2col_3d",
|
|
4073
|
+
"__ZN2cv4UMatC2EiPKiiNS_14UMatUsageFlagsE",
|
|
4074
|
+
"_quantize_row_iq4_xs",
|
|
4075
|
+
"_cvResetImageROI",
|
|
4076
|
+
"_ggml_set_abort_callback",
|
|
4077
|
+
"_jpeg_finish_output",
|
|
4078
|
+
"_jinit_inverse_dct",
|
|
4079
|
+
"_lzma_lzma_decoder_memusage",
|
|
4080
|
+
"_cvAnd",
|
|
4081
|
+
"__ZN2cv3MatC2ERKS0_RKNS_5Rect_IiEE",
|
|
4082
|
+
"_lzma_code",
|
|
4083
|
+
"__ZN2cv3hal6mul32fEPKfmS2_mPfmiiPv",
|
|
4084
|
+
"__ZN2cv5writeERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS2_6vectorINS_6DMatchENS6_ISC_EEEE",
|
|
4085
|
+
"__ZN7easyocr4ggml8pipeline22StepDetectionInference11ensureGraphEii",
|
|
4086
|
+
"_png_formatted_warning",
|
|
4087
|
+
"__ZN2cv3MatC2ERKS0_",
|
|
4088
|
+
"__ZNK2cv8FileNode4typeEv",
|
|
4089
|
+
"__ZN2cv3LDAC1Ei",
|
|
4090
|
+
"_cvInitMatNDHeader",
|
|
4091
|
+
"_jinit_1pass_quantizer",
|
|
4092
|
+
"_WebPGetColorPalette",
|
|
4093
|
+
"__ZNK2cv12_OutputArray4moveERNS_4UMatE",
|
|
4094
|
+
"__ZN2cv5splitERKNS_11_InputArrayERKNS_12_OutputArrayE",
|
|
4095
|
+
"_ggml_set_i32",
|
|
4096
|
+
"__ZN2cv3Mat15getStdAllocatorEv",
|
|
4097
|
+
"_inflate_fast",
|
|
4098
|
+
"__ZN2cv8FileNode6isFlowEi",
|
|
4099
|
+
"_png_process_data_skip",
|
|
4100
|
+
"_png_do_strip_channel",
|
|
4101
|
+
"__ZN4ggml3cpu13tensor_traitsD0Ev",
|
|
4102
|
+
"__ZNK2cv7MatExpr5crossERKNS_3MatE",
|
|
4103
|
+
"_png_get_eXIf_1",
|
|
4104
|
+
"_ggml_backend_dev_supports_buft",
|
|
4105
|
+
"_ggml_compute_forward_fill",
|
|
4106
|
+
"_ggml_compute_forward_out_prod",
|
|
4107
|
+
"_png_get_mDCV_fixed",
|
|
4108
|
+
"__ZN2cv5instr8getFlagsEv",
|
|
4109
|
+
"_cvPrevTreeNode",
|
|
4110
|
+
"_png_safecat",
|
|
4111
|
+
"__ZN2cv3hal9magnitudeEPKfS2_Pfi",
|
|
4112
|
+
"__ZNK2cv10softdoublemiERKS0_",
|
|
4113
|
+
"_quantize_row_q5_K",
|
|
4114
|
+
"__ZN2cv3ipp12setIppStatusEiPKcS2_i",
|
|
4115
|
+
"_ggml_compute_forward_cross_entropy_loss",
|
|
4116
|
+
"_png_chunk_error",
|
|
4117
|
+
"_jpeg_idct_3x3",
|
|
4118
|
+
"__ZNK2cv7MatExprclERKNS_5RangeES3_",
|
|
4119
|
+
"__Z7cvTruncRKN2cv10softdoubleE",
|
|
4120
|
+
"__ZN2cv10fitEllipseERKNS_11_InputArrayE",
|
|
4121
|
+
"__ZN2cv3MatC1ERKNSt3__16vectorIiNS1_9allocatorIiEEEEiPvPKm",
|
|
4122
|
+
"__ZN2cv3RNG4fillERKNS_17_InputOutputArrayEiRKNS_11_InputArrayES6_b",
|
|
4123
|
+
"__ZN2cv3hal6add64fEPKdmS2_mPdmiiPv",
|
|
4124
|
+
"_ggml_vec_dot_iq1_s_q8_K_generic",
|
|
4125
|
+
"_TIFFCIELab16ToXYZ",
|
|
4126
|
+
"_ggml_add_rel_pos",
|
|
4127
|
+
"_TIFFOpenOptionsSetMaxCumulatedMemAlloc",
|
|
4128
|
+
"_ggml_timestep_embedding",
|
|
4129
|
+
"_lzma_next_filter_init",
|
|
4130
|
+
"_png_resolve_file_gamma",
|
|
4131
|
+
"__ZN2cv3hal6min16sEPKsmS2_mPsmiiPv",
|
|
4132
|
+
"__ZN2cv11FileStorage4Impl27get_state_of_writing_base64Ev",
|
|
4133
|
+
"_png_set_tIME",
|
|
4134
|
+
"__ZN2cv3Mat6resizeEm",
|
|
4135
|
+
"__ZNK11CvSparseMat15copyToSparseMatERN2cv9SparseMatE",
|
|
4136
|
+
"__ZN2cv3hal13addWeighted8sEPKamS2_mPamiiPv",
|
|
4137
|
+
"_lzma_lzma_lclppb_encode",
|
|
4138
|
+
"_lzma_simple_ia64_decoder_init",
|
|
4139
|
+
"_ggml_backend_buffer_get_base",
|
|
4140
|
+
"_j12init_color_deconverter",
|
|
4141
|
+
"_png_push_have_info",
|
|
4142
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGML13softmaxArgmaxERKN2cv3MatEiii",
|
|
4143
|
+
"_ggml_cpu_has_sve",
|
|
4144
|
+
"__ZN2cv3MatC2EiiiRKNS_7Scalar_IdEE",
|
|
4145
|
+
"__ZN2cv11FileStorage4Impl11setNonEmptyEv",
|
|
4146
|
+
"__ZN2cv3hal6min32fEPKfmS2_mPfmiiPv",
|
|
4147
|
+
"__ZNK2cv15ImageCollection4Impl5widthEv",
|
|
4148
|
+
"_jpeg_idct_15x15",
|
|
4149
|
+
"_gguf_get_arr_type",
|
|
4150
|
+
"_ggml_graph_plan",
|
|
4151
|
+
"__ZN2cv15getVersionMajorEv",
|
|
4152
|
+
"__ZN2cv11FileStorage4ImplD1Ev",
|
|
4153
|
+
"_cvInsertNodeIntoTree",
|
|
4154
|
+
"_cvSeqRemoveSlice",
|
|
4155
|
+
"__ZN2cv11mixChannelsERKNS_11_InputArrayERKNS_17_InputOutputArrayERKNSt3__16vectorIiNS6_9allocatorIiEEEE",
|
|
4156
|
+
"_png_get_pixel_aspect_ratio_fixed",
|
|
4157
|
+
"_TIFFSetupStrips",
|
|
4158
|
+
"__ZN2cvleERKNS_3MatES2_",
|
|
4159
|
+
"__ZN2cvneERKNS_3MatEd",
|
|
4160
|
+
"__ZNK2cv3Mat1tEv",
|
|
4161
|
+
"__ZN2cv15ImageCollection12releaseCacheEi",
|
|
4162
|
+
"__ZN17OcrBackendsHandleC1EOS_",
|
|
4163
|
+
"__ZNK2cv12MatAllocator4copyEPNS_8UMatDataES2_iPKmS4_S4_S4_S4_b",
|
|
4164
|
+
"_ggml_backend_buffer_name",
|
|
4165
|
+
"_WebPDemuxPrevChunk",
|
|
4166
|
+
"__ZN2cv3PCAC2ERKNS_11_InputArrayES3_id",
|
|
4167
|
+
"__ZN2cvgeERKNS_3MatEd",
|
|
4168
|
+
"__ZN2cvlsERNS_11FileStorageERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
|
|
4169
|
+
"_WebPDecodeRGBA",
|
|
4170
|
+
"_jpeg_gen_optimal_table",
|
|
4171
|
+
"_cvRepeat",
|
|
4172
|
+
"__ZN2cv16FileNodeIterator7readRawERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPvm",
|
|
4173
|
+
"_gzseek",
|
|
4174
|
+
"__ZN2cv7details24setFPDenormalsIgnoreHintEbRNS0_20FPDenormalsModeStateE",
|
|
4175
|
+
"_ggml_vec_dot_iq4_nl_q8_0_generic",
|
|
4176
|
+
"_inflate",
|
|
4177
|
+
"__ZN2cv12GaussianBlurERKNS_11_InputArrayERKNS_12_OutputArrayENS_5Size_IiEEddiNS_13AlgorithmHintE",
|
|
4178
|
+
"__ZN4ggml3cpu6repack6repackI10block_q8_0Lx4ELx4EEEiP11ggml_tensorPKvm",
|
|
4179
|
+
"__ZN2cv15ImageCollection3endEv",
|
|
4180
|
+
"_jpeg_idct_10x10",
|
|
4181
|
+
"__ZN4ggml3cpu6repack4gemvI10block_q8_0Lx8ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
|
|
4182
|
+
"_ggml_hardsigmoid",
|
|
4183
|
+
"_ggml_row_size",
|
|
4184
|
+
"_gguf_get_version",
|
|
4185
|
+
"__ZNK2cv3Mat5step1Ei",
|
|
4186
|
+
"_ggml_cpu_has_avx512",
|
|
4187
|
+
"_ggml_out_prod",
|
|
4188
|
+
"_ggml_threadpool_params_init",
|
|
4189
|
+
"__ZN2cv3hal8gemm64fcEPKdmS2_mdS2_mdPdmiiii",
|
|
4190
|
+
"_j12init_d_coef_controller",
|
|
4191
|
+
"_png_write_sCAL_s",
|
|
4192
|
+
"_cvCreateMat",
|
|
4193
|
+
"_WebPAnimEncoderGetChunk",
|
|
4194
|
+
"_ggml_gemm_q2_K_8x8_q8_K_generic",
|
|
4195
|
+
"_TIFFReadDirectory",
|
|
4196
|
+
"_lzma_filters_free",
|
|
4197
|
+
"__ZN2cv3hal2LUEPfmiS1_mi",
|
|
4198
|
+
"_TIFFSwabArrayOfLong",
|
|
4199
|
+
"_ggml_backend_graph_copy_free",
|
|
4200
|
+
"__ZN2cv6detail17check_failed_autoEiiRKNS0_12CheckContextE",
|
|
4201
|
+
"_ggml_backend_event_wait",
|
|
4202
|
+
"_png_info_init_3",
|
|
4203
|
+
"_png_get_cLLI_fixed",
|
|
4204
|
+
"_ggml_vec_dot_tq2_0_q8_1_generic",
|
|
4205
|
+
"_ggml_backend_reg_get_proc_address",
|
|
4206
|
+
"_TIFFScanlineSize",
|
|
4207
|
+
"__ZN2cv3cosERKNS_10softdoubleE",
|
|
4208
|
+
"_ggml_compute_forward_rms_norm",
|
|
4209
|
+
"_ggml_conv_1d_dw",
|
|
4210
|
+
"_ggml_backend_dev_description",
|
|
4211
|
+
"_ggml_mul_inplace",
|
|
4212
|
+
"_ggml_cpu_has_dotprod",
|
|
4213
|
+
"_ggml_unravel_index",
|
|
4214
|
+
"_ggml_l2_norm",
|
|
4215
|
+
"_ggml_backend_dev_get_props",
|
|
4216
|
+
"__tr_tally",
|
|
4217
|
+
"__ZN2cv3hal8recip16sEPKsmS2_mPsmiiPv",
|
|
4218
|
+
"_WebPMuxNumChunks",
|
|
4219
|
+
"__ZN2cv4UMataSERKS0_",
|
|
4220
|
+
"_lzma_raw_encoder",
|
|
4221
|
+
"__ZNK2cv4UMat8assignToERS0_i",
|
|
4222
|
+
"_jpeg_write_tables",
|
|
4223
|
+
"_png_get_x_offset_inches",
|
|
4224
|
+
"_png_get_y_pixels_per_meter",
|
|
4225
|
+
"_png_write_start_row",
|
|
4226
|
+
"__ZN2cv5utils5trace7details6Region4ImplD2Ev",
|
|
4227
|
+
"_ggml_compute_forward_add1",
|
|
4228
|
+
"_ggml_compute_forward_arange",
|
|
4229
|
+
"__ZN2cv3hal6sub64fEPKdmS2_mPdmiiPv",
|
|
4230
|
+
"_TIFFOpen",
|
|
4231
|
+
"__ZNK2cv14DefaultDeleterI9_IplImageEclEPS1_",
|
|
4232
|
+
"__ZN2cv3hal12cvtGraytoBGREPKhmPhmiiii",
|
|
4233
|
+
"_ggml_compute_forward_elu",
|
|
4234
|
+
"_ggml_cpu_fp32_to_i32",
|
|
4235
|
+
"_TIFFFdOpenExt",
|
|
4236
|
+
"_lzma_index_iter_rewind",
|
|
4237
|
+
"_lzma_index_stream_padding",
|
|
4238
|
+
"_TIFFGetStrileOffset",
|
|
4239
|
+
"_ggml_compute_forward_sgn",
|
|
4240
|
+
"_cvMaxS",
|
|
4241
|
+
"__TIFFsetLongArrayExt",
|
|
4242
|
+
"__ZN2cv4UMatC1EiPKiiNS_14UMatUsageFlagsE",
|
|
4243
|
+
"_cvBackProjectPCA",
|
|
4244
|
+
"_lzma_simple_sparc_encoder_init",
|
|
4245
|
+
"__ZN2cv5utils10BufferArea6commitEv",
|
|
4246
|
+
"_ggml_opt_step_adamw",
|
|
4247
|
+
"_j16init_color_deconverter",
|
|
4248
|
+
"_quantize_row_q5_0_ref",
|
|
4249
|
+
"_png_get_cHRM_fixed",
|
|
4250
|
+
"__ZN2cv3minEdRKNS_3MatE",
|
|
4251
|
+
"__ZN2cv4readERKNS_8FileNodeERNSt3__16vectorINS_6DMatchENS3_9allocatorIS5_EEEE",
|
|
4252
|
+
"_TIFFYCbCrToRGBInit",
|
|
4253
|
+
"__Z7cvTruncRKN2cv9softfloatE",
|
|
4254
|
+
"__ZN2cvmiERKNS_3MatERKNS_7Scalar_IdEE",
|
|
4255
|
+
"_TIFFErrorExtR",
|
|
4256
|
+
"__ZN2cv3hal6mul16sEPKsmS2_mPsmiiPv",
|
|
4257
|
+
"__ZN2cv10softdoubleC1Ey",
|
|
4258
|
+
"__ZN2cv13imdecodemultiERKNS_11_InputArrayEiRNSt3__16vectorINS_3MatENS3_9allocatorIS5_EEEERKNS_5RangeE",
|
|
4259
|
+
"__ZN2cv5utils10BufferArea8zeroFillEv",
|
|
4260
|
+
"__ZN2cv3hal6add16sEPKsmS2_mPsmiiPv",
|
|
4261
|
+
"__ZN2cv3hal6div32sEPKimS2_mPimiiPv",
|
|
4262
|
+
"_cvGetPerspectiveTransform",
|
|
4263
|
+
"__ZN2cv6detail17check_failed_autoEiRKNS0_12CheckContextE",
|
|
4264
|
+
"__ZN2cv8CholeskyEPfmiS0_mi",
|
|
4265
|
+
"_lzma_raw_coder_memusage",
|
|
4266
|
+
"_ggml_gallocr_reserve",
|
|
4267
|
+
"_quantize_q2_K",
|
|
4268
|
+
"__ZN2cv11RNG_MT19937C1Ev",
|
|
4269
|
+
"_png_malloc_default",
|
|
4270
|
+
"_ggml_add1",
|
|
4271
|
+
"__TIFFsetFloatArrayExt",
|
|
4272
|
+
"_lzma_simple_props_decode",
|
|
4273
|
+
"__TIFFSetupFields",
|
|
4274
|
+
"__ZN5doctr4ggml8pipeline24StepDoctrRecognitionGGML7processENS1_24StepDoctrDetectionOutputEPKNSt3__16atomicIbEE",
|
|
4275
|
+
"_cvSeqPushFront",
|
|
4276
|
+
"__ZN5doctr4ggml8pipeline22StepDoctrDetectionGGMLD2Ev",
|
|
4277
|
+
"_ggml_get_rows"
|
|
4278
|
+
],
|
|
4279
|
+
"weak": [
|
|
4280
|
+
"__ZZZN28qvac_lib_inference_addon_cpp16OutputCallBackJs26initializeProcessingThreadENSt3__110shared_ptrINS_11OutputQueueEEEENKUlvE_clEvENUlP11uv_handle_sE_8__invokeES7_",
|
|
4281
|
+
"__ZZN28qvac_lib_inference_addon_cpp2js11JsAsyncTask10onCompleteEP10uv_async_sENUlP11uv_handle_sE_8__invokeES5_",
|
|
4282
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface8activateEP8js_env_sP18js_callback_info_s",
|
|
4283
|
+
"__ZZN28qvac_lib_inference_addon_cpp6logger8JsLogger13releaseLoggerEP8js_env_sP18js_callback_info_sENUlP11uv_handle_sE_8__invokeES7_",
|
|
4284
|
+
"__ZN23qvac_lib_infer_ocr_ggml14createInstanceEP8js_env_sP18js_callback_info_s",
|
|
4285
|
+
"__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger13asyncCallbackEP10uv_async_s",
|
|
4286
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface9setLoggerEP8js_env_sP18js_callback_info_s",
|
|
4287
|
+
"__ZN28qvac_lib_inference_addon_cpp16OutputCallBackJs16jsOutputCallbackEP10uv_async_s",
|
|
4288
|
+
"__ZN23qvac_lib_infer_ocr_ggml6runJobEP8js_env_sP18js_callback_info_s",
|
|
4289
|
+
"__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm1EEE10__dispatchB8ne190102IONS1_9__variant15__value_visitorIZZN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerC1EvENKUlRKNS_6vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENSG_ISL_EEEEE_clESP_EUlOT_E_EEJRKNS0_6__baseILNS0_6_TraitE0EJdxEEEEEEDcSR_DpT0_",
|
|
4290
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface6cancelEP8js_env_sP18js_callback_info_s",
|
|
4291
|
+
"__ZN28qvac_lib_inference_addon_cpp2js11JsAsyncTask10onCompleteEP10uv_async_s",
|
|
4292
|
+
"__ZZN28qvac_lib_inference_addon_cpp16OutputCallBackJsD1EvENUlP11uv_handle_sE_8__invokeES2_",
|
|
4293
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface15destroyInstanceEP8js_env_sP18js_callback_info_s",
|
|
4294
|
+
"__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm0EEE10__dispatchB8ne190102IONS1_9__variant15__value_visitorIZZN28qvac_lib_inference_addon_cpp9out_handl27JsRuntimeStatsOutputHandlerC1EvENKUlRKNS_6vectorINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_7variantIJdxEEEEENSG_ISL_EEEEE_clESP_EUlOT_E_EEJRKNS0_6__baseILNS0_6_TraitE0EJdxEEEEEEDcSR_DpT0_",
|
|
4295
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface11loadWeightsEP8js_env_sP18js_callback_info_s",
|
|
4296
|
+
"__ZZZN28qvac_lib_inference_addon_cpp6logger8JsLogger9setLoggerEP8js_env_sP18js_callback_info_sENKUlvE0_clEvENUlP11uv_handle_sE_8__invokeES8_",
|
|
4297
|
+
"__ZN28qvac_lib_inference_addon_cpp11JsInterface13releaseLoggerEP8js_env_sP18js_callback_info_s"
|
|
4298
|
+
]
|
|
4299
|
+
}
|
|
4300
|
+
}
|
|
4301
|
+
],
|
|
4302
|
+
"flags": [
|
|
4303
|
+
{
|
|
4304
|
+
"attributes": [
|
|
4305
|
+
"not_app_extension_safe"
|
|
4306
|
+
]
|
|
4307
|
+
}
|
|
4308
|
+
],
|
|
4309
|
+
"install_names": [
|
|
4310
|
+
{
|
|
4311
|
+
"name": "qvac__ocr-ggml@0.bare"
|
|
4312
|
+
}
|
|
4313
|
+
],
|
|
4314
|
+
"target_info": [
|
|
4315
|
+
{
|
|
4316
|
+
"min_deployment": "12",
|
|
4317
|
+
"target": "x86_64-macos"
|
|
4318
|
+
}
|
|
4319
|
+
]
|
|
4320
|
+
},
|
|
4321
|
+
"tapi_tbd_version": 5
|
|
4322
|
+
}
|