@qvac/translation-nmtcpp 0.1.0

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.
Files changed (109) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +470 -0
  3. package/binding.js +1 -0
  4. package/index.d.ts +82 -0
  5. package/index.js +188 -0
  6. package/lib/error.js +65 -0
  7. package/marian.js +186 -0
  8. package/package.json +69 -0
  9. package/prebuilds/android-arm/qvac__translation-nmtcpp.bare +0 -0
  10. package/prebuilds/android-arm64/qvac__translation-nmtcpp.bare +0 -0
  11. package/prebuilds/android-ia32/qvac__translation-nmtcpp.bare +0 -0
  12. package/prebuilds/android-x64/qvac__translation-nmtcpp.bare +0 -0
  13. package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare +0 -0
  14. package/prebuilds/darwin-arm64/qvac__translation-nmtcpp.bare.exports +3622 -0
  15. package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare +0 -0
  16. package/prebuilds/darwin-x64/qvac__translation-nmtcpp.bare.exports +3731 -0
  17. package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare +0 -0
  18. package/prebuilds/ios-arm64/qvac__translation-nmtcpp.bare.exports +3603 -0
  19. package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare +0 -0
  20. package/prebuilds/ios-arm64-simulator/qvac__translation-nmtcpp.bare.exports +3603 -0
  21. package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare +0 -0
  22. package/prebuilds/ios-x64-simulator/qvac__translation-nmtcpp.bare.exports +3720 -0
  23. package/prebuilds/linux-x64/qvac__translation-nmtcpp.bare +0 -0
  24. package/prebuilds/win32-x64/qvac__translation-nmtcpp.bare +0 -0
  25. package/prebuilds/win32-x64/qvac__translation-nmtcpp.bare.exports +0 -0
  26. package/third-party/indic-processor-deps/indicnlp/INDIC_NLP_LICENCE +9 -0
  27. package/third-party/indic-processor-deps/indicnlp/index.js +11 -0
  28. package/third-party/indic-processor-deps/indicnlp/indic_detokenize.js +141 -0
  29. package/third-party/indic-processor-deps/indicnlp/indic_normalize.js +1213 -0
  30. package/third-party/indic-processor-deps/indicnlp/indic_tokenize.js +123 -0
  31. package/third-party/indic-processor-deps/indicnlp/langinfo.js +609 -0
  32. package/third-party/indic-processor-deps/indicnlp/sinhala_transliterator.js +197 -0
  33. package/third-party/indic-processor-deps/indicnlp/unicode_transliterator.js +120 -0
  34. package/third-party/indic-processor-deps/sacremoses/SACREMOSES_LICENCE +21 -0
  35. package/third-party/indic-processor-deps/sacremoses/cjk.js +202 -0
  36. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/README.txt +8 -0
  37. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.as +65 -0
  38. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.bn +65 -0
  39. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ca +75 -0
  40. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.cs +390 -0
  41. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.de +325 -0
  42. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.el +1568 -0
  43. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.en +123 -0
  44. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.es +118 -0
  45. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.et +138 -0
  46. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.fi +138 -0
  47. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.fr +153 -0
  48. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ga +48 -0
  49. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.gu +105 -0
  50. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.hi +113 -0
  51. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.hu +103 -0
  52. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.is +251 -0
  53. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.it +180 -0
  54. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.kn +70 -0
  55. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.lt +698 -0
  56. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.lv +100 -0
  57. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ml +67 -0
  58. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.mni +65 -0
  59. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.mr +113 -0
  60. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.nl +115 -0
  61. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.or +101 -0
  62. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pa +102 -0
  63. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pl +283 -0
  64. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.pt +210 -0
  65. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ro +38 -0
  66. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ru +293 -0
  67. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sk +474 -0
  68. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sl +78 -0
  69. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.sv +97 -0
  70. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.ta +71 -0
  71. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.tdt +210 -0
  72. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.te +70 -0
  73. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.yue +53 -0
  74. package/third-party/indic-processor-deps/sacremoses/data/nonbreaking_prefixes/nonbreaking_prefix.zh +53 -0
  75. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/CJK.txt +23246 -0
  76. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/CJKSymbols.txt +1 -0
  77. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Close_Punctuation.txt +1 -0
  78. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Currency_Symbol.txt +1 -0
  79. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Han.txt +1 -0
  80. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hangul.txt +1 -0
  81. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hangul_Syllables.txt +1 -0
  82. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Hiragana.txt +1 -0
  83. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlnum-unichars-au.txt +1 -0
  84. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlnum.txt +1 -0
  85. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlpha-unichars-au.txt +1 -0
  86. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsAlpha.txt +1 -0
  87. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsLower.txt +1 -0
  88. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsN.txt +1 -0
  89. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsPf.txt +1 -0
  90. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsPi.txt +1 -0
  91. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsSc.txt +1 -0
  92. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsSo.txt +1 -0
  93. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/IsUpper.txt +1 -0
  94. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Katakana.txt +1 -0
  95. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Line_Separator.txt +1 -0
  96. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Lowercase_Letter.txt +1 -0
  97. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Number.txt +1 -0
  98. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Open_Punctuation.txt +1 -0
  99. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Punctuation.txt +1 -0
  100. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Separator.txt +1 -0
  101. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Symbol.txt +1 -0
  102. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Titlecase_Letter.txt +1 -0
  103. package/third-party/indic-processor-deps/sacremoses/data/perluniprops/Uppercase_Letter.txt +1 -0
  104. package/third-party/indic-processor-deps/sacremoses/index.js +8 -0
  105. package/third-party/indic-processor-deps/sacremoses/indic.js +76 -0
  106. package/third-party/indic-processor-deps/sacremoses/normalizer.js +264 -0
  107. package/third-party/indic-processor-deps/sacremoses/pernuliprops.js +287 -0
  108. package/third-party/indic-processor-deps/sacremoses/tokenizer.js +1217 -0
  109. package/third-party/indic-processor.js +565 -0
@@ -0,0 +1,3603 @@
1
+ {
2
+ "main_library": {
3
+ "compatibility_versions": [
4
+ {
5
+ "version": "0"
6
+ }
7
+ ],
8
+ "current_versions": [
9
+ {
10
+ "version": "0.1"
11
+ }
12
+ ],
13
+ "exported_symbols": [
14
+ {
15
+ "data": {
16
+ "global": [
17
+ "__ZTSN6google8protobuf8internal19ImplicitWeakMessageE",
18
+ "__ZN4absl12lts_2024072218container_internal16GroupAArch64Impl6kWidthE",
19
+ "__ZTVN6google8protobuf2io19LimitingInputStreamE",
20
+ "__ZTIN4ggml3cpu13tensor_traitsE",
21
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1dE",
22
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE17has_signaling_NaNE",
23
+ "__ZTSN6google8protobuf2io25CopyingInputStreamAdaptorE",
24
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE5trapsE",
25
+ "__ZTSN13sentencepiece14ModelInterfaceE",
26
+ "__ZN13sentencepiece11TrainerSpec5Impl_56_i_give_permission_to_break_this_code_default_eos_piece_E",
27
+ "__ZTSN4ggml3cpu17extra_buffer_typeE",
28
+ "__ZN6google8protobuf8internal14WireFormatLite21kWireTypeForFieldTypeE",
29
+ "__ZTIN13sentencepiece10normalizer10NormalizerE",
30
+ "__ZTVN13sentencepiece10normalizer10NormalizerE",
31
+ "__ZTIN4absl12lts_2024072214flags_internal8FlagImplE",
32
+ "__ZTIN6google8protobuf11MessageLiteE",
33
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE10is_integerE",
34
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE6digitsE",
35
+ "__ZN4absl12lts_2024072219str_format_internal13ConvTagHolder5valueE",
36
+ "__ZTVN6google8protobuf8internal12FieldSkipperE",
37
+ "__ZTIN6google8protobuf8internal12FieldSkipperE",
38
+ "__ZN4absl12lts_2024072224synchronization_internal10WaiterBase12kIdlePeriodsE",
39
+ "__ZN6google8protobuf8internal28init_protobuf_defaults_stateE",
40
+ "__ZTVN13sentencepiece9character5ModelE",
41
+ "__ZTSN6google8protobuf2io18StringOutputStreamE",
42
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE14max_exponent10E",
43
+ "__ZTSN6google8protobuf2io17ArrayOutputStreamE",
44
+ "__ZTSN6google8protobuf2io19OstreamOutputStreamE",
45
+ "__ZTIN6google8protobuf2io24ConcatenatingInputStreamE",
46
+ "__ZN6google8protobuf8internal14WireFormatLite23kMessageSetItemStartTagE",
47
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1AE",
48
+ "__ZTSN6google8protobuf2io19LimitingInputStreamE",
49
+ "__ZN6google8protobuf8internal14WireFormatLite23kMessageSetItemTagsSizeE",
50
+ "__ZTIN6google8protobuf2io15FileInputStream22CopyingFileInputStreamE",
51
+ "__ZN6google8protobuf2io17CodedOutputStream36default_serialization_deterministic_E",
52
+ "__ZTSN13sentencepiece3bpe5ModelE",
53
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE14is_specializedE",
54
+ "__ZTSN4absl12lts_2024072214flags_internal18FlagStateInterfaceE",
55
+ "__ZTSN6google8protobuf2io15FileInputStreamE",
56
+ "__ZN4absl12lts_2024072218container_internal11kEmptyGroupE",
57
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE13has_quiet_NaNE",
58
+ "__ZN4absl12lts_2024072213base_internal8SpinLock27kSpinLockDisabledSchedulingE",
59
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1gE",
60
+ "__ZTVN6google8protobuf8internal19ImplicitWeakMessageE",
61
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE9is_moduloE",
62
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE17has_signaling_NaNE",
63
+ "__ZTSN4absl12lts_2024072214flags_internal8FlagImplE",
64
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE9is_iec559E",
65
+ "__ZTSN6google8protobuf2io26CopyingOutputStreamAdaptorE",
66
+ "__ZTSN13sentencepiece7unigram5ModelE",
67
+ "__ZTVN4absl12lts_2024072213time_internal4cctz12TimeZoneLibCE",
68
+ "__ZN13sentencepiece43_ModelProto_SentencePiece_default_instance_E",
69
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE11round_styleE",
70
+ "__ZTVN6google8protobuf2io19OstreamOutputStreamE",
71
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE11round_styleE",
72
+ "__ZTVN13sentencepiece14ModelInterfaceE",
73
+ "__ZTIN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamE",
74
+ "__ZTVN6google8protobuf8internal12ExtensionSet20LazyMessageExtensionE",
75
+ "__ZTVN6google8protobuf2io26CopyingOutputStreamAdaptorE",
76
+ "__ZTIN6google8protobuf2io19OstreamOutputStreamE",
77
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE14min_exponent10E",
78
+ "__ZN6google8protobuf20stringpiece_internal11StringPiece4nposE",
79
+ "__ZTVN13sentencepiece17SentencePieceTextE",
80
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1aE",
81
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE5radixE",
82
+ "__ZN6google8protobuf8internal14WireFormatLite20kMessageSetTypeIdTagE",
83
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE13has_quiet_NaNE",
84
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1xE",
85
+ "_ggml_arm_arch_features",
86
+ "__ZN6google8protobuf8internal38implicit_weak_message_default_instanceE",
87
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE10is_boundedE",
88
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1XE",
89
+ "__ZTIN6google8protobuf2io25CopyingInputStreamAdaptorE",
90
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal5kNoneE",
91
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiter5kNameE",
92
+ "__ZN4absl12lts_2024072214ascii_internal8kToLowerE",
93
+ "__ZN4absl12lts_2024072216raw_log_internal21internal_log_functionE",
94
+ "__ZTIN6google8protobuf2io26CopyingOutputStreamAdaptorE",
95
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE14min_exponent10E",
96
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1dE",
97
+ "__ZN4absl12lts_2024072216numbers_internal8kHexCharE",
98
+ "__ZTVN4absl12lts_2024072213time_internal4cctz12TimeZoneInfoE",
99
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE9is_signedE",
100
+ "__ZN6google8protobuf8internal26fixed_address_empty_stringE",
101
+ "__ZTVN6google8protobuf2io16FileOutputStreamE",
102
+ "__ZTSN6google8protobuf14FatalExceptionE",
103
+ "__ZTIN13sentencepiece14ModelInterfaceE",
104
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal5kStarE",
105
+ "_ggml_metallib_start",
106
+ "__ZTIN6google8protobuf2io15FileInputStreamE",
107
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1xE",
108
+ "__ZTVN4ggml3cpu13tensor_traitsE",
109
+ "__ZTVN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamE",
110
+ "__ZTVN13sentencepiece7unigram5ModelE",
111
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1AE",
112
+ "__ZTSN13sentencepiece14NormalizerSpecE",
113
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE12max_digits10E",
114
+ "__ZTVN13sentencepiece10ModelProtoE",
115
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1oE",
116
+ "__ZN13sentencepiece38_SelfTestData_Sample_default_instance_E",
117
+ "__ZTSN6google8protobuf2io15FileInputStream22CopyingFileInputStreamE",
118
+ "__ZTIN13sentencepiece12SelfTestDataE",
119
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1oE",
120
+ "__ZTSN13sentencepiece22SentencePieceProcessorE",
121
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal8kNumericE",
122
+ "__ZN13sentencepiece11TrainerSpec5Impl_58_i_give_permission_to_break_this_code_default_unk_surface_E",
123
+ "__ZTSN6google8protobuf2io24ConcatenatingInputStreamE",
124
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1FE",
125
+ "__ZTVN13sentencepiece31SentencePieceText_SentencePieceE",
126
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1gE",
127
+ "__ZTIN13sentencepiece3bpe5ModelE",
128
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1nE",
129
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1sE",
130
+ "__ZTVN6google8protobuf2io24ConcatenatingInputStreamE",
131
+ "__ZTIN6google8protobuf8internal12ExtensionSet20LazyMessageExtensionE",
132
+ "__ZTVN6google8protobuf11MessageLiteE",
133
+ "__ZTSN13sentencepiece7unigram7LatticeE",
134
+ "__ZTVN4absl12lts_2024072215CommandLineFlagE",
135
+ "__ZTSN6google8protobuf2io16ArrayInputStreamE",
136
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1vE",
137
+ "__ZN13sentencepiece29_ModelProto_default_instance_E",
138
+ "__ZTSN13sentencepiece31SentencePieceText_SentencePieceE",
139
+ "__ZTSN13sentencepiece10ModelProtoE",
140
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE9is_moduloE",
141
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE15has_denorm_lossE",
142
+ "__ZTVN13sentencepiece24ModelProto_SentencePieceE",
143
+ "__ZTIN35qvac_lib_inference_addon_mlc_marian16TranslationModelE",
144
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE12min_exponentE",
145
+ "__ZTIN13sentencepiece4word5ModelE",
146
+ "__ZTSN6google8protobuf11MessageLiteE",
147
+ "__ZN6google8protobuf8internal15ThreadSafeArena23lifecycle_id_generator_E",
148
+ "__ZTIN13sentencepiece10ModelProtoE",
149
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE9is_iec559E",
150
+ "__ZTIN13sentencepiece19SelfTestData_SampleE",
151
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1GE",
152
+ "__ZTSN6google8protobuf7ClosureE",
153
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1fE",
154
+ "__ZTSN4ggml3cpu13tensor_traitsE",
155
+ "__ZN13sentencepiece50_SentencePieceText_SentencePiece_default_instance_E",
156
+ "__ZN4absl12lts_2024072214ascii_internal13kPropertyBitsE",
157
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1nE",
158
+ "__ZTVN6google8protobuf2io15FileInputStream22CopyingFileInputStreamE",
159
+ "__ZN4absl12lts_2024072224synchronization_internal13KernelTimeout9kMaxNanosE",
160
+ "__ZTSN13sentencepiece11TrainerSpecE",
161
+ "__ZTVN6google8protobuf2io18CopyingInputStreamE",
162
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1XE",
163
+ "__ZTIN13sentencepiece31SentencePieceText_SentencePieceE",
164
+ "__ZTVN4absl12lts_2024072214flags_internal18FlagStateInterfaceE",
165
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE8is_exactE",
166
+ "__ZTVN13sentencepiece19SelfTestData_SampleE",
167
+ "__ZTVN13sentencepiece7unigram7LatticeE",
168
+ "__ZN13sentencepiece33_NormalizerSpec_default_instance_E",
169
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE15tinyness_beforeE",
170
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE12max_exponentE",
171
+ "__ZTIN13sentencepiece24ModelProto_SentencePieceE",
172
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1sE",
173
+ "__ZTIN6google8protobuf8internal19ImplicitWeakMessageE",
174
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal9kFloatingE",
175
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE15tinyness_beforeE",
176
+ "__ZTIN6google8protobuf2io17ArrayOutputStreamE",
177
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1iE",
178
+ "__ZTSN13sentencepiece31ImmutableNBestSentencePieceTextE",
179
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE10is_integerE",
180
+ "__ZTIN6google8protobuf2io18IstreamInputStreamE",
181
+ "__ZTSN13sentencepiece24ModelProto_SentencePieceE",
182
+ "__ZN4absl12lts_2024072216numbers_internal9kHexTableE",
183
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1cE",
184
+ "__ZTSN6google8protobuf8internal12FieldSkipperE",
185
+ "_FLAGS_minloglevel",
186
+ "__ZTIN6google8protobuf14FatalExceptionE",
187
+ "__ZTIN13sentencepiece26ImmutableSentencePieceTextE",
188
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE15has_denorm_lossE",
189
+ "__ZTVN6google8protobuf2io16ArrayInputStreamE",
190
+ "__ZN4absl12lts_2024072216strings_internal9kTenToNthE",
191
+ "__ZN4absl12lts_2024072211string_view8kMaxSizeE",
192
+ "__ZTIN13sentencepiece22SentencePieceProcessorE",
193
+ "__ZTSN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamE",
194
+ "__ZTIN6google8protobuf2io19LimitingInputStreamE",
195
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE12max_exponentE",
196
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1eE",
197
+ "__ZTVN13sentencepiece22SentencePieceProcessorE",
198
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE14max_exponent10E",
199
+ "__ZTSN13sentencepiece17SentencePieceTextE",
200
+ "__ZTIN4absl12lts_2024072213time_internal4cctz12TimeZoneInfoE",
201
+ "__ZTVN35qvac_lib_inference_addon_mlc_marian16TranslationModelE",
202
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE9is_signedE",
203
+ "__ZN4absl12lts_2024072213base_internal8SpinLock20kSpinLockCooperativeE",
204
+ "__ZN4absl12lts_2024072213base_internal8SpinLock13kWaitTimeMaskE",
205
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE12has_infinityE",
206
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE5radixE",
207
+ "__ZN6google8protobuf8internal14WireFormatLite21kMessageSetItemEndTagE",
208
+ "__ZTSN4absl12lts_2024072213time_internal4cctz12TimeZoneLibCE",
209
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1vE",
210
+ "_ggml_table_gelu_f16",
211
+ "__ZTVN13sentencepiece14NormalizerSpecE",
212
+ "__ZTVN6google8protobuf2io18StringOutputStreamE",
213
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE14is_specializedE",
214
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1EE",
215
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE6digitsE",
216
+ "__ZTVN13sentencepiece12SelfTestDataE",
217
+ "__ZTSN6google8protobuf8internal12ExtensionSet20LazyMessageExtensionE",
218
+ "__ZN13sentencepiece11TrainerSpec5Impl_56_i_give_permission_to_break_this_code_default_unk_piece_E",
219
+ "__ZN4absl12lts_2024072214flags_internal17kStrippedFlagHelpE",
220
+ "__ZTSN4absl12lts_2024072213time_internal4cctz12TimeZoneInfoE",
221
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1GE",
222
+ "__ZTIN6google8protobuf2io20ZeroCopyOutputStreamE",
223
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE10has_denormE",
224
+ "__ZN13sentencepiece41_NBestSentencePieceText_default_instance_E",
225
+ "__ZN13sentencepiece5error12gTestCounterE",
226
+ "__ZTVN6google8protobuf2io17ArrayOutputStreamE",
227
+ "__ZN6google8protobuf8internal12ExtensionSet20kMaximumFlatCapacityE",
228
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1fE",
229
+ "__ZTIN13sentencepiece31ImmutableNBestSentencePieceTextE",
230
+ "__ZTVN6google8protobuf2io15FileInputStreamE",
231
+ "__ZTSN6google8protobuf8internal29CodedOutputStreamFieldSkipperE",
232
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE12has_infinityE",
233
+ "__ZN13sentencepiece31_SelfTestData_default_instance_E",
234
+ "__ZN4absl12lts_2024072214ascii_internal8kToUpperE",
235
+ "__ZN13sentencepiece30_TrainerSpec_default_instance_E",
236
+ "__ZTVN6google8protobuf8internal16FunctionClosure0E",
237
+ "__ZTSN6google8protobuf2io18IstreamInputStreamE",
238
+ "__ZTSN13sentencepiece12SelfTestDataE",
239
+ "__ZTVN13sentencepiece4word5ModelE",
240
+ "_FLAGS_nominloglevel",
241
+ "__ZTSN6google8protobuf2io20ZeroCopyOutputStreamE",
242
+ "__ZTIN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamE",
243
+ "__ZN4absl12lts_2024072213base_internal8SpinLock16kSpinLockSleeperE",
244
+ "__ZTVN6google8protobuf7ClosureE",
245
+ "__ZTVN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamE",
246
+ "__ZTVN6google8protobuf2io25CopyingInputStreamAdaptorE",
247
+ "__ZTIN4absl12lts_2024072213time_internal4cctz12TimeZoneLibCE",
248
+ "__ZTSN13sentencepiece4word5ModelE",
249
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1pE",
250
+ "__ZTIN6google8protobuf2io16FileOutputStreamE",
251
+ "__ZN6google8protobuf2io16CodedInputStream24default_recursion_limit_E",
252
+ "__ZTSN4absl12lts_2024072213time_internal4cctz14ZoneInfoSourceE",
253
+ "__ZTVN13sentencepiece22NBestSentencePieceTextE",
254
+ "__ZTVN4ggml3cpu17extra_buffer_typeE",
255
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE12max_digits10E",
256
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal8kPointerE",
257
+ "__ZN13sentencepiece36_SentencePieceText_default_instance_E",
258
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE10is_boundedE",
259
+ "__ZTIN4absl12lts_2024072213time_internal4cctz14ZoneInfoSourceE",
260
+ "__ZTIN13sentencepiece17SentencePieceTextE",
261
+ "__ZTIN6google8protobuf2io18CopyingInputStreamE",
262
+ "__ZTSN6google8protobuf2io18CopyingInputStreamE",
263
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1EE",
264
+ "__ZTSN35qvac_lib_inference_addon_mlc_marian16TranslationModelE",
265
+ "__ZTVN13sentencepiece11TrainerSpecE",
266
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1pE",
267
+ "__ZTIN6google8protobuf8internal29CodedOutputStreamFieldSkipperE",
268
+ "__ZTIN13sentencepiece7unigram5ModelE",
269
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1uE",
270
+ "__ZTSN6google8protobuf8internal16FunctionClosure0E",
271
+ "__ZTSN13sentencepiece19SelfTestData_SampleE",
272
+ "__ZTIN6google8protobuf7ClosureE",
273
+ "__ZTVN6google8protobuf8internal29CodedOutputStreamFieldSkipperE",
274
+ "__ZTVN6google8protobuf2io18IstreamInputStreamE",
275
+ "__ZTIN13sentencepiece7unigram7LatticeE",
276
+ "__ZTSN4absl12lts_2024072215CommandLineFlagE",
277
+ "__ZTSN6google8protobuf2io16FileOutputStreamE",
278
+ "__ZTVN4absl12lts_2024072213time_internal4cctz14ZoneInfoSourceE",
279
+ "__ZTSN13sentencepiece9character5ModelE",
280
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1eE",
281
+ "__ZN13sentencepiece11TrainerSpec5Impl_56_i_give_permission_to_break_this_code_default_bos_piece_E",
282
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1aE",
283
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE8is_exactE",
284
+ "__ZTVN13sentencepiece3bpe5ModelE",
285
+ "_ggml_metallib_end",
286
+ "__ZN4absl12lts_2024072219str_format_internal28FormatConversionCharInternal1uE",
287
+ "__ZTIN13sentencepiece22NBestSentencePieceTextE",
288
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE8digits10E",
289
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1iE",
290
+ "__ZTIN13sentencepiece11TrainerSpecE",
291
+ "_ggml_table_f32_f16",
292
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE8digits10E",
293
+ "__ZTVN13sentencepiece31ImmutableNBestSentencePieceTextE",
294
+ "__ZTVN6google8protobuf2io20ZeroCopyOutputStreamE",
295
+ "__ZN6google8protobuf8internal14WireFormatLite21kMessageSetMessageTagE",
296
+ "__ZTVN6google8protobuf14FatalExceptionE",
297
+ "__ZTIN13sentencepiece9character5ModelE",
298
+ "__ZN4absl12lts_2024072218container_internal11kSooControlE",
299
+ "__ZTIN6google8protobuf2io18StringOutputStreamE",
300
+ "__ZTSN13sentencepiece26ImmutableSentencePieceTextE",
301
+ "__ZTIN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamE",
302
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE5trapsE",
303
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal9kIntegralE",
304
+ "__ZTIN4ggml3cpu17extra_buffer_typeE",
305
+ "__ZTSN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamE",
306
+ "__ZN4absl12lts_2024072213hash_internal15MixingHashState5kSeedE",
307
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1cE",
308
+ "__ZN13sentencepiece11TrainerSpec5Impl_56_i_give_permission_to_break_this_code_default_pad_piece_E",
309
+ "__ZTIN6google8protobuf2io16ArrayInputStreamE",
310
+ "__ZN4absl12lts_2024072213base_internal8SpinLock13kSpinLockHeldE",
311
+ "__ZTVN4absl12lts_2024072214flags_internal8FlagImplE",
312
+ "__ZTIN4absl12lts_2024072215CommandLineFlagE",
313
+ "__ZN6google8protobuf11kuint128maxE",
314
+ "__ZN4absl12lts_2024072216strings_internal10kFiveToNthE",
315
+ "__ZN4absl12lts_2024072219str_format_internal31FormatConversionCharSetInternal1FE",
316
+ "__ZTSN13sentencepiece10normalizer10NormalizerE",
317
+ "__ZTSN13sentencepiece22NBestSentencePieceTextE",
318
+ "_ggml_table_gelu_quick_f16",
319
+ "__ZTVN4absl12lts_2024072213time_internal4cctz10TimeZoneIfE",
320
+ "__ZN4absl12lts_2024072211string_view4nposE",
321
+ "_ggml_critical_section_mutex",
322
+ "__ZN4absl12lts_202407229Condition5kTrueE",
323
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407227uint128EE12min_exponentE",
324
+ "__ZN4absl12lts_2024072224synchronization_internal13KernelTimeout10kNoTimeoutE",
325
+ "__ZTVN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamE",
326
+ "__ZTVN13sentencepiece26ImmutableSentencePieceTextE",
327
+ "__ZTSN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamE",
328
+ "__ZTIN13sentencepiece14NormalizerSpecE",
329
+ "__ZTSN4absl12lts_2024072213time_internal4cctz10TimeZoneIfE",
330
+ "__ZNSt3__114numeric_limitsIN4absl12lts_202407226int128EE10has_denormE",
331
+ "__ZTIN6google8protobuf8internal16FunctionClosure0E",
332
+ "__ZTIN4absl12lts_2024072214flags_internal18FlagStateInterfaceE",
333
+ "__ZN6google8protobuf8internal14WireFormatLite22kFieldTypeToCppTypeMapE",
334
+ "__ZTIN4absl12lts_2024072213time_internal4cctz10TimeZoneIfE"
335
+ ],
336
+ "objc_class": [
337
+ "ggml_metal_heap_ptr"
338
+ ],
339
+ "thread_local": [
340
+ "__ZN4absl12lts_2024072213base_internal19thread_identity_ptrE"
341
+ ],
342
+ "weak": [
343
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIfE9dummy_varE",
344
+ "__ZZN4absl12lts_2024072213base_internal12CallOnceImplIMNS0_14flags_internal8FlagImplEFvvEJPS4_EEEvPNSt3__16atomicIjEENS1_14SchedulingModeEOT_DpOT0_E5trans",
345
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagINSt3__16vectorINS3_12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS8_ISA_EEEEE9dummy_varE",
346
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
347
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIxE9dummy_varE",
348
+ "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E",
349
+ "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE18GetPolicyFunctionsEvE5value",
350
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIlE9dummy_varE",
351
+ "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
352
+ "__ZN4absl12lts_2024072213time_internal14cctz_extension24zone_info_source_factoryE",
353
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger12queue_mutex_E",
354
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEE9dummy_varE",
355
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIdE9dummy_varE",
356
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagItE9dummy_varE",
357
+ "__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE10instances_E",
358
+ "__ZGVZN6google8protobuf8internal12ShutdownData3getEvE4data",
359
+ "__ZN13sentencepiece10normalizer10Normalizer19kMaxTrieResultsSizeE",
360
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagImE9dummy_varE",
361
+ "__ZZN4absl12lts_2024072213base_internal12CallOnceImplIRFvvEJEEEvPNSt3__16atomicIjEENS1_14SchedulingModeEOT_DpOT0_E5trans",
362
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIiE9dummy_varE",
363
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIsE9dummy_varE",
364
+ "__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE13instancesMtx_E",
365
+ "__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE10instances_E",
366
+ "__ZZN6google8protobuf8internal12ShutdownData3getEvE4data",
367
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIyE9dummy_varE",
368
+ "__ZGVN28qvac_lib_inference_addon_cpp6logger8JsLogger6state_E",
369
+ "__ZGVN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE13instancesMtx_E",
370
+ "__ZNSt3__119piecewise_constructE",
371
+ "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEhEENS1_10StringHashENS1_8StringEqENS8_INS4_4pairIKSA_hEEEEE18GetPolicyFunctionsEvE5value",
372
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIjE9dummy_varE",
373
+ "__ZN4absl12lts_2024072213base_internal11FastTypeTagIbE9dummy_varE",
374
+ "__ZZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewEiEENS1_10StringHashENS1_8StringEqENSt3__19allocatorINS8_4pairIKS4_iEEEEE18GetPolicyFunctionsEvE5value",
375
+ "__ZN28qvac_lib_inference_addon_cpp6logger8JsLogger10log_queue_E"
376
+ ]
377
+ },
378
+ "text": {
379
+ "global": [
380
+ "__ZN4absl12lts_20240722lsERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEENS0_6int128E",
381
+ "_ggml_backend_name",
382
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEm",
383
+ "__ZN4absl12lts_2024072214flags_internal15AbslUnparseFlagERKNSt3__16vectorINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS7_IS9_EEEE",
384
+ "__ZN4absl12lts_2024072214flags_internal13MaskedPointer3SetEPFPvNS1_6FlagOpEPKvS3_S3_ES6_b",
385
+ "__ZN13sentencepiece7unigram5ModelD2Ev",
386
+ "__ZN13sentencepiece4util6StatusD2Ev",
387
+ "__ZN6google8protobuf22Base64UnescapeInternalEPKciPciPKa",
388
+ "__ZNK13sentencepiece26ImmutableSentencePieceText6piecesEv",
389
+ "__ZNK6google8protobuf8internal12ExtensionSet9Extension53InternalSerializeMessageSetItemWithCachedSizesToArrayEPKNS0_11MessageLiteEPKS2_iPhPNS0_2io19EpsCopyOutputStreamE",
390
+ "__ZN13sentencepiece7unigram7LatticeC2Ev",
391
+ "__ZN4absl12lts_2024072215CommandLineFlag9ParseFromENS0_11string_viewEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
392
+ "_ggml_backend_dev_count",
393
+ "__ZN6google8protobuf11safe_strtofEPKcPf",
394
+ "__ZN4absl12lts_2024072219ToDoubleNanosecondsENS0_8DurationE",
395
+ "__ZNK13sentencepiece22SentencePieceProcessor12SampleEncodeEN4absl12lts_2024072211string_viewEifPNSt3__16vectorINS4_12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENS9_ISB_EEEE",
396
+ "__ZNK6google8protobuf11MessageLite24SerializePartialToStringEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
397
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEfNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
398
+ "__ZN6google8protobuf2io16CodedInputStream9PushLimitEi",
399
+ "__ZN6google8protobuf8internal12ExtensionSet8AddInt32EihbiPKNS0_15FieldDescriptorE",
400
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece16find_last_not_ofES2_m",
401
+ "__ZN13sentencepiece11TrainerSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
402
+ "_ggml_backend_sched_get_backend",
403
+ "__ZN6google8protobuf15DelocalizeRadixEPc",
404
+ "_ggml_backend_cpu_init",
405
+ "_ggml_backend_dev_buffer_from_host_ptr",
406
+ "__ZN13sentencepiece10normalizer10NormalizerC2ERKNS_14NormalizerSpecE",
407
+ "_ggml_print_backtrace",
408
+ "_ggml_quantize_chunk",
409
+ "_ggml_backend_init_by_name",
410
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptor6BackUpEi",
411
+ "_ggml_compute_forward_flash_attn_back",
412
+ "__ZN6google8protobuf21UnescapeCEscapeStringERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPS7_",
413
+ "_ggml_im2col",
414
+ "__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE4loadEP8js_env_sP18js_callback_info_s",
415
+ "__ZN13sentencepiece14NormalizerSpec5ClearEv",
416
+ "_ggml_compute_forward_map_custom2",
417
+ "__ZN4absl12lts_2024072213base_internal6GetTIDEv",
418
+ "__ZN4absl12lts_2024072213AbslParseFlagENS0_11string_viewEPNS0_11LogSeverityEPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
419
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEd",
420
+ "_ggml_rope_custom",
421
+ "__ZN6google8protobuf2io16CodedInputStream7RefreshEv",
422
+ "__ZN4absl12lts_2024072219str_format_internal13FlagsToStringENS1_5FlagsE",
423
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone11descriptionEv",
424
+ "__ZN6google8protobuf8internal12ExtensionSet19ParseMessageSetItemEPKcPKNS0_11MessageLiteEPNS1_16InternalMetadataEPNS1_12ParseContextE",
425
+ "__ZN6google8protobuf8internal10LogMessage6FinishEv",
426
+ "_ggml_exp_inplace",
427
+ "_ggml_cpu_has_sse3",
428
+ "__ZN6google8protobuf8internal14NullLogHandlerENS0_8LogLevelEPKciRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
429
+ "__ZN4absl12lts_2024072216raw_log_internal30RegisterLogFilterAndPrefixHookEPFbNS0_11LogSeverityEPKciPPcPiE",
430
+ "__ZN4absl12lts_2024072218container_internal29find_first_non_full_outoflineERKNS1_12CommonFieldsEm",
431
+ "__ZN6google8protobuf8internal6IsNullILi11EEEbPKv",
432
+ "_ggml_fp32_to_bf16_row",
433
+ "__ZN6google8protobuf8internal12ExtensionSet25UnsafeArenaReleaseMessageEiRKNS0_11MessageLiteE",
434
+ "__ZN6google8protobuf8internal24UTF8SpnStructurallyValidENS0_20stringpiece_internal11StringPieceE",
435
+ "__ZN6google8protobuf11MessageLite27ParsePartialFromCodedStreamEPNS0_2io16CodedInputStreamE",
436
+ "_quantize_row_q8_K_generic",
437
+ "_ggml_new_f32",
438
+ "__ZN13sentencepiece11TrainerSpec9MergeFromERKS0_",
439
+ "_ggml_is_permuted",
440
+ "__ZNK4absl12lts_202407228TimeZone2AtENS0_13time_internal4cctz6detail10civil_timeINS2_10second_tagEEE",
441
+ "__ZN13sentencepiece5error14SetTestCounterEi",
442
+ "__ZN13sentencepiece3bpe5ModelD2Ev",
443
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplENS0_7uint128ENS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
444
+ "_ggml_gelu_erf_inplace",
445
+ "_ggml_vec_dot_iq3_s_q8_K",
446
+ "_ggml_view_2d",
447
+ "__ZN13sentencepiece4util6StatusD1Ev",
448
+ "__ZN6google8protobuf2io19EpsCopyOutputStream5FlushEPh",
449
+ "__ZN6google8protobuf7uint128rMERKS1_",
450
+ "__ZNK13sentencepiece3bpe5Model12SampleEncodeEN4absl12lts_2024072211string_viewEf",
451
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStreamD1Ev",
452
+ "__ZNK13sentencepiece7unigram5Model13PopulateNodesEPNS0_7LatticeE",
453
+ "__ZN6google8protobuf2io17ArrayOutputStreamC1EPvii",
454
+ "_ggml_vec_dot_q5_K_q8_K",
455
+ "__ZN14beam_candidateC2ERKNSt3__16vectorIiNS0_9allocatorIiEEEEf",
456
+ "__ZN6google8protobuf2io16CodedInputStream16ReadVarint64SlowEPy",
457
+ "__ZNK6google8protobuf2io15FileInputStream9ByteCountEv",
458
+ "__ZN4absl12lts_2024072218container_internal21PrepareInsertAfterSooEmmRNS1_12CommonFieldsE",
459
+ "__ZN6google8protobuf22GlobalReplaceSubstringERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_PS7_",
460
+ "_ggml_pool_2d",
461
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece14AppendToStringEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
462
+ "_ggml_compute_forward_get_rows_back",
463
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiter4WaitENS1_13KernelTimeoutE",
464
+ "_ggml_fp32_to_bf16",
465
+ "_ggml_backend_buffer_init_tensor",
466
+ "__ZN6google8protobuf8internal14WireFormatLite17WriteFixed64ArrayEPKyiPNS0_2io17CodedOutputStreamE",
467
+ "__ZN13sentencepiece11string_util17UTF8ToUnicodeTextEN4absl12lts_2024072211string_viewE",
468
+ "__ZN13sentencepiece35ModelProto_SentencePiece_Type_ParseERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_29ModelProto_SentencePiece_TypeE",
469
+ "__ZN6google8protobuf4util15status_internal12UnknownErrorENS0_20stringpiece_internal11StringPieceE",
470
+ "__ZN4absl12lts_2024072213hash_internal10CityHash32EPKcm",
471
+ "__ZN13sentencepiece9character5ModelC1ERKNS_10ModelProtoE",
472
+ "__ZN4absl12lts_2024072216strings_internal9CatPiecesESt16initializer_listINS0_11string_viewEE",
473
+ "__ZNK13sentencepiece26ImmutableSentencePieceText5scoreEv",
474
+ "_ggml_acc",
475
+ "__ZN4absl12lts_2024072225GetStackFramesWithContextEPPvPiiiPKvS3_",
476
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4Impl3UTCEv",
477
+ "__ZN4absl12lts_202407225Mutex11AwaitCommonERKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutE",
478
+ "__ZN6google8protobuf4util15status_internal6StatusC1ERKS3_",
479
+ "__ZN6google8protobuf11MessageLite21ParsePartialFromArrayEPKvi",
480
+ "_ggml_hash_set_new",
481
+ "__ZN6google8protobuf4util15status_internal18UnimplementedErrorENS0_20stringpiece_internal11StringPieceE",
482
+ "__ZN13sentencepiece22NBestSentencePieceTextC2EPN6google8protobuf5ArenaEb",
483
+ "__ZNK4absl12lts_202407226int1288ToStringEv",
484
+ "__ZNK13sentencepiece22SentencePieceProcessor6EncodeEN4absl12lts_2024072211string_viewEPNSt3__16vectorINS4_12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENS9_ISB_EEEE",
485
+ "_ggml_cross_entropy_loss",
486
+ "__ZN4absl12lts_2024072214flags_internal24SetProgramInvocationNameENS0_11string_viewE",
487
+ "__ZN6google8protobuf8internal14WireFormatLite12WriteMessageEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
488
+ "_ggml_is_matrix",
489
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiterC2Ev",
490
+ "_ggml_map_custom2_inplace",
491
+ "__ZN6google8protobuf20Base64EscapeInternalEPKhiPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEbPKc",
492
+ "_ggml_backend_sched_alloc_graph",
493
+ "__ZN6google8protobuf4util15status_internal15IsAlreadyExistsERKNS2_6StatusE",
494
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl15AssertValidTypeEPKvPFPKSt9type_infovE",
495
+ "__ZN4absl12lts_202407228DurationpLES1_",
496
+ "_ggml_cont_1d",
497
+ "__ZN4ggml3cpu13tensor_traitsD2Ev",
498
+ "_ggml_compute_forward_repeat",
499
+ "__ZNK13sentencepiece7unigram7Lattice7surfaceEi",
500
+ "__Z21nmt_get_runtime_statsP11nmt_contextPdS1_Pi",
501
+ "__ZN6google8protobuf8internal16ReadSizeFallbackEPKcj",
502
+ "__ZN13sentencepiece14NormalizerSpecD0Ev",
503
+ "__ZN6google8protobuf20stringpiece_internal11StringPiece18LogFatalSizeTooBigEmPKc",
504
+ "__ZNK13sentencepiece14NormalizerSpec18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
505
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEaNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
506
+ "__ZN4ggml3cpu6repack6repackI12block_iq4_nlLx4ELx4EEEiP11ggml_tensorPKvm",
507
+ "_ggml_set_f32_1d",
508
+ "_ggml_backend_tensor_copy_async",
509
+ "_ggml_backend_alloc_buffer",
510
+ "__ZNK13sentencepiece22SentencePieceProcessor22serialized_model_protoEv",
511
+ "__ZN6google8protobuf8internal15ThreadSafeArena4InitEv",
512
+ "_ggml_add",
513
+ "__ZN6google8protobuf8internal17PackedInt64ParserEPvPKcPNS1_12ParseContextE",
514
+ "_ggml_mean",
515
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplENS0_6int128ENS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
516
+ "__ZN6google8protobuf8internal14WireFormatLite12WriteFixed64EiyPNS0_2io17CodedOutputStreamE",
517
+ "__ZN13sentencepiece22NBestSentencePieceText5ClearEv",
518
+ "__ZN6google8protobuf7ClosureD0Ev",
519
+ "_dequantize_row_iq2_xxs",
520
+ "_ggml_cpu_has_avx512_vnni",
521
+ "__ZN13sentencepiece3bpe5ModelD1Ev",
522
+ "__ZN4absl12lts_2024072213AbslParseFlagENS0_11string_viewEPNS0_8DurationEPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
523
+ "_ggml_build_forward_expand",
524
+ "__ZN6google8protobuf8internal25RepeatedPrimitiveDefaults16default_instanceEv",
525
+ "__ZN13sentencepiece19SelfTestData_SampleD1Ev",
526
+ "__ZN6google8protobuf8internal18EpsCopyInputStream12DoneFallbackEii",
527
+ "__ZNK13sentencepiece22SentencePieceProcessor6EncodeEN4absl12lts_2024072211string_viewEPNSt3__16vectorIiNS4_9allocatorIiEEEE",
528
+ "__ZN13sentencepiece22NBestSentencePieceText8CopyFromERKS0_",
529
+ "__ZN6google8protobuf8internal15LookUpEnumValueEPKNS1_9EnumEntryEmNS0_20stringpiece_internal11StringPieceEPi",
530
+ "__ZN4absl12lts_2024072210FromChronoERKNSt3__16chrono10time_pointINS2_12system_clockENS2_8durationIxNS1_5ratioILl1ELl1000000EEEEEEE",
531
+ "__ZN4absl12lts_2024072210SimpleAtobENS0_11string_viewEPb",
532
+ "__ZN6google8protobuf16SplitStringUsingENS0_20stringpiece_internal11StringPieceEPKcPNSt3__16vectorINS5_12basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENSA_ISC_EEEE",
533
+ "__ZN6google8protobuf8internal10LogMessagelsEi",
534
+ "__ZN6google8protobuf8internal14WireFormatLite9WriteBoolEibPNS0_2io17CodedOutputStreamE",
535
+ "_ggml_backend_load_all_from_path",
536
+ "__ZN4absl12lts_2024072221StrContainsIgnoreCaseENS0_11string_viewEc",
537
+ "__ZN4absl12lts_202407226StrCatERKNS0_8AlphaNumES3_S3_S3_",
538
+ "__ZN4absl12lts_2024072215ConvertDateTimeExiiiiiNS0_8TimeZoneE",
539
+ "_ggml_is_transposed",
540
+ "__ZN4absl12lts_2024072213time_internal4cctz17FixedOffsetToAbbrERKNSt3__16chrono8durationIxNS3_5ratioILl1ELl1EEEEE",
541
+ "_ggml_graph_add_node",
542
+ "_quantize_row_q3_K",
543
+ "__ZN13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePieceC2ERKNS_31SentencePieceText_SentencePieceE",
544
+ "__ZN6google8protobuf8internal14WireFormatLite10SInt32SizeERKNS0_13RepeatedFieldIiEE",
545
+ "__ZN13sentencepiece22GetRandomGeneratorSeedEv",
546
+ "__ZN6google8protobuf4util15status_internal20UnauthenticatedErrorENS0_20stringpiece_internal11StringPieceE",
547
+ "_ggml_graph_clear",
548
+ "__ZN13sentencepiece12SelfTestDataC1ERKS0_",
549
+ "_ggml_sqrt_inplace",
550
+ "__ZNK13sentencepiece22SentencePieceProcessor6IsByteEi",
551
+ "__ZN6google8protobuf4util15status_internal15OutOfRangeErrorENS0_20stringpiece_internal11StringPieceE",
552
+ "__ZN13sentencepiece12SelfTestDataC2ERKS0_",
553
+ "__ZN6google8protobuf19WebSafeBase64EscapeENS0_20stringpiece_internal11StringPieceEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
554
+ "__ZN6google8protobuf8internal26UnknownFieldSerializerLiteEPKhjjjPNS0_2io17CodedOutputStreamE",
555
+ "__ZN4absl12lts_2024072213base_internal18ThrowStdLogicErrorEPKc",
556
+ "_ggml_backend_get_max_size",
557
+ "__ZN4absl12lts_2024072213time_internal4cctz14ZoneInfoSourceD2Ev",
558
+ "__ZN6google8protobuf8internal11SerialArena3NewENS2_6MemoryEPvPNS1_20ThreadSafeArenaStatsE",
559
+ "__ZN6google8protobuf2io24ConcatenatingInputStream4NextEPPKvPi",
560
+ "__ZN13sentencepiece17SentencePieceTextC1ERKS0_",
561
+ "_ggml_flash_attn_back",
562
+ "_quantize_q4_1",
563
+ "__ZN6google8protobuf2io19OstreamOutputStream4NextEPPvPi",
564
+ "__ZN6google8protobuf8internal15ThreadSafeArena34AllocateAlignedWithCleanupFallbackEmPKSt9type_info",
565
+ "__ZN6google8protobuf4util15status_internal9IsUnknownERKNS2_6StatusE",
566
+ "__ZN13sentencepiece4util6StatusC1ERKS1_",
567
+ "__ZNK6google8protobuf4util15status_internal6StatuseqERKS3_",
568
+ "__ZN6google8protobuf8internal14WireFormatLite11WriteStringEiRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_2io17CodedOutputStreamE",
569
+ "__ZNK13sentencepiece22SentencePieceProcessor20SampleEncodeAndScoreEN4absl12lts_2024072211string_viewEifbbPNSt3__16vectorINS4_4pairINS5_INS4_12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENSA_ISC_EEEEfEENSA_ISF_EEEE",
570
+ "_ggml_soft_max_ext_back_inplace",
571
+ "__ZNK13sentencepiece4util6StatuseqERKS1_",
572
+ "__ZN6google8protobuf8internal15ThreadSafeArena15SetInitialBlockEPvm",
573
+ "_ggml_compute_forward_cont",
574
+ "__ZN6google8protobuf8internal14WireFormatLite11WriteUInt64EiyPNS0_2io17CodedOutputStreamE",
575
+ "__ZN4absl12lts_202407225Mutex4LockEv",
576
+ "__ZN4absl12lts_2024072229SetMutexDeadlockDetectionModeENS0_15OnDeadlockCycleE",
577
+ "_ggml_gallocr_new",
578
+ "_ggml_tanh_inplace",
579
+ "__ZN13sentencepiece10normalizer10NormalizerC2ERKNS_14NormalizerSpecERKNS_11TrainerSpecE",
580
+ "_ggml_compute_forward_div",
581
+ "_ggml_backend_sched_synchronize",
582
+ "__ZN13sentencepiece6random18GetRandomGeneratorEv",
583
+ "_ggml_backend_buffer_get_usage",
584
+ "_ggml_used_mem",
585
+ "_ggml_op_symbol",
586
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptor15WriteAliasedRawEPKvi",
587
+ "__ZN13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePieceC1Ev",
588
+ "_quantize_row_q8_0_generic",
589
+ "_ggml_diag",
590
+ "__ZN4absl12lts_2024072224synchronization_internal13KernelTimeoutC1ENS0_4TimeE",
591
+ "__ZN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamD0Ev",
592
+ "_ggml_fp16_to_fp32",
593
+ "__ZN13sentencepiece17SentencePieceTextC2ERKS0_",
594
+ "__ZN4absl12lts_202407227uint128C2Ee",
595
+ "_dequantize_row_iq2_xs",
596
+ "_ggml_bf16_to_fp32",
597
+ "_ggml_add_inplace",
598
+ "_quantize_row_q3_K_ref",
599
+ "_ggml_log_callback_default",
600
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC14NextTransitionERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEEPNS2_9time_zone16civil_transitionE",
601
+ "__ZN6google8protobuf4util15status_internal23FailedPreconditionErrorENS0_20stringpiece_internal11StringPieceE",
602
+ "__ZN6google8protobuf8internal14ArenaStringPtr7DestroyEv",
603
+ "__ZN4absl12lts_2024072218debugging_internal22StackTraceWorksForTestEv",
604
+ "__ZN13sentencepiece14NormalizerSpec8CopyFromERKS0_",
605
+ "__ZN6google8protobuf2io18IstreamInputStream4SkipEi",
606
+ "_ggml_backend_buft_get_max_size",
607
+ "__ZNK6google8protobuf11MessageLite29SerializePartialToCodedStreamEPNS0_2io17CodedOutputStreamE",
608
+ "_ggml_set_loss",
609
+ "_ggml_aligned_free",
610
+ "__ZN6google8protobuf8internal14WireFormatLite8EnumSizeERKNS0_13RepeatedFieldIiEE",
611
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_S4_",
612
+ "__ZN13sentencepiece26ImmutableSentencePieceTextC2Ev",
613
+ "_ggml_clamp",
614
+ "_ggml_sum_rows",
615
+ "__ZN6google8protobuf2io16CodedInputStream27ReadVarintSizeAsIntFallbackEv",
616
+ "__ZN13sentencepiece19SelfTestData_Sample8CopyFromERKS0_",
617
+ "_ggml_backend_sched_get_n_copies",
618
+ "_ggml_compute_forward_win_unpart",
619
+ "_ggml_ssm_conv",
620
+ "_ggml_backend_supports_buft",
621
+ "__ZN4absl12lts_202407225Mutex12LockSlowLoopEPNS0_15SynchWaitParamsEi",
622
+ "__ZN4absl12lts_2024072214FormatDurationENS0_8DurationE",
623
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC9BreakTimeERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEE",
624
+ "__ZN6google8protobuf2io16CodedInputStream22ReadLengthAndPushLimitEv",
625
+ "_ggml_set",
626
+ "__ZN13sentencepiece11TrainerSpecD0Ev",
627
+ "__ZN13sentencepiece7unigram7LatticeD1Ev",
628
+ "__ZN4absl12lts_202407224ToTMENS0_4TimeENS0_8TimeZoneE",
629
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece10ModelProtoEJEEEPT_PS1_DpOT0_",
630
+ "__ZNK13sentencepiece22SentencePieceProcessor6DecodeERKNSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEPS8_",
631
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEjNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
632
+ "__ZN6google8protobuf8internal15ThreadSafeArenaD2Ev",
633
+ "__ZN13sentencepiece31SentencePieceText_SentencePieceC2ERKS0_",
634
+ "_ggml_new_tensor_3d",
635
+ "__ZNK4absl12lts_2024072211string_view5rfindEcm",
636
+ "_ggml_set_no_alloc",
637
+ "__ZNK6google8protobuf8internal12ExtensionSet11GetRefInt64EiRKx",
638
+ "__ZNK35qvac_lib_inference_addon_mlc_marian16TranslationModel8isLoadedEv",
639
+ "__ZN6google8protobuf8internal17VarintParseSlow64EPKcj",
640
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStream5WriteEPKvi",
641
+ "__ZN4absl12lts_202407229ConditionC2EPFbPvES2_",
642
+ "__ZN4absl12lts_2024072212ToUnixMicrosENS0_4TimeE",
643
+ "_ggml_compute_forward_add_non_quantized",
644
+ "_ggml_compute_forward_cpy",
645
+ "__ZN4absl12lts_2024072213time_internal4cctz13utc_time_zoneEv",
646
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPfPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
647
+ "_ggml_compute_forward_diag_mask_inf",
648
+ "_ggml_type_name",
649
+ "__ZNK4absl12lts_2024072214flags_internal13MaskedPointer26IsUnprotectedReadCandidateEv",
650
+ "_ggml_get_mem_buffer",
651
+ "__ZNK13sentencepiece9character5Model6EncodeEN4absl12lts_2024072211string_viewE",
652
+ "__ZNK6google8protobuf8internal12ExtensionSet9GetUInt32Eij",
653
+ "_ggml_compute_forward_permute",
654
+ "_ggml_sgn",
655
+ "__ZNK13sentencepiece4word5Model6EncodeEN4absl12lts_2024072211string_viewE",
656
+ "__ZN13sentencepiece14NormalizerSpec9MergeFromERKS0_",
657
+ "__ZN4absl12lts_2024072213time_internal4cctz14ZoneInfoSourceD1Ev",
658
+ "__ZNK6google8protobuf8internal12ExtensionSet9GetStringEiRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
659
+ "__ZN4absl12lts_2024072215ToChronoSecondsENS0_8DurationE",
660
+ "_ggml_sub",
661
+ "_ggml_graph_reset",
662
+ "__ZN35qvac_lib_inference_addon_mlc_marian14createInstanceEP8js_env_sP18js_callback_info_s",
663
+ "__ZN4absl12lts_2024072216numbers_internal15FastIntToBufferEiPc",
664
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptorD1Ev",
665
+ "__ZN4absl12lts_2024072215AbslUnparseFlagENS0_11LogSeverityE",
666
+ "__ZN6google8protobuf8internal17VarintParseSlow32EPKcj",
667
+ "__ZN6google8protobuf21WebSafeBase64UnescapeENS0_20stringpiece_internal11StringPieceEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
668
+ "__ZN6google8protobuf11MessageLite37MergePartialFromBoundedZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamEi",
669
+ "__ZN4ggml3cpu6repack4gemvI10block_q4_0Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
670
+ "_dequantize_row_iq4_nl",
671
+ "_ggml_cpu_has_amx_int8",
672
+ "__ZNK13sentencepiece4util6StatusneERKS1_",
673
+ "_ggml_add_rel_pos_inplace",
674
+ "__ZN13sentencepiece4word5ModelC1ERKNS_10ModelProtoE",
675
+ "_ggml_compute_forward_soft_max_ext_back",
676
+ "__ZN4absl12lts_202407225Mutex5TransEPKNS0_6MuHowSE",
677
+ "__ZN6google8protobuf8internal12ExtensionSet14ClearExtensionEi",
678
+ "_ggml_compute_forward_transpose",
679
+ "__ZNK13sentencepiece14NormalizerSpec13SetCachedSizeEi",
680
+ "__ZN6google8protobuf8internal16InternalMetadata6DoSwapINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEvPT_",
681
+ "__ZN4absl12lts_202407225Mutex8LockSlowEPKNS0_6MuHowSEPKNS0_9ConditionEi",
682
+ "_ggml_backend_sched_graph_compute",
683
+ "__ZN6google8protobuf4util15status_internal19IsResourceExhaustedERKNS2_6StatusE",
684
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneLibC4MakeERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
685
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl4HelpEv",
686
+ "_ggml_quantize_init",
687
+ "__ZN6google8protobuf14Base64UnescapeENS0_20stringpiece_internal11StringPieceEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
688
+ "__ZN6google8protobuf8internal16FunctionClosure0D1Ev",
689
+ "_ggml_pad_reflect_1d",
690
+ "_ggml_gallocr_reserve_n",
691
+ "_ggml_log_internal",
692
+ "_ggml_get_type_traits_cpu",
693
+ "__ZN13sentencepiece22SentencePieceProcessorC2Ev",
694
+ "__Z15nmt_reset_stateP11nmt_context",
695
+ "_ggml_cpu_bf16_to_fp32",
696
+ "__ZN4absl12lts_2024072213base_internal12GetCachedTIDEv",
697
+ "_ggml_conv_transpose_2d_p0",
698
+ "__ZN6google8protobuf4util15status_internal11IsCancelledERKNS2_6StatusE",
699
+ "_ggml_threadpool_new",
700
+ "__ZNK13sentencepiece22SentencePieceProcessor6EncodeEN4absl12lts_2024072211string_viewEPNS_17SentencePieceTextE",
701
+ "__ZN4absl12lts_2024072213base_internal18ThrowStdOutOfRangeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
702
+ "_ggml_new_buffer",
703
+ "__ZN4absl12lts_2024072213time_internal4cctz15local_time_zoneEv",
704
+ "_dequantize_row_iq2_s",
705
+ "__ZN4absl12lts_2024072216numbers_internal15FastIntToBufferEyPc",
706
+ "__ZN6google8protobuf8internal12ExtensionSet13SwapExtensionEPKNS0_11MessageLiteEPS2_i",
707
+ "__ZN13sentencepiece4word5ModelD1Ev",
708
+ "__ZNK4absl12lts_2024072214flags_internal13MaskedPointer11HasBeenReadEv",
709
+ "__ZN4absl12lts_2024072213base_internal19ThrowStdLengthErrorEPKc",
710
+ "_ggml_are_same_stride",
711
+ "__ZN4absl12lts_2024072219ToChronoNanosecondsENS0_8DurationE",
712
+ "_ggml_set_f32",
713
+ "_ggml_backend_event_new",
714
+ "__ZNK6google8protobuf8internal12ExtensionSet9Extension8ByteSizeEi",
715
+ "_ggml_cpu_has_vsx",
716
+ "_ggml_reshape_2d",
717
+ "__ZN13sentencepiece7logging14GetMinLogLevelEv",
718
+ "__ZN13sentencepiece10normalizer10NormalizerD2Ev",
719
+ "__ZN4absl12lts_202407225Mutex17ReaderTryLockSlowEv",
720
+ "__ZN6google8protobuf7strings8AlphaNumC2ENS1_3HexE",
721
+ "_ggml_compute_forward_soft_max",
722
+ "__ZN4absl12lts_2024072213base_internal24SetCurrentThreadIdentityEPNS1_14ThreadIdentityEPFvPvE",
723
+ "__ZNK4absl12lts_202407227uint1288ToStringEv",
724
+ "__ZN6google8protobuf8internal18PackedSInt32ParserEPvPKcPNS1_12ParseContextE",
725
+ "_ggml_graph_nodes",
726
+ "_ggml_gemv_q4_0_4x8_q8_0",
727
+ "__ZN4absl12lts_2024072216raw_log_internal24RawLoggingFullySupportedEv",
728
+ "__ZN4absl12lts_202407223NowEv",
729
+ "_ggml_count_equal",
730
+ "__ZN6google8protobuf8internal14WireFormatLite10WriteGroupEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
731
+ "__ZN6google8protobuf8internal20RepeatedPtrFieldBase7AddWeakEPKNS0_11MessageLiteE",
732
+ "_ggml_element_size",
733
+ "__ZN4absl12lts_2024072216raw_log_internal6RawLogENS0_11LogSeverityEPKciS4_z",
734
+ "__ZN6google8protobuf8internal12ExtensionSet14MutableMessageEihRKNS0_11MessageLiteEPKNS0_15FieldDescriptorE",
735
+ "_ggml_critical_section_end",
736
+ "_ggml_set_2d",
737
+ "_ggml_backend_supports_op",
738
+ "_ggml_cont_3d",
739
+ "__ZN4absl12lts_2024072214flags_internal8FlagImpl9ParseFromENS0_11string_viewENS1_15FlagSettingModeENS1_11ValueSourceERNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEE",
740
+ "_ggml_get_i32_1d",
741
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEt",
742
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplElNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
743
+ "__ZN35qvac_lib_inference_addon_mlc_marian13unloadWeightsEP8js_env_sP18js_callback_info_s",
744
+ "__ZNK6google8protobuf8internal12ExtensionSet10GetRefEnumEiRKi",
745
+ "__ZN6google8protobuf8internal18EpsCopyInputStream18ReadStringFallbackEPKciPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
746
+ "__ZN4absl12lts_2024072215AbslUnparseFlagENS0_8DurationE",
747
+ "__ZN6google8protobuf8internal12ExtensionSet8SetFloatEihfPKNS0_15FieldDescriptorE",
748
+ "__ZN6google8protobuf17FastInt32ToBufferEiPc",
749
+ "__ZN6google8protobuf8internal18EpsCopyInputStream8InitFromEPNS0_2io19ZeroCopyInputStreamE",
750
+ "_ggml_compute_forward_get_rows",
751
+ "__ZN6google8protobuf8internal12ExtensionSet12GrowCapacityEm",
752
+ "__Z26nmt_context_default_paramsv",
753
+ "__ZN4absl12lts_2024072224synchronization_internal13KernelTimeoutC2ENS0_8DurationE",
754
+ "__ZN13sentencepiece31SentencePieceText_SentencePiece12InternalSwapEPS0_",
755
+ "__ZN13sentencepiece22SentencePieceProcessor4LoadEN4absl12lts_2024072211string_viewE",
756
+ "__ZN6google8protobuf2io17CodedOutputStream26WriteStringWithSizeToArrayERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPh",
757
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece11TrainerSpecEJEEEPT_PS1_DpOT0_",
758
+ "__ZN4absl12lts_202407225Mutex9TryRemoveEPNS0_13base_internal14PerThreadSynchE",
759
+ "__ZNK6google8protobuf8internal10LazyString4InitEv",
760
+ "_ggml_cpu_has_avx2",
761
+ "_ggml_sqrt",
762
+ "__ZNK6google8protobuf8internal12ExtensionSet26GetPrototypeForLazyMessageEPKNS0_11MessageLiteEi",
763
+ "__ZN13sentencepiece10normalizer10Normalizer4InitEv",
764
+ "__ZN6google8protobuf8internal26DuplicateIfNonNullInternalEPNS0_11MessageLiteE",
765
+ "__ZN6google8protobuf8internal12ExtensionSet13MutableStringEihPKNS0_15FieldDescriptorE",
766
+ "_ggml_argmax",
767
+ "_ggml_gemm_iq4_nl_4x4_q8_0_generic",
768
+ "__ZN4absl12lts_2024072213hash_internal12LowLevelHashEPKvmyPKy",
769
+ "__ZN4absl12lts_202407229Condition15GuaranteedEqualEPKS1_S3_",
770
+ "_ggml_backend_buft_alloc_buffer",
771
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneInfo17GetTransitionTypeEibRKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEPh",
772
+ "_ggml_soft_max_inplace",
773
+ "__ZN4absl12lts_2024072220StartsWithIgnoreCaseENS0_11string_viewES1_",
774
+ "_ggml_compute_forward_im2col",
775
+ "_ggml_diag_mask_inf_inplace",
776
+ "__ZN6google8protobuf8internal12FieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
777
+ "_ggml_scale",
778
+ "__ZN6google8protobuf8internal12ExtensionSetC1EPNS0_5ArenaE",
779
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC2IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
780
+ "__ZN6google8protobuf8internal17PackedInt32ParserEPvPKcPNS1_12ParseContextE",
781
+ "__ZN13sentencepiece17SentencePieceTextC1EPN6google8protobuf5ArenaEb",
782
+ "__ZN6google8protobuf11LogSilencerD1Ev",
783
+ "_ggml_reshape_1d",
784
+ "__ZN6google8protobuf8internal10VerifyUTF8ENS0_20stringpiece_internal11StringPieceEPKc",
785
+ "_ggml_compute_forward_pool_2d_back",
786
+ "__ZN4absl12lts_2024072212FDivDurationENS0_8DurationES1_",
787
+ "__ZN4absl12lts_202407228DurationmIES1_",
788
+ "__ZN6google8protobuf4util15status_internal22ResourceExhaustedErrorENS0_20stringpiece_internal11StringPieceE",
789
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptor4NextEPPvPi",
790
+ "__ZN4absl12lts_2024072224GetStackTraceWithContextEPPviiPKvPi",
791
+ "_ggml_pool_1d",
792
+ "_dequantize_row_q4_1",
793
+ "__ZNK13sentencepiece17SentencePieceText18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
794
+ "__ZN6google8protobuf2io16CodedInputStream18SetTotalBytesLimitEi",
795
+ "__ZN4absl12lts_202407229StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_8AlphaNumESB_",
796
+ "__ZN6google8protobuf14DoubleToBufferEdPc",
797
+ "__ZNK13sentencepiece12SelfTestData18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
798
+ "_quantize_tq2_0",
799
+ "_quantize_row_q6_K_ref",
800
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE11loadWeightsEP8js_env_sP10js_value_s",
801
+ "_ggml_guid_matches",
802
+ "__ZN4absl12lts_2024072210from_charsEPKcS2_RfNS0_12chars_formatE",
803
+ "__ZN13sentencepiece2io14LoadModelProtoEN4absl12lts_2024072211string_viewEPNS_10ModelProtoE",
804
+ "_ggml_compute_forward_rope_back",
805
+ "_ggml_quantize_mat_q8_0_4x4",
806
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl8TryParseENS0_11string_viewERNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
807
+ "_dequantize_row_q5_K",
808
+ "__ZN13sentencepiece3bpe5ModelD0Ev",
809
+ "_ggml_backend_buft_is_host",
810
+ "__ZN13sentencepiece7unigram7Lattice7NewNodeEv",
811
+ "_ggml_backend_event_record",
812
+ "_ggml_set_name",
813
+ "_ggml_backend_is_cpu",
814
+ "_ggml_conv_transpose_1d",
815
+ "_ggml_permute",
816
+ "__ZN6google8protobuf8internal14NoLocaleStrtodEPKcPPc",
817
+ "__ZN6google8protobuf11MessageLite23ParsePartialFromIstreamEPNSt3__113basic_istreamIcNS2_11char_traitsIcEEEE",
818
+ "__ZN4absl12lts_202407227CondVar6RemoveEPNS0_13base_internal14PerThreadSynchE",
819
+ "__ZN6google8protobuf4util15status_internal12AbortedErrorENS0_20stringpiece_internal11StringPieceE",
820
+ "__ZN6google8protobuf8internal12ExtensionSet7AddEnumEihbiPKNS0_15FieldDescriptorE",
821
+ "_ggml_backend_multi_buffer_set_usage",
822
+ "_ggml_threadpool_pause",
823
+ "__ZN13sentencepiece7unigram5Model9BuildTrieEPNSt3__16vectorINS2_4pairIN4absl12lts_2024072211string_viewEiEENS2_9allocatorIS8_EEEE",
824
+ "__ZN13sentencepiece22SentencePieceProcessor15ResetVocabularyEv",
825
+ "__ZN13sentencepiece14ModelInterfaceD1Ev",
826
+ "__ZN6google8protobuf8internal18EpsCopyInputStream12SkipFallbackEPKci",
827
+ "__ZN4absl12lts_2024072214flags_internal21ProgramInvocationNameEv",
828
+ "__ZN6google8protobuf11MessageLite23ParseFromFileDescriptorEi",
829
+ "__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE6reloadEP8js_env_sP18js_callback_info_s",
830
+ "__ZN6google8protobuf8internal23IsStructurallyValidUTF8EPKci",
831
+ "_ggml_backend_graph_plan_create",
832
+ "_ggml_get_unary_op",
833
+ "__ZN4ggml3cpu17extra_buffer_typeD0Ev",
834
+ "__ZN6google8protobuf8internal14WireFormatLite17WriteFixed32ArrayEPKjiPNS0_2io17CodedOutputStreamE",
835
+ "__ZN13sentencepiece7unigram5ModelC2ERKNS_10ModelProtoE",
836
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
837
+ "_ggml_set_1d",
838
+ "__ZN6google8protobuf8internal23SerializeNotImplementedEi",
839
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEC1IJP8js_env_sNSt3__117reference_wrapperIKNS7_12basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEENS7_13unordered_mapISE_NS7_7variantIJdxEEENS7_4hashISE_EENS7_8equal_toISE_EENSC_INS7_4pairISF_SJ_EEEEEEP10js_value_sST_ST_EEEDpT_",
840
+ "__ZN4absl12lts_202407227uint128C2Ef",
841
+ "__ZN6google8protobuf8internal12FieldSkipper15SkipUnknownEnumEii",
842
+ "_ggml_compute_forward_cos",
843
+ "_ggml_vec_dot_q3_K_q8_K",
844
+ "_quantize_iq1_m",
845
+ "__ZNK6google8protobuf11MessageLite18SerializeToOstreamEPNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEE",
846
+ "__ZN6google8protobuf8internal29CodedOutputStreamFieldSkipper15SkipUnknownEnumEii",
847
+ "__ZNK13sentencepiece22SentencePieceProcessor6pad_idEv",
848
+ "__ZNK6google8protobuf2io25CopyingInputStreamAdaptor9ByteCountEv",
849
+ "__ZN6google8protobuf8internal14WireFormatLite27WriteSubMessageMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
850
+ "__ZN13sentencepiece31SentencePieceText_SentencePiece14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
851
+ "__ZN4absl12lts_202407229ConditionC2EPKb",
852
+ "__ZN6google8protobuf11MessageLite27MergePartialFromCodedStreamEPNS0_2io16CodedInputStreamE",
853
+ "__ZNK6google8protobuf11MessageLite31SerializeWithCachedSizesToArrayEPh",
854
+ "__ZN6google8protobuf8internal11SerialArena11CleanupListEv",
855
+ "_ggml_cpu_has_matmul_int8",
856
+ "_quantize_row_iq4_xs_ref",
857
+ "_ggml_barrier",
858
+ "__Z19ggml_quantize_mat_tILx8EL9ggml_type8EEvPKfPvxx",
859
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModelC2ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
860
+ "__ZNK6google8protobuf8internal12ExtensionSet7HasLazyEi",
861
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptorD2Ev",
862
+ "_ggml_threadpool_free",
863
+ "__ZN4absl12lts_2024072219str_format_internal9SummarizeENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
864
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout20InNanosecondsFromNowEv",
865
+ "_ggml_backend_tensor_copy",
866
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC1Ev",
867
+ "_ggml_new_graph",
868
+ "__ZN6google8protobuf8internal14WireFormatLite18WriteSFixed32ArrayEPKiiPNS0_2io17CodedOutputStreamE",
869
+ "__ZN13sentencepiece26ImmutableSentencePieceTextD2Ev",
870
+ "__ZN4absl12lts_2024072212IDivDurationENS0_8DurationES1_PS1_",
871
+ "__ZN13sentencepiece22NBestSentencePieceText21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
872
+ "__ZN6google8protobuf8internal12ExtensionSet19SetAllocatedMessageEihPKNS0_15FieldDescriptorEPNS0_11MessageLiteE",
873
+ "__ZN4absl12lts_2024072213time_internal4cctz10TimeZoneIfD0Ev",
874
+ "__ZNK6google8protobuf8internal15ThreadSafeArena14SpaceAllocatedEv",
875
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout15MakeAbsTimespecEv",
876
+ "__ZN6google8protobuf8internal32StringSpaceUsedExcludingSelfLongERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
877
+ "__ZN6google8protobuf17FastInt64ToBufferExPc",
878
+ "__ZN6google8protobuf8internal6IsNullILi9EEEbPKv",
879
+ "__ZN6google8protobuf8internal14WireFormatLite9ReadBytesEPNS0_2io16CodedInputStreamEPNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEE",
880
+ "_ggml_compute_forward_diag",
881
+ "__ZN6google8protobuf8internal12ExtensionSet16SetRepeatedFloatEiif",
882
+ "_ggml_compute_forward_rms_norm_back",
883
+ "_ggml_group_norm",
884
+ "__ZN6google8protobuf8internal15ThreadSafeArena14InitializeFromEPvm",
885
+ "_ggml_compute_forward_leaky_relu",
886
+ "_ggml_soft_max_ext_back",
887
+ "__ZN13sentencepiece4util6StatusC2ENS0_10StatusCodeEN4absl12lts_2024072211string_viewE",
888
+ "__ZN6google8protobuf7CEscapeERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
889
+ "_ggml_compute_forward_argmax",
890
+ "__ZN12beam_kv_pool4initER11nmt_contexti",
891
+ "__ZNK6google8protobuf8internal12ExtensionSet9Extension7GetSizeEv",
892
+ "__ZN4absl12lts_2024072216strings_internal18ApplySubstitutionsENS0_11string_viewEPNSt3__16vectorINS1_18ViableSubstitutionENS3_9allocatorIS5_EEEEPNS3_12basic_stringIcNS3_11char_traitsIcEENS6_IcEEEE",
893
+ "__ZNK6google8protobuf11MessageLite32SerializePartialToFileDescriptorEi",
894
+ "__ZN4absl12lts_2024072218container_internal19HashSetResizeHelper35GrowSizeIntoSingleGroupTransferableERNS1_12CommonFieldsEm",
895
+ "__ZN6google8protobuf2io18IstreamInputStream6BackUpEi",
896
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEcNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
897
+ "__ZNK4absl12lts_2024072218container_internal33CommonFieldsGenerationInfoEnabled39should_rehash_for_bug_detection_on_moveEPKNS1_6ctrl_tEm",
898
+ "__ZN6google8protobuf2io19LimitingInputStream4SkipEi",
899
+ "__ZN6google8protobuf8internal20PackedSFixed64ParserEPvPKcPNS1_12ParseContextE",
900
+ "__ZNK6google8protobuf8internal12ExtensionSet17GetRepeatedUInt32Eii",
901
+ "__ZN13sentencepiece19SelfTestData_SampleD0Ev",
902
+ "__ZN6google8protobuf8internal12ExtensionSet16SetRepeatedInt64Eiix",
903
+ "_ggml_is_contiguous_channels",
904
+ "__ZN4absl12lts_2024072214flags_internal7UnparseENS0_7uint128E",
905
+ "_ggml_cpu_has_llamafile",
906
+ "__ZN13sentencepiece17SentencePieceText5ClearEv",
907
+ "__ZN13sentencepiece19SelfTestData_SampleC2EPN6google8protobuf5ArenaEb",
908
+ "_ggml_neg",
909
+ "_ggml_get_f32_nd",
910
+ "__ZN6google8protobuf2io15FileInputStreamC1Eii",
911
+ "__ZN4absl12lts_2024072213ToChronoHoursENS0_8DurationE",
912
+ "__ZN6google8protobuf2io19LimitingInputStreamD2Ev",
913
+ "__ZN35qvac_lib_inference_addon_mlc_marian15destroyInstanceEP8js_env_sP18js_callback_info_s",
914
+ "_ggml_new_tensor_4d",
915
+ "_ggml_cpu_extra_work_size",
916
+ "_ggml_backend_buffer_free",
917
+ "__Z24apply_repetition_penaltyRNSt3__16vectorIfNS_9allocatorIfEEEERKNS0_IiNS1_IiEEEEf",
918
+ "__ZN13sentencepiece31ImmutableNBestSentencePieceText13mutable_protoEv",
919
+ "__ZN6google8protobuf8internal20RepeatedPtrFieldBase18AddOutOfLineHelperEPv",
920
+ "__ZN6google8protobuf8internal10LogMessageC2ENS0_8LogLevelEPKci",
921
+ "_quantize_row_iq4_nl",
922
+ "__ZN6google8protobuf2io24ConcatenatingInputStreamC1EPKPNS1_19ZeroCopyInputStreamEi",
923
+ "__ZN13sentencepiece10filesystem15NewWritableFileEN4absl12lts_2024072211string_viewEb",
924
+ "__ZN6google8protobuf13SetLogHandlerEPFvNS0_8LogLevelEPKciRKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEE",
925
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl24IsSpecifiedOnCommandLineEv",
926
+ "__ZN13sentencepiece12SelfTestDataD1Ev",
927
+ "__ZN4absl12lts_2024072220ToChronoMillisecondsENS0_8DurationE",
928
+ "_ggml_compute_forward_im2col_back_f32",
929
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel17initializeBackendEv",
930
+ "_ggml_backend_event_free",
931
+ "__Z29nmt_init_with_params_no_stateP16nmt_model_loader18nmt_context_params",
932
+ "__ZN4absl12lts_2024072219ReleasableMutexLock7ReleaseEv",
933
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneInfo3UTCEv",
934
+ "_ggml_type_size",
935
+ "_ggml_cpu_has_avx",
936
+ "__ZN4absl12lts_202407227CondVar9SignalAllEv",
937
+ "__ZN4absl12lts_202407228DurationmLEx",
938
+ "__ZN4absl12lts_2024072213base_internal23ThrowStdBadFunctionCallEv",
939
+ "__ZN4absl12lts_202407229StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_8AlphaNumE",
940
+ "__ZN6google8protobuf2io16FileOutputStreamC2Eii",
941
+ "__ZNK4absl12lts_2024072211string_view17find_first_not_ofEcm",
942
+ "__ZN13sentencepiece22SentencePieceProcessor4LoadERKNS_10ModelProtoE",
943
+ "__ZN6google8protobuf8internal17UnknownFieldParseEjPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEPKcPNS1_12ParseContextE",
944
+ "__ZN6google8protobuf8internal14WireFormatLite14WriteBoolArrayEPKbiPNS0_2io17CodedOutputStreamE",
945
+ "_ggml_op_desc",
946
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_S4_S4_S4_S4_S4_",
947
+ "__ZN4ggml3cpu6repack4gemmI12block_iq4_nlLx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
948
+ "__ZN12beam_kv_pool7acquireEv",
949
+ "__ZN4absl12lts_2024072223FindLongestCommonSuffixENS0_11string_viewES1_",
950
+ "__ZN6google8protobuf8internal10LogMessagelsEm",
951
+ "__ZN6google8protobuf20Base64EscapeInternalEPKhiPciPKcb",
952
+ "__ZN4absl12lts_2024072213hash_internal15MixingHashState28CombineLargeContiguousImpl64EyPKhm",
953
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone14effective_implEv",
954
+ "__ZN4absl12lts_202407225Mutex14LockWhenCommonERKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutEb",
955
+ "__ZN6google8protobuf4util15status_internal13IsUnavailableERKNS2_6StatusE",
956
+ "__ZNK13sentencepiece10ModelProto13IsInitializedEv",
957
+ "__ZN13sentencepiece2io14SaveModelProtoEN4absl12lts_2024072211string_viewERKNS_10ModelProtoE",
958
+ "_ggml_backend_cpu_buffer_type",
959
+ "__ZN4ggml3cpu6repack4gemvI12block_iq4_nlLx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
960
+ "_ggml_op_name",
961
+ "_dequantize_row_iq3_s",
962
+ "__ZNK13sentencepiece22SentencePieceProcessor9IsControlEi",
963
+ "__ZN6google8protobuf11MessageLite20MergeFromCodedStreamEPNS0_2io16CodedInputStreamE",
964
+ "_ggml_add_cast",
965
+ "_ggml_backend_buffer_get_alignment",
966
+ "__ZN12beam_kv_pool7releaseEi",
967
+ "__ZNK13sentencepiece11TrainerSpec12ByteSizeLongEv",
968
+ "__ZN6google8protobuf11MessageLite23ParseFromZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamE",
969
+ "_ggml_sqr",
970
+ "__ZNK6google8protobuf8internal12ExtensionSet9Extension44InternalSerializeFieldWithCachedSizesToArrayEPKNS0_11MessageLiteEPKS2_iPhPNS0_2io19EpsCopyOutputStreamE",
971
+ "_ggml_compute_forward_timestep_embedding",
972
+ "__ZN4absl12lts_2024072218container_internal13EraseMetaOnlyERNS1_12CommonFieldsEmm",
973
+ "__ZN6google8protobuf2io16CodedInputStream11ReadTagSlowEv",
974
+ "__ZN13sentencepiece14NormalizerSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
975
+ "__ZN13sentencepiece24ModelProto_SentencePieceD0Ev",
976
+ "_ggml_compute_forward_upscale",
977
+ "_quantize_row_tq1_0_ref",
978
+ "_iq2xs_init_impl",
979
+ "__ZN4absl12lts_2024072213time_internal4cctz15fixed_time_zoneERKNSt3__16chrono8durationIxNS3_5ratioILl1ELl1EEEEE",
980
+ "__ZN4absl12lts_202407228DurationdVEx",
981
+ "__ZN6google8protobuf8internal12ExtensionSet17MaybeNewExtensionEiPKNS0_15FieldDescriptorEPPNS2_9ExtensionE",
982
+ "_quantize_row_tq2_0",
983
+ "__ZNK4absl12lts_2024072218container_internal19HashSetResizeHelper43GrowIntoSingleGroupShuffleTransferableSlotsEPvm",
984
+ "__ZNK6google8protobuf2io18StringOutputStream9ByteCountEv",
985
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE6reloadIJNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENS5_13unordered_mapISB_NS5_7variantIJdxEEENS5_4hashISB_EENS5_8equal_toISB_EENS9_INS5_4pairIKSB_SE_EEEEEEEEEvDpT_",
986
+ "__ZN4absl12lts_202407229ConditionC1EPFbPvES2_",
987
+ "__ZN13sentencepiece34ModelProto_SentencePiece_Type_NameENS_29ModelProto_SentencePiece_TypeE",
988
+ "__ZN4absl12lts_2024072224synchronization_internal12PerThreadSem23SetThreadBlockedCounterEPNSt3__16atomicIiEE",
989
+ "__ZN4absl12lts_2024072213base_internal19ThrowStdLengthErrorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
990
+ "_ggml_repeat_back",
991
+ "_ggml_gelu",
992
+ "_ggml_map_custom2",
993
+ "_ggml_backend_dev_name",
994
+ "__ZN6google8protobuf8internal14WireFormatLite10WriteFloatEifPNS0_2io17CodedOutputStreamE",
995
+ "_ggml_vec_dot_iq2_xxs_q8_K",
996
+ "__ZN4absl12lts_2024072213ToDoubleHoursENS0_8DurationE",
997
+ "__ZN6google8protobuf8internal14WireFormatLite9Int32SizeERKNS0_13RepeatedFieldIiEE",
998
+ "_ggml_backend_sched_reserve",
999
+ "_ggml_backend_sched_new",
1000
+ "_ggml_rms_norm",
1001
+ "__ZNK35qvac_lib_inference_addon_mlc_marian16TranslationModel20runtimeStatsToStringEv",
1002
+ "__ZN13sentencepiece17SentencePieceTextC2EPN6google8protobuf5ArenaEb",
1003
+ "__ZNK6google8protobuf8internal12ExtensionSet19GetRawRepeatedFieldEiPKv",
1004
+ "__ZN6google8protobuf8internal11SerialArena16AllocateNewBlockEmPKNS1_16AllocationPolicyE",
1005
+ "_ggml_compute_forward_map_custom3",
1006
+ "__ZN6google8protobuf11safe_strtodEPKcPd",
1007
+ "_ggml_hash_set_free",
1008
+ "__ZNK4absl12lts_202407226ByChar4FindENS0_11string_viewEm",
1009
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone7versionEv",
1010
+ "__ZN13sentencepiece7unigram7LatticeD2Ev",
1011
+ "__ZNK13sentencepiece26ImmutableSentencePieceText4textEv",
1012
+ "__ZN13sentencepiece26ImmutableSentencePieceTextC1ERKNS_17SentencePieceTextE",
1013
+ "__ZN13sentencepiece4util6Status11IgnoreErrorEv",
1014
+ "__ZN4absl12lts_2024072213base_internal16ThrowStdBadAllocEv",
1015
+ "__ZN35qvac_lib_inference_addon_mlc_marian6appendEP8js_env_sP18js_callback_info_s",
1016
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiter19InternalCondVarPokeEv",
1017
+ "_quantize_q8_0",
1018
+ "_ggml_vec_dot_iq1_m_q8_K_generic",
1019
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl4NameEv",
1020
+ "__ZNK6google8protobuf8internal12ExtensionSet20GetRefRepeatedUInt64Eii",
1021
+ "__ZN4absl12lts_2024072221StrContainsIgnoreCaseENS0_11string_viewES1_",
1022
+ "_ggml_gemm_q4_0_8x8_q8_0",
1023
+ "__ZNK4absl12lts_2024072219str_format_internal16ParsedFormatBase18MatchesConversionsEbSt16initializer_listINS0_23FormatConversionCharSetEE",
1024
+ "_ggml_flash_attn_ext_get_prec",
1025
+ "__ZNK6google8protobuf2io17ArrayOutputStream9ByteCountEv",
1026
+ "__ZN4absl12lts_2024072219str_format_internal10FormatPackENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
1027
+ "__ZN6google8protobuf8internal12ExtensionSet14ReleaseMessageEiRKNS0_11MessageLiteE",
1028
+ "__ZN6google8protobuf8internal12ExtensionSet10ParseFieldEyPKcPKNS0_11MessageLiteEPNS1_16InternalMetadataEPNS1_12ParseContextE",
1029
+ "_ggml_compute_forward_rwkv_wkv6",
1030
+ "_quantize_q3_K",
1031
+ "__ZN4absl12lts_2024072218container_internal15EmptyGenerationEv",
1032
+ "__ZNK13sentencepiece10normalizer13PrefixMatcher13GlobalReplaceEN4absl12lts_2024072211string_viewES4_",
1033
+ "__ZN13sentencepiece12SelfTestData5ClearEv",
1034
+ "__ZN13sentencepiece10normalizer10Normalizer25DecodePrecompiledCharsMapEN4absl12lts_2024072211string_viewEPS4_S5_PNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEE",
1035
+ "__ZN6google8protobuf8internal18PackedSInt64ParserEPvPKcPNS1_12ParseContextE",
1036
+ "__ZN6google8protobuf8internal12ParseContext28ReadSizeAndPushLimitAndDepthEPKcPi",
1037
+ "_ggml_get_rows_back",
1038
+ "__ZN6google8protobuf16strtou32_adaptorEPKcPPci",
1039
+ "__ZN4absl12lts_2024072218EndsWithIgnoreCaseENS0_11string_viewES1_",
1040
+ "_ggml_get_f32_1d",
1041
+ "__ZN13sentencepiece11string_util17UnicodeTextToUTF8ERKNSt3__16vectorIjNS1_9allocatorIjEEEE",
1042
+ "__ZNK13sentencepiece31ImmutableNBestSentencePieceText6nbestsEi",
1043
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEb",
1044
+ "__ZN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamD1Ev",
1045
+ "_ggml_backend_sched_get_n_backends",
1046
+ "__ZN13sentencepiece14NormalizerSpecC2ERKS0_",
1047
+ "__ZN4absl12lts_2024072214flags_internal8FlagImpl4InitEv",
1048
+ "_ggml_silu_inplace",
1049
+ "__ZN6google8protobuf8internal12ExtensionSet26UnsafeShallowSwapExtensionEPS2_i",
1050
+ "__ZNK13sentencepiece14ModelInterface9pad_pieceEv",
1051
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone15prev_transitionERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEEPNS3_16civil_transitionE",
1052
+ "_ggml_backend_event_synchronize",
1053
+ "__ZNK6google8protobuf8internal12ExtensionSet20GetRefRepeatedUInt32Eii",
1054
+ "__ZN6google8protobuf2io16CodedInputStreamD2Ev",
1055
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEj",
1056
+ "__ZN13sentencepiece22SentencePieceProcessor23LoadFromSerializedProtoEN4absl12lts_2024072211string_viewE",
1057
+ "__ZN6google8protobuf19WebSafeBase64EscapeEPKhiPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEb",
1058
+ "_ggml_backend_graph_compute_async",
1059
+ "_ggml_vec_dot_q6_K_q8_K",
1060
+ "_ggml_cross_entropy_loss_back",
1061
+ "_ggml_compute_forward_rope",
1062
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiterC1Ev",
1063
+ "__ZN6google8protobuf4util15status_internal6StatusaSERKS3_",
1064
+ "__ZN6google8protobuf8internal12ExtensionSet30UnsafeArenaSetAllocatedMessageEihPKNS0_15FieldDescriptorEPNS0_11MessageLiteE",
1065
+ "__ZNK6google8protobuf11MessageLite23SerializePartialToArrayEPvi",
1066
+ "__ZN4absl12lts_2024072213base_internal20ThrowStdRuntimeErrorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
1067
+ "__ZN13sentencepiece4util6StatusaSERKS1_",
1068
+ "__ZN4absl12lts_2024072214flags_internal18FlagStateInterfaceD1Ev",
1069
+ "_ggml_backend_get_default_buffer_type",
1070
+ "__ZN6google8protobuf4util15status_internal18AlreadyExistsErrorENS0_20stringpiece_internal11StringPieceE",
1071
+ "__ZN6google8protobuf8internal14WireFormatLite9Int64SizeERKNS0_13RepeatedFieldIxEE",
1072
+ "__ZN4absl12lts_202407225Mutex10UnlockSlowEPNS0_15SynchWaitParamsE",
1073
+ "_ggml_conv_1d_dw_ph",
1074
+ "__ZN6google8protobuf12Base64EscapeENS0_20stringpiece_internal11StringPieceEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
1075
+ "_ggml_get_tensor",
1076
+ "_ggml_compute_forward_opt_step_adamw",
1077
+ "__ZN6google8protobuf8internal15ThreadSafeArenaD1Ev",
1078
+ "__ZN4absl12lts_2024072213hash_internal10CityHash64EPKcm",
1079
+ "__ZNK6google8protobuf8internal12ExtensionSet13ExtensionSizeEi",
1080
+ "_ggml_fopen",
1081
+ "__ZN6google8protobuf7strings8AlphaNumC1ENS1_3HexE",
1082
+ "__ZN6google8protobuf4util15status_internal14CancelledErrorENS0_20stringpiece_internal11StringPieceE",
1083
+ "_bare_register_module_v0",
1084
+ "_ggml_backend_cpu_buffer_from_ptr",
1085
+ "_ggml_group_norm_inplace",
1086
+ "_ggml_print_objects",
1087
+ "_ggml_get_i32_nd",
1088
+ "_ggml_compute_forward_sum_rows",
1089
+ "__ZN13sentencepiece10ModelProtoC1ERKS0_",
1090
+ "_ggml_compute_forward_log",
1091
+ "__ZN13sentencepiece26ImmutableSentencePieceTextD1Ev",
1092
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo7VersionEv",
1093
+ "_dequantize_row_tq2_0",
1094
+ "__ZN13sentencepiece4util6Status17set_error_messageEPKc",
1095
+ "_ggml_threadpool_chunk_set",
1096
+ "_ggml_backend_cpu_set_threadpool",
1097
+ "__ZNK6google8protobuf8internal12ExtensionSet15GetRepeatedBoolEii",
1098
+ "__ZN13sentencepiece11TrainerSpecC2ERKS0_",
1099
+ "__ZNK13sentencepiece22SentencePieceProcessor9NormalizeEN4absl12lts_2024072211string_viewE",
1100
+ "_ggml_compute_forward_reshape",
1101
+ "_ggml_sin",
1102
+ "__ZNK6google8protobuf8internal12ExtensionSet11GetRefInt32EiRKi",
1103
+ "__ZN13sentencepiece14ModelInterfaceD2Ev",
1104
+ "__ZN6google8protobuf8internal11SerialArena23AllocateAlignedFallbackEmPKNS1_16AllocationPolicyE",
1105
+ "__ZNK13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePiece3endEv",
1106
+ "__ZN4ggml3cpu6repack4gemvI10block_q4_0Lx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
1107
+ "__ZN4absl12lts_202407229ByAnyCharC2ENS0_11string_viewE",
1108
+ "_ggml_vec_dot_q3_K_q8_K_generic",
1109
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE21processSignalFinetuneERNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1110
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptor10FreeBufferEv",
1111
+ "_ggml_are_same_shape",
1112
+ "__ZN6google8protobuf8internal19ImplicitWeakMessage14_InternalParseEPKcPNS1_12ParseContextE",
1113
+ "__ZN6google8protobuf4util15status_internal9IsAbortedERKNS2_6StatusE",
1114
+ "_ggml_is_contiguous_1",
1115
+ "_ggml_nrows",
1116
+ "__ZN4absl12lts_2024072211UnparseFlagENS0_8DurationE",
1117
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC2Ev",
1118
+ "_ggml_backend_dev_init",
1119
+ "__ZN6google8protobuf8internal12ExtensionSet23MutableRawRepeatedFieldEihbPKNS0_15FieldDescriptorE",
1120
+ "__ZN13sentencepiece10normalizer13PrefixMatcherC2ERKNSt3__13setIN4absl12lts_2024072211string_viewENS2_4lessIS6_EENS2_9allocatorIS6_EEEE",
1121
+ "__ZN6google8protobuf12safe_strto32ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPi",
1122
+ "_ggml_time_us",
1123
+ "__ZN6google8protobuf13FloatToBufferEfPc",
1124
+ "__ZN13sentencepiece31ImmutableNBestSentencePieceText21ConvertToUnicodeSpansEv",
1125
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptor6BackUpEi",
1126
+ "__ZN6google8protobuf23ShutdownProtobufLibraryEv",
1127
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4Impl7UTCImplEv",
1128
+ "_ggml_is_numa",
1129
+ "__ZNK13sentencepiece22SentencePieceProcessor12GetPieceSizeEv",
1130
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece31SentencePieceText_SentencePieceEJEEEPT_PS1_DpOT0_",
1131
+ "__ZN13sentencepiece10ModelProtoD2Ev",
1132
+ "__Z19ggml_quantize_mat_tILx4EL9ggml_type8EEvPKfPvxx",
1133
+ "_ggml_silu",
1134
+ "__ZN4absl12lts_2024072213time_internal4cctz10TimeZoneIf4MakeERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1135
+ "_ggml_backend_sched_get_n_splits",
1136
+ "_ggml_add1_inplace",
1137
+ "_ggml_compute_forward_conv_transpose_2d",
1138
+ "_ggml_backend_sched_free",
1139
+ "_ggml_fp32_to_fp16_row",
1140
+ "__ZN6google8protobuf8internal14WireFormatLite9WriteEnumEiiPNS0_2io17CodedOutputStreamE",
1141
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_S4_S4_S4_S4_S4_S4_S4_",
1142
+ "_ggml_get_data",
1143
+ "__ZN6google8protobuf8internal18GenericTypeHandlerINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEE5MergeERKS9_PS9_",
1144
+ "_ggml_mul_mat",
1145
+ "__ZN13sentencepiece12SelfTestData9MergeFromERKS0_",
1146
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEiNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1147
+ "_ggml_vec_dot_q8_0_q8_0",
1148
+ "__ZN6google8protobuf15StripWhitespaceEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
1149
+ "_ggml_backend_buft_get_alignment",
1150
+ "__ZN6google8protobuf8internal13DestroyStringEPKv",
1151
+ "_ggml_graph_get_tensor",
1152
+ "__ZNK4absl12lts_2024072211string_view16find_last_not_ofES1_m",
1153
+ "__ZN6google8protobuf8internal23SerializeMessageNoTableEPKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1154
+ "_ggml_quantize_mat_q8_0_4x4_generic",
1155
+ "__ZNK6google8protobuf2io19OstreamOutputStream9ByteCountEv",
1156
+ "__ZN4absl12lts_2024072219str_format_internal32ConsumeUnboundConversionNoInlineEPKcS3_PNS1_17UnboundConversionEPi",
1157
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece13find_first_ofES2_m",
1158
+ "_quantize_q4_0",
1159
+ "__ZN6google8protobuf8internal16PackedBoolParserEPvPKcPNS1_12ParseContextE",
1160
+ "__ZN13sentencepiece24ModelProto_SentencePiece12InternalSwapEPS0_",
1161
+ "__ZN13sentencepiece17SentencePieceTextD1Ev",
1162
+ "__ZN6google8protobuf2io19EpsCopyOutputStream30WriteStringMaybeAliasedOutlineEjRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPh",
1163
+ "__ZN13sentencepiece12SelfTestDataD0Ev",
1164
+ "__ZN4absl12lts_2024072213base_internal26ClearCurrentThreadIdentityEv",
1165
+ "__ZN4absl12lts_202407225Mutex5BlockEPNS0_13base_internal14PerThreadSynchE",
1166
+ "__ZN4absl12lts_2024072216SetStackUnwinderEPFiPPvPiiiPKvS3_E",
1167
+ "_ggml_backend_guid",
1168
+ "__ZNK13sentencepiece31SentencePieceText_SentencePiece13IsInitializedEv",
1169
+ "_ggml_backend_buffer_get_alloc_size",
1170
+ "__ZN4absl12lts_2024072218container_internal37ConvertDeletedToEmptyAndFullToDeletedEPNS1_6ctrl_tEm",
1171
+ "__ZN6google8protobuf8internal15ThreadSafeArena11CleanupListEv",
1172
+ "__ZN6google8protobuf2io19LimitingInputStreamC1EPNS1_19ZeroCopyInputStreamEx",
1173
+ "_ggml_compute_forward_sub",
1174
+ "__ZNK6google8protobuf8internal12ExtensionSet7GetEnumEii",
1175
+ "_ggml_diag_mask_zero_inplace",
1176
+ "__ZN13sentencepiece24ModelProto_SentencePieceC2ERKS0_",
1177
+ "__ZN6google8protobuf11MessageLite16ParseFromIstreamEPNSt3__113basic_istreamIcNS2_11char_traitsIcEEEE",
1178
+ "__ZNK4absl12lts_2024072214flags_internal13MaskedPointer9CheckMaskEm",
1179
+ "_ggml_win_part",
1180
+ "__ZN13sentencepiece7unigram7LatticeD0Ev",
1181
+ "__ZN6google8protobuf2io16CodedInputStream16ReadVarint32SlowEPj",
1182
+ "__ZN6google8protobuf8internal24InlineGreedyStringParserEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEPKcPNS1_12ParseContextE",
1183
+ "__ZN4absl12lts_2024072213base_internal21ThrowStdOverflowErrorEPKc",
1184
+ "__ZN6google8protobuf8internal14WireFormatLite16WriteDoubleArrayEPKdiPNS0_2io17CodedOutputStreamE",
1185
+ "__ZN6google8protobuf20stringpiece_internal11StringPiece14ConsumeFromEndES2_",
1186
+ "_ggml_diag_mask_inf",
1187
+ "__ZNK13sentencepiece22SentencePieceProcessor9IsUnknownEi",
1188
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl33CheckDefaultValueParsingRoundtripEv",
1189
+ "__ZN6google8protobuf4util15status_internal6StatusC2ERKS3_",
1190
+ "__ZN13sentencepiece19SelfTestData_Sample21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
1191
+ "__ZN6google8protobuf8internal12ExtensionSet9AddUInt32EihbjPKNS0_15FieldDescriptorE",
1192
+ "__ZN6google8protobuf8internal11SerialArena34AllocateAlignedWithCleanupFallbackEmPKNS1_16AllocationPolicyE",
1193
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEsNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1194
+ "__ZN35qvac_lib_inference_addon_mlc_marian8activateEP8js_env_sP18js_callback_info_s",
1195
+ "__ZN6google8protobuf8internal6IsNullILi12EEEbPKv",
1196
+ "__ZN4absl12lts_2024072213time_internal4cctz10TimeZoneIfD1Ev",
1197
+ "_ggml_new_tensor",
1198
+ "_quantize_row_q2_K_ref",
1199
+ "__ZN6google8protobuf8internal12ExtensionSet8SetInt64EihxPKNS0_15FieldDescriptorE",
1200
+ "_dequantize_row_q5_0",
1201
+ "__ZN6google8protobuf8internal16InternalMetadata15CheckedDestructEv",
1202
+ "__ZN13sentencepiece7unigram7Lattice5ClearEv",
1203
+ "_ggml_tallocr_new",
1204
+ "__ZN6google8protobuf12safe_strto64ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPx",
1205
+ "_ggml_roll",
1206
+ "__ZN6google8protobuf8internal18EpsCopyInputStream20AppendStringFallbackEPKciPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
1207
+ "__ZNK6google8protobuf8internal12ExtensionSet18GetRepeatedMessageEii",
1208
+ "__ZN6google8protobuf2io19LimitingInputStreamD1Ev",
1209
+ "__ZNK4absl12lts_202407228ByLength4FindENS0_11string_viewEm",
1210
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_S4_S4_S4_S4_S4_S4_",
1211
+ "__ZN4absl12lts_202407228ByLengthC1El",
1212
+ "__ZN4absl12lts_2024072213time_internal4cctz10TimeZoneIf3UTCEv",
1213
+ "_ggml_vec_dot_q8_0_q8_0_generic",
1214
+ "_ggml_backend_sched_set_tensor_backend",
1215
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPtPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1216
+ "__ZNK6google8protobuf2io18IstreamInputStream9ByteCountEv",
1217
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD0Ev",
1218
+ "__ZN13sentencepiece10ModelProtoC1EPN6google8protobuf5ArenaEb",
1219
+ "__ZN13sentencepiece4util6StatusC2Ev",
1220
+ "_ggml_cpu_has_avx512_vbmi",
1221
+ "_ggml_backend_reg_name",
1222
+ "__ZN6google8protobuf10SimpleItoaEl",
1223
+ "__ZN4absl12lts_2024072214flags_internal19NumLeakedFlagValuesEv",
1224
+ "_ggml_vec_dot_tq1_0_q8_K_generic",
1225
+ "_ggml_rope_ext_back",
1226
+ "__ZN4absl12lts_2024072218container_internal17ClearBackingArrayERNS1_12CommonFieldsERKNS1_15PolicyFunctionsEbb",
1227
+ "_ggml_backend_load_all",
1228
+ "__ZNK6google8protobuf4util15status_internal6Status8ToStringEv",
1229
+ "__ZN13sentencepiece19SelfTestData_SampleC2ERKS0_",
1230
+ "__ZN4ggml3cpu6repack6repackI10block_q4_0Lx8ELx8EEEiP11ggml_tensorPKvm",
1231
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC7VersionEv",
1232
+ "_quantize_row_q6_K",
1233
+ "__ZNK4absl12lts_2024072211string_view17find_first_not_ofES1_m",
1234
+ "__ZN6google8protobuf5Arena21AllocateAlignedNoHookEm",
1235
+ "_ggml_time_init",
1236
+ "__ZN4absl12lts_202407225Mutex17DecrementSynchSemEPS1_PNS0_13base_internal14PerThreadSynchENS0_24synchronization_internal13KernelTimeoutE",
1237
+ "__ZN6google8protobuf8internal19ExtensionSerializerEPKNS0_11MessageLiteEPKhjjjPNS0_2io17CodedOutputStreamE",
1238
+ "_ggml_compute_forward_gla",
1239
+ "__ZN4absl12lts_202407225Mutex10ReaderLockEv",
1240
+ "_ggml_compute_forward_flash_attn_ext",
1241
+ "__ZN6google8protobuf8internal17PrintUTF8ErrorLogENS0_20stringpiece_internal11StringPieceES3_PKcb",
1242
+ "__ZN35qvac_lib_inference_addon_mlc_marian6reloadEP8js_env_sP18js_callback_info_s",
1243
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece12find_last_ofES2_m",
1244
+ "__ZN6google8protobuf2io15FileInputStreamC2Eii",
1245
+ "__ZN6google8protobuf8internal23GetOwnedMessageInternalEPNS0_5ArenaEPNS0_11MessageLiteES3_",
1246
+ "_ggml_cpu_get_sve_cnt",
1247
+ "_ggml_vec_dot_q5_K_q8_K_generic",
1248
+ "_ggml_cpu_has_ssse3",
1249
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone6lookupERKNS2_6detail10civil_timeINS4_10second_tagEEE",
1250
+ "__ZN4absl12lts_2024072216numbers_internal18safe_strto128_baseENS0_11string_viewEPNS0_6int128Ei",
1251
+ "__ZN4absl12lts_2024072214flags_internal8FlagImpl12RestoreStateERKNS1_9FlagStateE",
1252
+ "__ZNK4absl12lts_202407228TimeZone2AtENS0_4TimeE",
1253
+ "__Z35ggml_backend_cpu_repack_buffer_typev",
1254
+ "__ZN6google8protobuf2io19EpsCopyOutputStream4SkipEiPPh",
1255
+ "_ggml_backend_buffer_set_usage",
1256
+ "_ggml_is_vector",
1257
+ "__ZN4ggml3cpu6repack4gemvI10block_q4_0Lx8ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
1258
+ "_quantize_row_q5_K_ref",
1259
+ "__ZNK13sentencepiece22SentencePieceProcessor20SampleEncodeAndScoreEN4absl12lts_2024072211string_viewEifbbPNSt3__16vectorINS4_4pairINS5_IiNS4_9allocatorIiEEEEfEENS7_ISA_EEEE",
1260
+ "_ggml_n_dims",
1261
+ "_quantize_iq4_nl",
1262
+ "__ZN4absl12lts_2024072213base_internal8SpinLock8SpinLoopEv",
1263
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplENS0_11string_viewENS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1264
+ "_ggml_exp",
1265
+ "_ggml_graph_compute_with_ctx",
1266
+ "__ZN13sentencepiece22NBestSentencePieceTextC1EPN6google8protobuf5ArenaEb",
1267
+ "__ZN4absl12lts_2024072218container_internal19HashSetResizeHelper20TransferSlotAfterSooERNS1_12CommonFieldsEm",
1268
+ "__ZN6google8protobuf8internal14ArenaStringPtr7ReleaseEv",
1269
+ "_ggml_conv_1d",
1270
+ "_ggml_blck_size",
1271
+ "__ZN6google8protobuf4util15status_internal21PermissionDeniedErrorENS0_20stringpiece_internal11StringPieceE",
1272
+ "_ggml_backend_dev_offload_op",
1273
+ "__ZN6google8protobuf2io18IstreamInputStream4NextEPPKvPi",
1274
+ "_quantize_row_iq4_nl_ref",
1275
+ "__ZN4absl12lts_2024072213hash_internal15MixingHashState28CombineLargeContiguousImpl32EyPKhm",
1276
+ "_ggml_gemv_q4_0_4x4_q8_0_generic",
1277
+ "_ggml_backend_graph_plan_compute",
1278
+ "__ZNK6google8protobuf11MessageLite25SerializeToZeroCopyStreamEPNS0_2io20ZeroCopyOutputStreamE",
1279
+ "__ZN6google8protobuf16EncodeAsUTF8CharEjPc",
1280
+ "__ZN4absl12lts_2024072219SetFlagsUsageConfigENS0_16FlagsUsageConfigE",
1281
+ "__ZN4absl12lts_2024072219str_format_internal13BufferRawSink5WriteENS0_11string_viewE",
1282
+ "__ZNK4absl12lts_202407228TimeZone14PrevTransitionENS0_4TimeEPNS1_15CivilTransitionE",
1283
+ "__ZNK13sentencepiece22NBestSentencePieceText11GetTypeNameEv",
1284
+ "__ZN4absl12lts_202407229Condition19CallVoidPtrFunctionEPKS1_",
1285
+ "__ZN6google8protobuf8internal14WireFormatLite11WriteDoubleEidPNS0_2io17CodedOutputStreamE",
1286
+ "_quantize_row_iq3_s_ref",
1287
+ "_ggml_vec_dot_iq4_xs_q8_K_generic",
1288
+ "__ZN13sentencepiece31SentencePieceText_SentencePiece8CopyFromERKS0_",
1289
+ "__ZN6google8protobuf7ClosureD2Ev",
1290
+ "_ggml_threadpool_params_match",
1291
+ "_ggml_compute_forward_pad_reflect_1d",
1292
+ "__Z30nmt_init_from_file_with_paramsPKc18nmt_context_params",
1293
+ "__ZN4absl12lts_2024072219str_format_internal7FprintFEP7__sFILENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
1294
+ "__ZNK4absl12lts_2024072215CommandLineFlag9IsRetiredEv",
1295
+ "__ZN6google8protobuf8internal12ExtensionSet9Extension5ClearEv",
1296
+ "_ggml_cpu_has_sme",
1297
+ "__ZN4absl12lts_2024072224synchronization_internal25OneTimeInitThreadIdentityEPNS0_13base_internal14ThreadIdentityE",
1298
+ "_quantize_row_q4_1_ref",
1299
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc4FreeEPv",
1300
+ "__ZN4absl12lts_2024072213hash_internal18CityHash64WithSeedEPKcmy",
1301
+ "_ggml_conv_1d_ph",
1302
+ "__ZN4absl12lts_2024072214flags_internal13MaskedPointerC1EPvb",
1303
+ "__ZN6google8protobuf23UTF8FirstLetterNumBytesEPKci",
1304
+ "__ZNK13sentencepiece22SentencePieceProcessor9PieceToIdEN4absl12lts_2024072211string_viewE",
1305
+ "__ZN6google8protobuf2io16CodedInputStream20ReadVarint64FallbackEv",
1306
+ "__ZN4absl12lts_2024072216numbers_internal17SixDigitsToBufferEdPc",
1307
+ "__ZNK4absl12lts_202407225Mutex16AssertReaderHeldEv",
1308
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptor10FreeBufferEv",
1309
+ "_ggml_backend_dev_type",
1310
+ "__ZN6google8protobuf4util15status_internal10IsNotFoundERKNS2_6StatusE",
1311
+ "__ZNK13sentencepiece7unigram5Model12SampleEncodeEN4absl12lts_2024072211string_viewEf",
1312
+ "__ZNK13sentencepiece10ModelProto12ByteSizeLongEv",
1313
+ "_ggml_get_next_tensor",
1314
+ "_ggml_graph_overhead",
1315
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout16ToChronoDurationEv",
1316
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStream4SkipEi",
1317
+ "__ZN4absl12lts_2024072213StrReplaceAllENS0_11string_viewESt16initializer_listINSt3__14pairIS1_S1_EEE",
1318
+ "__ZNK6google8protobuf11MessageLite16SerializeToArrayEPvi",
1319
+ "_dequantize_row_q8_0",
1320
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone15next_transitionERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEEPNS3_16civil_transitionE",
1321
+ "_ggml_graph_overhead_custom",
1322
+ "__ZN6google8protobuf2io16CodedInputStream28BackUpInputToCurrentPositionEv",
1323
+ "_quantize_row_q4_K",
1324
+ "__ZN13sentencepiece22SentencePieceProcessor9LoadOrDieEN4absl12lts_2024072211string_viewE",
1325
+ "__ZN13sentencepiece4word5ModelD0Ev",
1326
+ "__ZN6google8protobuf2io19LimitingInputStreamD0Ev",
1327
+ "__ZN13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePieceC2Ev",
1328
+ "_ggml_conv_2d_dw",
1329
+ "_ggml_set_zero",
1330
+ "__ZN6google8protobuf24UnescapeCEscapeSequencesEPKcPcPNSt3__16vectorINS4_12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENS9_ISB_EEEE",
1331
+ "_ggml_vec_dot_q4_K_q8_K_generic",
1332
+ "_ggml_rope_yarn_corr_dims",
1333
+ "_ggml_vec_dot_q4_K_q8_K",
1334
+ "__ZNK13sentencepiece4util6Status13error_messageEv",
1335
+ "_ggml_backend_dev_host_buffer_type",
1336
+ "_ggml_backend_reg_by_name",
1337
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEl",
1338
+ "__ZNK13sentencepiece22SentencePieceProcessor11model_protoEv",
1339
+ "_ggml_backend_reg_dev_get",
1340
+ "__ZN4absl12lts_2024072214flags_internal13MaskedPointerC2EPvb",
1341
+ "_ggml_compute_forward_exp",
1342
+ "_quantize_q4_K",
1343
+ "__ZN4absl12lts_2024072213base_internal19ThrowStdDomainErrorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
1344
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc14AllocWithArenaEmPNS2_5ArenaE",
1345
+ "__ZN13sentencepiece4util6StatusC1Ev",
1346
+ "_ggml_threadpool_chunk_add",
1347
+ "_ggml_compute_forward_clamp",
1348
+ "__ZN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamD0Ev",
1349
+ "_ggml_get_data_f32",
1350
+ "_quantize_iq2_xxs",
1351
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo16EquivTransitionsEhh",
1352
+ "__ZNK6google8protobuf2io16ArrayInputStream9ByteCountEv",
1353
+ "__ZN6google8protobuf2io17CodedOutputStreamD2Ev",
1354
+ "_ggml_vec_dot_q5_1_q8_1",
1355
+ "_ggml_vec_dot_q4_0_q8_0",
1356
+ "__ZNK13sentencepiece10normalizer10Normalizer9NormalizeEN4absl12lts_2024072211string_viewE",
1357
+ "__ZN4absl12lts_202407225Mutex6UnlockEv",
1358
+ "__ZN4absl12lts_2024072214flags_internal15DynValueDeleterC2EPFPvNS1_6FlagOpEPKvS3_S3_E",
1359
+ "__ZN13sentencepiece10ModelProto9_Internal17denormalizer_specEPKS0_",
1360
+ "_ggml_compute_forward_acc",
1361
+ "__ZN6google8protobuf8internal12ExtensionSet7SetBoolEihbPKNS0_15FieldDescriptorE",
1362
+ "_ggml_rwkv_wkv7",
1363
+ "__ZNK13sentencepiece22NBestSentencePieceText18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
1364
+ "__ZN13sentencepiece10ModelProto21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
1365
+ "_quantize_row_q4_0_ref",
1366
+ "_ggml_backend_sched_reset",
1367
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptorD0Ev",
1368
+ "_quantize_row_q5_1",
1369
+ "__ZNK13sentencepiece24ModelProto_SentencePiece12ByteSizeLongEv",
1370
+ "__ZN13sentencepiece10log_domain6LogSumERKNSt3__16vectorIdNS1_9allocatorIdEEEE",
1371
+ "__ZN4absl12lts_202407225Mutex6WakeupEPNS0_13base_internal14PerThreadSynchE",
1372
+ "_ggml_map_custom1_inplace",
1373
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplENS1_7VoidPtrENS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1374
+ "__ZN6google8protobuf8internal12ExtensionSet7SetEnumEihiPKNS0_15FieldDescriptorE",
1375
+ "_ggml_backend_compare_graph_backend",
1376
+ "__ZN13sentencepiece7unigram7Lattice11SetSentenceEN4absl12lts_2024072211string_viewE",
1377
+ "_ggml_cycles_per_ms",
1378
+ "_ggml_compute_forward_sqrt",
1379
+ "__ZN13sentencepiece26ImmutableSentencePieceText21ConvertToUnicodeSpansEv",
1380
+ "_quantize_row_tq1_0",
1381
+ "__ZN6google8protobuf10SimpleFtoaEf",
1382
+ "_ggml_flash_attn_ext",
1383
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1384
+ "_ggml_log",
1385
+ "__ZN6google8protobuf11JoinStringsERKNSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEPKcPS8_",
1386
+ "__ZN6google8protobuf9StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_7strings8AlphaNumESC_",
1387
+ "__ZN13sentencepiece31SentencePieceText_SentencePieceC1ERKS0_",
1388
+ "_ggml_compute_forward_set",
1389
+ "__ZN6google8protobuf2io24ConcatenatingInputStream4SkipEi",
1390
+ "__ZN13sentencepiece10ModelProtoD1Ev",
1391
+ "_ggml_new_i32",
1392
+ "_ggml_repeat",
1393
+ "__ZN4absl12lts_2024072213time_internal4cctz19FixedOffsetFromNameERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS3_6chrono8durationIxNS3_5ratioILl1ELl1EEEEE",
1394
+ "_dequantize_row_q8_K",
1395
+ "_ggml_graph_view",
1396
+ "_ggml_upscale",
1397
+ "__ZN6google8protobuf8internal14ArenaStringPtr12ClearToEmptyEv",
1398
+ "_ggml_cpu_has_bmi2",
1399
+ "__ZN13sentencepiece10normalizer10NormalizerC1ERKNS_14NormalizerSpecE",
1400
+ "_ggml_backend_buft_name",
1401
+ "_ggml_vec_dot_iq2_s_q8_K_generic",
1402
+ "__ZN4absl12lts_2024072220DurationFromTimespecE8timespec",
1403
+ "_ggml_compute_forward_argsort",
1404
+ "_ggml_threadpool_params_default",
1405
+ "__ZN13sentencepiece31SentencePieceText_SentencePiece5ClearEv",
1406
+ "__ZN35qvac_lib_inference_addon_mlc_marian6unloadEP8js_env_sP18js_callback_info_s",
1407
+ "__ZNK13sentencepiece26ImmutableSentencePieceText6piecesEi",
1408
+ "__ZN4absl12lts_2024072213base_internal8SpinLock8SlowLockEv",
1409
+ "__ZNK13sentencepiece22SentencePieceProcessor9NormalizeEN4absl12lts_2024072211string_viewEPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEPNS4_6vectorImNS8_ImEEEE",
1410
+ "_ggml_gemm_q4_0_4x8_q8_0",
1411
+ "__ZN6google8protobuf8internal15ThreadSafeArena20InitializeWithPolicyEPvmNS1_16AllocationPolicyE",
1412
+ "_ggml_hardswish",
1413
+ "_ggml_compute_forward_scale",
1414
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel4loadEv",
1415
+ "__ZN4absl12lts_2024072213base_internal24SpinLockSuggestedDelayNSEi",
1416
+ "_ggml_backend_metal_buffer_type",
1417
+ "__ZN4absl12lts_2024072224synchronization_internal10WaiterBase15MaybeBecomeIdleEv",
1418
+ "_dequantize_row_q4_K",
1419
+ "__ZN6google8protobuf8internal12ExtensionSet9AddUInt64EihbyPKNS0_15FieldDescriptorE",
1420
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEDnNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1421
+ "_ggml_sigmoid_inplace",
1422
+ "__ZN13sentencepiece10ModelProto9_Internal14self_test_dataEPKS0_",
1423
+ "__ZN4absl12lts_2024072212ToInt64HoursENS0_8DurationE",
1424
+ "_ggml_compute_forward_mean",
1425
+ "_ggml_backend_alloc_ctx_tensors",
1426
+ "_ggml_new_graph_custom",
1427
+ "_ggml_backend_sched_get_tensor_backend",
1428
+ "__ZN6google8protobuf11MessageLite30ParseFromBoundedZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamEi",
1429
+ "__ZN4absl12lts_2024072214flags_internal16ReportUsageErrorENS0_11string_viewEb",
1430
+ "__ZN13sentencepiece14NormalizerSpecD1Ev",
1431
+ "__ZN4absl12lts_2024072213base_internal8SpinLockC2ENS1_14SchedulingModeE",
1432
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptor4SkipEi",
1433
+ "__ZN6google8protobuf2io16FileOutputStreamD1Ev",
1434
+ "__ZN6google8protobuf19WebSafeBase64EscapeEPKhiPcib",
1435
+ "_ggml_vec_dot_q4_0_q8_0_generic",
1436
+ "_ggml_step_inplace",
1437
+ "_ggml_backend_tensor_get",
1438
+ "__ZN4absl12lts_2024072219str_format_internal16ConvertFloatImplEeRKNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1439
+ "__ZN4absl12lts_2024072221RegisterMutexProfilerEPFvxE",
1440
+ "__ZN13sentencepiece19SelfTestData_Sample9MergeFromERKS0_",
1441
+ "_ggml_backend_metal_capture_next_compute",
1442
+ "__ZN4absl12lts_20240722lsERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEENS0_7uint128E",
1443
+ "__ZN13sentencepiece22SentencePieceProcessor4LoadENSt3__110unique_ptrINS_10ModelProtoENS1_14default_deleteIS3_EEEE",
1444
+ "_ggml_backend_blas_init",
1445
+ "__ZN6google8protobuf8internal12ExtensionSet12InternalSwapEPS2_",
1446
+ "__ZN4absl12lts_202407226StrCatERKNS0_8AlphaNumES3_S3_",
1447
+ "_ggml_vec_dot_iq3_s_q8_K_generic",
1448
+ "__ZN13sentencepiece12SelfTestDataC1EPN6google8protobuf5ArenaEb",
1449
+ "__ZNK6google8protobuf8internal12ExtensionSet12GetRefUInt64EiRKy",
1450
+ "__ZN6google8protobuf8internal14WireFormatLite13WriteSFixed64EixPNS0_2io17CodedOutputStreamE",
1451
+ "_ggml_compute_forward_silu_back",
1452
+ "__ZN13sentencepiece14SetMinLogLevelEi",
1453
+ "__ZN4absl12lts_202407229ByAnyCharC1ENS0_11string_viewE",
1454
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc11DeleteArenaEPNS2_5ArenaE",
1455
+ "__ZN35qvac_lib_inference_addon_mlc_marian6cancelEP8js_env_sP18js_callback_info_s",
1456
+ "_ggml_compute_forward_repeat_back",
1457
+ "_ggml_tanh",
1458
+ "__ZN4absl12lts_2024072213time_internal4cctz17FixedOffsetToNameERKNSt3__16chrono8durationIxNS3_5ratioILl1ELl1EEEEE",
1459
+ "__ZN6google8protobuf8internal15ThreadSafeArena12thread_cacheEv",
1460
+ "_ggml_backend_buffer_get_type",
1461
+ "__ZNK13sentencepiece31SentencePieceText_SentencePiece12ByteSizeLongEv",
1462
+ "_ggml_backend_tensor_set_async",
1463
+ "__ZN6google8protobuf2io18StringOutputStreamC2EPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
1464
+ "__ZNK13sentencepiece24ModelProto_SentencePiece13IsInitializedEv",
1465
+ "_ggml_cpy",
1466
+ "_ggml_gemm_q4_0_4x8_q8_0_generic",
1467
+ "__ZNK4absl12lts_202407229ByAnyChar4FindENS0_11string_viewEm",
1468
+ "_ggml_sin_inplace",
1469
+ "_ggml_cpu_has_arm_fma",
1470
+ "__ZN6google8protobuf2io18IstreamInputStreamC1EPNSt3__113basic_istreamIcNS3_11char_traitsIcEEEEi",
1471
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEtNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1472
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo8MakeTimeERKNS2_6detail10civil_timeINS4_10second_tagEEE",
1473
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPdPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1474
+ "_ggml_compute_forward_get_rel_pos",
1475
+ "__ZNK6google8protobuf8internal12ExtensionSet9GetUInt64Eiy",
1476
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneInfo17ResetToBuiltinUTCERKNSt3__16chrono8durationIxNS4_5ratioILl1ELl1EEEEE",
1477
+ "__ZN4ggml3cpu6repack6repackI10block_q4_0Lx8ELx4EEEiP11ggml_tensorPKvm",
1478
+ "_ggml_reshape",
1479
+ "__ZN6google8protobuf2io18IstreamInputStreamC2EPNSt3__113basic_istreamIcNS3_11char_traitsIcEEEEi",
1480
+ "__ZN6google8protobuf2io19EpsCopyOutputStream19FlushAndResetBufferEPh",
1481
+ "__ZNK6google8protobuf8internal12ExtensionSet17GetRepeatedStringEii",
1482
+ "__ZN4ggml3cpu6repack4gemmI10block_q4_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
1483
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD2Ev",
1484
+ "_dequantize_row_iq3_xxs",
1485
+ "__ZN6google8protobuf4util15status_internal8OkStatusEv",
1486
+ "__ZN4absl12lts_2024072213base_internal10CycleClock3NowEv",
1487
+ "__ZNK13sentencepiece7unigram7Lattice4sizeEv",
1488
+ "__ZN4absl12lts_2024072210SimpleAtofENS0_11string_viewEPf",
1489
+ "__ZN6google8protobuf2io19LimitingInputStream6BackUpEi",
1490
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPyPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1491
+ "__ZN4absl12lts_2024072214flags_internal13MaskedPointer9ApplyMaskEm",
1492
+ "__ZNK13sentencepiece7unigram7Lattice17BackwardAlgorithmEf",
1493
+ "__ZN6google8protobuf8internal19PackedFixed32ParserEPvPKcPNS1_12ParseContextE",
1494
+ "__ZN6google8protobuf2io19EpsCopyOutputStream19EnsureSpaceFallbackEPh",
1495
+ "_ggml_cont",
1496
+ "__ZN13sentencepiece14ModelInterface16InitializePiecesEv",
1497
+ "_ggml_elu",
1498
+ "__ZNK6google8protobuf8internal12ExtensionSet19GetRefRepeatedInt64Eii",
1499
+ "__ZN4ggml3cpu6repack4gemmI10block_q4_0Lx8ELx8EL9ggml_type8EEEviPfmPKvS7_ii",
1500
+ "__ZN6google8protobuf8internal12ExtensionSet12SwapElementsEiii",
1501
+ "_ggml_backend_cpu_set_abort_callback",
1502
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPiPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1503
+ "__ZN13sentencepiece22NBestSentencePieceTextD2Ev",
1504
+ "__ZN6google8protobuf21SplitStringAllowEmptyENS0_20stringpiece_internal11StringPieceEPKcPNSt3__16vectorINS5_12basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENSA_ISC_EEEE",
1505
+ "__ZN6google8protobuf8internal14DestroyMessageEPKv",
1506
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout21InMillisecondsFromNowEv",
1507
+ "_ggml_vec_log_soft_max_f32",
1508
+ "_ggml_l2_norm_inplace",
1509
+ "__ZN13sentencepiece17SentencePieceText14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
1510
+ "__ZN6google8protobuf2io19LimitingInputStreamC2EPNS1_19ZeroCopyInputStreamEx",
1511
+ "__ZN4absl12lts_2024072220ToChronoMicrosecondsENS0_8DurationE",
1512
+ "__ZN6google8protobuf8internal16InternalMetadata11DoMergeFromINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEvRKT_",
1513
+ "__ZN4absl12lts_2024072210SimpleAtodENS0_11string_viewEPd",
1514
+ "_ggml_vec_dot_iq2_xs_q8_K_generic",
1515
+ "__ZN6google8protobuf2io16ArrayInputStream4SkipEi",
1516
+ "_ggml_backend_register",
1517
+ "__ZNK13sentencepiece22SentencePieceProcessor20SampleEncodeAndScoreEN4absl12lts_2024072211string_viewEifbbPNS_22NBestSentencePieceTextE",
1518
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPlPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1519
+ "__ZN13sentencepiece14NormalizerSpecC1ERKS0_",
1520
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEx",
1521
+ "_ggml_hash_set_reset",
1522
+ "__ZN13sentencepiece11TrainerSpec8CopyFromERKS0_",
1523
+ "_quantize_row_q8_K",
1524
+ "__ZN4absl12lts_2024072219DurationFromTimevalE7timeval",
1525
+ "__ZN13sentencepiece14ModelInterfaceC2ERKNS_10ModelProtoE",
1526
+ "__ZN13sentencepiece26ImmutableSentencePieceTextC1Ev",
1527
+ "_ggml_backend_tensor_get_async",
1528
+ "__ZN4absl12lts_202407227uint128C2Ed",
1529
+ "__ZN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStream5WriteEPKvi",
1530
+ "__ZN6google8protobuf8internal12ExtensionSetC2EPNS0_5ArenaE",
1531
+ "_ggml_abort",
1532
+ "__ZN13sentencepiece22NBestSentencePieceTextC1ERKS0_",
1533
+ "__ZN6google8protobuf11MessageLite37ParsePartialFromBoundedZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamEi",
1534
+ "__ZNK13sentencepiece22SentencePieceProcessor25PopulateSentencePieceTextEN4absl12lts_2024072211string_viewES3_RKNSt3__16vectorImNS4_9allocatorImEEEERKNS5_INS4_4pairIS3_iEENS6_ISC_EEEEPNS_17SentencePieceTextE",
1535
+ "__ZN6google8protobuf2io16CodedInputStream7ReadRawEPvi",
1536
+ "__ZN13sentencepiece26TrainerSpec_ModelType_NameENS_21TrainerSpec_ModelTypeE",
1537
+ "__ZNK13sentencepiece22SentencePieceProcessor6DecodeERKNSt3__16vectorIiNS1_9allocatorIiEEEEPNS1_12basic_stringIcNS1_11char_traitsIcEENS3_IcEEEE",
1538
+ "_ggml_compute_forward_norm",
1539
+ "__ZN6google8protobuf11MessageLite13MergeFromImplEPNS0_2io16CodedInputStreamENS1_10ParseFlagsE",
1540
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE4loadIJNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEENS5_13unordered_mapISB_NS5_7variantIJdxEEENS5_4hashISB_EENS5_8equal_toISB_EENS9_INS5_4pairIKSB_SE_EEEEEEEEEvDpT_",
1541
+ "__ZN6google8protobuf8internal12ExtensionSet9SetUInt32EihjPKNS0_15FieldDescriptorE",
1542
+ "__ZNK6google8protobuf14FatalException4whatEv",
1543
+ "__ZN6google8protobuf8internal14WireFormatLite22WriteGroupMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
1544
+ "_ggml_is_contiguous_0",
1545
+ "__ZN6google8protobuf8internal12ExtensionSet11ReleaseLastEi",
1546
+ "__Z8nmt_fullP11nmt_contextPKc",
1547
+ "__ZNK6google8protobuf8internal12ExtensionSet19GetRefRepeatedFloatEii",
1548
+ "_ggml_compute_forward_cross_entropy_loss_back",
1549
+ "__ZN6google8protobuf5Arena23AllocateAlignedWithHookEmPKSt9type_info",
1550
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC8MakeTimeERKNS2_6detail10civil_timeINS4_10second_tagEEE",
1551
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc8NewArenaEj",
1552
+ "_ggml_compute_forward_l2_norm",
1553
+ "__ZN6google8protobuf8internal10LogMessagelsEPKc",
1554
+ "_ggml_cycles",
1555
+ "__ZN6google8protobuf8internal14WireFormatLite13WriteSFixed32EiiPNS0_2io17CodedOutputStreamE",
1556
+ "_ggml_gemv_iq4_nl_4x4_q8_0",
1557
+ "__ZN6google8protobuf2io16FileOutputStream5CloseEv",
1558
+ "__ZNK4absl12lts_202407224Time2InENS0_8TimeZoneE",
1559
+ "__ZN4absl12lts_202407227uint128C1Ee",
1560
+ "__ZNK6google8protobuf8internal12ExtensionSet19GetRefRepeatedInt32Eii",
1561
+ "__Z39ggml_backend_cpu_get_extra_buffers_typev",
1562
+ "__ZN6google8protobuf8internal12ExtensionSet21MutableRepeatedStringEii",
1563
+ "__ZN4absl12lts_2024072216numbers_internal15FastIntToBufferExPc",
1564
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptorC2EPNS1_18CopyingInputStreamEi",
1565
+ "_ggml_cpu_fp16_to_fp32",
1566
+ "__ZN6google8protobuf20stringpiece_internal11StringPiece7ConsumeES2_",
1567
+ "_ggml_get_name",
1568
+ "__ZNK6google8protobuf8internal12ExtensionSet9Extension13IsInitializedEv",
1569
+ "_ggml_compute_forward_diag_mask_zero",
1570
+ "__ZN13sentencepiece14ModelInterfaceD0Ev",
1571
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamD1Ev",
1572
+ "_ggml_compute_forward_sigmoid",
1573
+ "_ggml_rms_norm_inplace",
1574
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiter4PokeEv",
1575
+ "__ZNK4absl12lts_202407229Condition4EvalEv",
1576
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneInfo4LoadEPNS2_14ZoneInfoSourceE",
1577
+ "_ggml_backend_buffer_get_size",
1578
+ "__ZN6google8protobuf2io16CodedInputStream37CheckEntireMessageConsumedAndPopLimitEi",
1579
+ "__ZN6google8protobuf11MessageLite30MergeFromBoundedZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamEi",
1580
+ "_ggml_backend_alloc_ctx_tensors_from_buft",
1581
+ "__ZN13sentencepiece22SentencePieceProcessorD2Ev",
1582
+ "_ggml_gated_linear_attn",
1583
+ "__ZN6google8protobuf8internal14WireFormatLite11SkipMessageEPNS0_2io16CodedInputStreamE",
1584
+ "__ZNK13sentencepiece19SelfTestData_Sample12ByteSizeLongEv",
1585
+ "__ZNK6google8protobuf11MessageLite29LogInitializationErrorMessageEv",
1586
+ "__ZNK6google8protobuf8internal11SerialArena9SpaceUsedEv",
1587
+ "__ZN35qvac_lib_inference_addon_mlc_marian5pauseEP8js_env_sP18js_callback_info_s",
1588
+ "__ZN6google8protobuf21UnescapeCEscapeStringERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPS7_PNS1_6vectorIS7_NS5_IS7_EEEE",
1589
+ "__ZNK6google8protobuf8internal12ExtensionSet15GetRepeatedEnumEii",
1590
+ "_ggml_set_output",
1591
+ "_quantize_q5_0",
1592
+ "__ZN4absl12lts_2024072214flags_internal8FlagImpl10StoreValueEPKvNS1_11ValueSourceE",
1593
+ "__ZNK4absl12lts_202407228ByString4FindENS0_11string_viewEm",
1594
+ "_ggml_reset",
1595
+ "_ggml_set_inplace",
1596
+ "__ZN6google8protobuf2io17ArrayOutputStream6BackUpEi",
1597
+ "__ZN13sentencepiece14NormalizerSpec12InternalSwapEPS0_",
1598
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEyNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1599
+ "_ggml_set_2d_inplace",
1600
+ "_ggml_graph_dup",
1601
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo9LocalTimeExRKNS2_10TransitionE",
1602
+ "_ggml_backend_buffer_is_multi_buffer",
1603
+ "__ZN13sentencepiece26ImmutableSentencePieceText13mutable_protoEv",
1604
+ "__ZN6google8protobuf23InternalFastHexToBufferEyPci",
1605
+ "_ggml_dup",
1606
+ "__ZN14beam_candidateC2Ev",
1607
+ "__ZNK13sentencepiece7unigram5Model15EncodeOptimizedEN4absl12lts_2024072211string_viewE",
1608
+ "__ZN6google8protobuf8internal12ExtensionSet22MutableRepeatedMessageEii",
1609
+ "_ggml_validate_row_data",
1610
+ "_ggml_compute_forward_concat",
1611
+ "__ZN13sentencepiece12ModelFactory6CreateERKNS_10ModelProtoE",
1612
+ "_quantize_iq3_xxs",
1613
+ "_ggml_arange",
1614
+ "__ZN4absl12lts_202407227ToTimeTENS0_4TimeE",
1615
+ "__ZN6google8protobuf8internal19ImplicitWeakMessage16default_instanceEv",
1616
+ "_ggml_rope",
1617
+ "_ggml_backend_is_metal",
1618
+ "_ggml_compute_forward_unary",
1619
+ "__ZNK4absl12lts_2024072211string_view4findEcm",
1620
+ "__Z19ggml_quantize_mat_tILx8EL9ggml_type15EEvPKfPvxx",
1621
+ "__ZNK6google8protobuf8internal12ExtensionSet9GetDoubleEid",
1622
+ "__ZNK4absl12lts_2024072219str_format_internal10Streamable5PrintERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEE",
1623
+ "__ZN6google8protobuf11MessageLite20ParseFromCodedStreamEPNS0_2io16CodedInputStreamE",
1624
+ "_ggml_sqr_inplace",
1625
+ "_ggml_vec_dot_iq4_xs_q8_K",
1626
+ "__ZN4absl12lts_2024072210ToTimespecENS0_4TimeE",
1627
+ "__ZN13sentencepiece17SentencePieceTextD2Ev",
1628
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPNS0_6int128EPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
1629
+ "__ZN4absl12lts_2024072220ToDoubleMillisecondsENS0_8DurationE",
1630
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_S4_S4_S4_S4_",
1631
+ "_ggml_sum",
1632
+ "_ggml_backend_graph_compute",
1633
+ "__ZN13sentencepiece22SentencePieceProcessor8SetModelEONSt3__110unique_ptrINS_14ModelInterfaceENS1_14default_deleteIS3_EEEE",
1634
+ "__ZN6google8protobuf2io16ArrayInputStreamC2EPKvii",
1635
+ "__ZN4absl12lts_2024072218container_internal19PrepareInsertNonSooERNS1_12CommonFieldsEmNS1_8FindInfoERKNS1_15PolicyFunctionsE",
1636
+ "__ZNK13sentencepiece22SentencePieceProcessor11NBestEncodeEN4absl12lts_2024072211string_viewEiPNSt3__16vectorINS5_IiNS4_9allocatorIiEEEENS6_IS8_EEEE",
1637
+ "_ggml_type_sizef",
1638
+ "__ZN6google8protobuf9StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_7strings8AlphaNumE",
1639
+ "_ggml_sigmoid",
1640
+ "_quantize_iq4_xs",
1641
+ "__ZN4absl12lts_2024072216numbers_internal12PutTwoDigitsEjPc",
1642
+ "__ZN6google8protobuf2io19LimitingInputStream4NextEPPKvPi",
1643
+ "_ggml_gallocr_get_buffer_size",
1644
+ "__ZN13sentencepiece11PieceToByteEN4absl12lts_2024072211string_viewE",
1645
+ "_ggml_compute_forward_dup",
1646
+ "__ZN6google8protobuf17FastHex32ToBufferEjPc",
1647
+ "__ZNK13sentencepiece7unigram7Lattice16PopulateMarginalEfPNSt3__16vectorIfNS2_9allocatorIfEEEE",
1648
+ "__ZNK6google8protobuf2io16CodedInputStream15BytesUntilLimitEv",
1649
+ "__ZN6google8protobuf8internal20RepeatedPtrFieldBase8CloseGapEii",
1650
+ "__ZN6google8protobuf7strings10CHexEscapeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
1651
+ "__ZNK4absl12lts_2024072213time_internal4cctz14ZoneInfoSource7VersionEv",
1652
+ "_ggml_conv_2d",
1653
+ "__ZNK6google8protobuf11MessageLite17SerializeToStringEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
1654
+ "_quantize_row_iq2_s_ref",
1655
+ "_quantize_row_q8_1",
1656
+ "_ggml_backend_buft_get_alloc_size",
1657
+ "__ZNK13sentencepiece7unigram7Lattice8sentenceEv",
1658
+ "__ZN6google8protobuf8internal15ThreadSafeArena26AllocateAlignedWithCleanupEmPKSt9type_info",
1659
+ "_ggml_rope_multi_back",
1660
+ "__ZNK13sentencepiece19SelfTestData_Sample13SetCachedSizeEi",
1661
+ "__ZN4absl12lts_2024072213StrReplaceAllESt16initializer_listINSt3__14pairINS0_11string_viewES4_EEEPNS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
1662
+ "__ZN13sentencepiece7unigram5ModelC1ERKNS_10ModelProtoE",
1663
+ "_ggml_mul_mat_id",
1664
+ "__ZNK6google8protobuf2io16CodedInputStream25BytesUntilTotalBytesLimitEv",
1665
+ "__ZN6google8protobuf2io19EpsCopyOutputStream14EnableAliasingEb",
1666
+ "_ggml_cpu_init",
1667
+ "_ggml_is_contiguous",
1668
+ "_quantize_row_q4_K_ref",
1669
+ "_ggml_init",
1670
+ "__ZN6google8protobuf8internal12ExtensionSet17SetRepeatedDoubleEiid",
1671
+ "__ZN4absl12lts_2024072215TimeFromTimevalE7timeval",
1672
+ "_ggml_compute_forward_conv_2d_dw",
1673
+ "_ggml_vec_dot_iq3_xxs_q8_K_generic",
1674
+ "_ggml_backend_blas_set_n_threads",
1675
+ "_quantize_row_q8_0_ref",
1676
+ "_ggml_gemm_q4_K_8x8_q8_K",
1677
+ "__ZN6google8protobuf4util15status_internal6StatusC1Ev",
1678
+ "_ggml_backend_is_blas",
1679
+ "__ZN4absl12lts_2024072216numbers_internal17safe_strto32_baseENS0_11string_viewEPii",
1680
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout20MakeRelativeTimespecEv",
1681
+ "_quantize_row_tq2_0_ref",
1682
+ "__ZN6google8protobuf8internal12ExtensionSet8AddInt64EihbxPKNS0_15FieldDescriptorE",
1683
+ "__ZN6google8protobuf21FastInt64ToBufferLeftExPc",
1684
+ "__ZN13sentencepiece31ImmutableNBestSentencePieceTextC1Ev",
1685
+ "__ZN6google8protobuf17FastHex64ToBufferEyPc",
1686
+ "_ggml_neg_inplace",
1687
+ "__ZN4absl12lts_2024072213base_internal10CycleClock9FrequencyEv",
1688
+ "_quantize_row_iq3_xxs_ref",
1689
+ "__ZN4absl12lts_202407227CondVar6SignalEv",
1690
+ "__ZNK13sentencepiece14NormalizerSpec13IsInitializedEv",
1691
+ "__ZNK13sentencepiece7unigram7Lattice16ForwardAlgorithmEf",
1692
+ "__ZN6google8protobuf2io19OstreamOutputStreamD1Ev",
1693
+ "__ZN6google8protobuf6ghtonlEj",
1694
+ "__ZN6google8protobuf4util15status_internal18IsPermissionDeniedERKNS2_6StatusE",
1695
+ "__ZNK13sentencepiece7unigram7Lattice9utf8_sizeEv",
1696
+ "__ZN4absl12lts_2024072219str_format_internal13FormatUntypedENS1_17FormatRawSinkImplENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
1697
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStreamD0Ev",
1698
+ "__ZN6google8protobuf2io18CopyingInputStream4SkipEi",
1699
+ "__ZN6google8protobuf8internal12ExtensionSet23MutableRawRepeatedFieldEi",
1700
+ "__ZNK6google8protobuf8internal12ExtensionSet16GetRepeatedInt32Eii",
1701
+ "_ggml_is_contiguous_2",
1702
+ "_ggml_compute_forward_rwkv_wkv7",
1703
+ "__ZNK6google8protobuf8internal12ExtensionSet3HasEi",
1704
+ "__ZN6google8protobuf2io15FileInputStream6BackUpEi",
1705
+ "__ZN13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePieceC1ERKNS_31SentencePieceText_SentencePieceE",
1706
+ "__ZN13sentencepiece22SentencePieceProcessorD0Ev",
1707
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModelD1Ev",
1708
+ "__ZN6google8protobuf8internal12ExtensionSet21RegisterEnumExtensionEPKNS0_11MessageLiteEihbbPFbiE",
1709
+ "__ZN13sentencepiece31SentencePieceText_SentencePieceC1EPN6google8protobuf5ArenaEb",
1710
+ "_ggml_tensor_overhead",
1711
+ "__ZN13sentencepiece12SelfTestData12InternalSwapEPS0_",
1712
+ "__ZN4absl12lts_2024072214ToInt64MinutesENS0_8DurationE",
1713
+ "__ZN4absl12lts_202407228ByStringC1ENS0_11string_viewE",
1714
+ "__ZNK6google8protobuf8internal12ExtensionSet22_InternalSerializeImplEPKNS0_11MessageLiteEiiPhPNS0_2io19EpsCopyOutputStreamE",
1715
+ "__ZN13sentencepiece5error4ExitEi",
1716
+ "__ZN4absl12lts_2024072213time_internal4cctz10TimeZoneIfD2Ev",
1717
+ "__ZN6google8protobuf4util15status_internal6StatusC2Ev",
1718
+ "_ggml_set_f32_nd",
1719
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc12DefaultArenaEv",
1720
+ "__ZNK6google8protobuf2io19LimitingInputStream9ByteCountEv",
1721
+ "_ggml_backend_cpu_set_n_threads",
1722
+ "__ZNK13sentencepiece19SelfTestData_Sample18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
1723
+ "__ZN6google8protobuf8internal12ExtensionSet8AddFloatEihbfPKNS0_15FieldDescriptorE",
1724
+ "__ZN13sentencepiece4word5ModelD2Ev",
1725
+ "_ggml_top_k",
1726
+ "__ZNK6google8protobuf8internal12ExtensionSet8ByteSizeEv",
1727
+ "__ZN35qvac_lib_inference_addon_mlc_marian11loadWeightsEP8js_env_sP18js_callback_info_s",
1728
+ "__Z15nmt_token_countP11nmt_contextPKc",
1729
+ "__ZN6google8protobuf2io16CodedInputStream10ReadStringEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEi",
1730
+ "_ggml_backend_metal_buffer_from_ptr",
1731
+ "_ggml_set_input",
1732
+ "__ZN6google8protobuf4util15status_internal12IsOutOfRangeERKNS2_6StatusE",
1733
+ "__ZN6google8protobuf21UnescapeCEscapeStringERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
1734
+ "_ggml_rms_norm_back",
1735
+ "__ZN6google8protobuf8internal14WireFormatLite15WriteFloatArrayEPKfiPNS0_2io17CodedOutputStreamE",
1736
+ "__ZN6google8protobuf8internal17DefaultLogHandlerENS0_8LogLevelEPKciRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
1737
+ "__ZN6google8protobuf8internal14WireFormatLite22WriteBytesMaybeAliasedEiRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_2io17CodedOutputStreamE",
1738
+ "_ggml_cast",
1739
+ "__ZNK6google8protobuf8internal12ExtensionSet17GetRepeatedDoubleEii",
1740
+ "__ZN4absl12lts_2024072229EnableMutexInvariantDebuggingEb",
1741
+ "__ZN6google8protobuf8internal14ArenaStringPtr3SetERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_5ArenaE",
1742
+ "_ggml_backend_buffer_init",
1743
+ "_quantize_row_q4_1",
1744
+ "__ZN13sentencepiece31SentencePieceText_SentencePieceD1Ev",
1745
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplERKNSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwEEEENS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1746
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplExNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1747
+ "__ZN4absl12lts_2024072224synchronization_internal13KernelTimeout14SteadyClockNowEv",
1748
+ "__ZNK13sentencepiece22SentencePieceProcessor8IsUnusedEi",
1749
+ "_ggml_vec_dot_q2_K_q8_K",
1750
+ "_ggml_win_unpart",
1751
+ "__ZNK13sentencepiece24ModelProto_SentencePiece18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
1752
+ "__ZN6google8protobuf8internal11GenericSwapEPNS0_11MessageLiteES3_",
1753
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece14NormalizerSpecEJEEEPT_PS1_DpOT0_",
1754
+ "_ggml_step",
1755
+ "_ggml_conv_2d_sk_p0",
1756
+ "_ggml_is_scalar",
1757
+ "_ggml_nbytes_pad",
1758
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl11ReadOneWordEv",
1759
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo9BreakTimeERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEE",
1760
+ "__ZN13sentencepiece10ModelProto9_Internal15normalizer_specEPKS0_",
1761
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStream5CloseEv",
1762
+ "__ZN4absl12lts_2024072213base_internal7NumCPUsEv",
1763
+ "__ZN6google8protobuf21FastInt32ToBufferLeftEiPc",
1764
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone4nameEv",
1765
+ "_ggml_soft_max_ext",
1766
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl12DefaultValueEv",
1767
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEwNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1768
+ "__ZN4absl12lts_202407225Mutex45InternalAttemptToUseMutexInFatalSignalHandlerEv",
1769
+ "__ZN6google8protobuf8internal15ThreadSafeArena23AllocateAlignedFallbackEmPKSt9type_info",
1770
+ "_iq3xs_free_impl",
1771
+ "__ZN6google8protobuf8internal12ExtensionSetD2Ev",
1772
+ "__ZNK6google8protobuf8internal12ExtensionSet17GetRepeatedUInt64Eii",
1773
+ "_ggml_compute_forward_group_norm",
1774
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneInfo17ExtendTransitionsEv",
1775
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece24ModelProto_SentencePieceEJEEEPT_PS1_DpOT0_",
1776
+ "__ZN6google8protobuf8internal21InitializeEnumStringsEPKNS1_9EnumEntryEPKimPNS1_21ExplicitlyConstructedINSt3__112basic_stringIcNS8_11char_traitsIcEENS8_9allocatorIcEEEELm1EEE",
1777
+ "__ZNK6google8protobuf11MessageLite11DebugStringEv",
1778
+ "__ZNK6google8protobuf11MessageLite17SerializeAsStringEv",
1779
+ "__ZN4absl12lts_2024072219str_format_internal12BindWithPackEPKNS1_17UnboundConversionENS0_4SpanIKNS1_13FormatArgImplEEEPNS1_15BoundConversionE",
1780
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece12SelfTestDataEJEEEPT_PS1_DpOT0_",
1781
+ "_dequantize_row_q4_0",
1782
+ "__ZN4absl12lts_2024072218container_internal29ShouldInsertBackwardsForDebugEmmPKNS1_6ctrl_tE",
1783
+ "__ZN4absl12lts_2024072224synchronization_internal13KernelTimeoutC2ENS0_4TimeE",
1784
+ "__ZN6google8protobuf8internal14WireFormatLite11SkipMessageEPNS0_2io16CodedInputStreamEPNS3_17CodedOutputStreamE",
1785
+ "_ggml_vec_dot_q5_1_q8_1_generic",
1786
+ "__ZN13sentencepiece19SelfTestData_Sample12InternalSwapEPS0_",
1787
+ "__ZN6google8protobuf8internal13VersionStringEi",
1788
+ "__ZN13sentencepiece22NBestSentencePieceText14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
1789
+ "_ggml_cpu_has_f16c",
1790
+ "__ZN6google8protobuf2io16CodedInputStream35IncrementRecursionDepthAndPushLimitEi",
1791
+ "__ZN4absl12lts_202407228DurationrMES1_",
1792
+ "__ZN13sentencepiece4util13StrSplitAsCSVEN4absl12lts_2024072211string_viewE",
1793
+ "_dequantize_row_q6_K",
1794
+ "__ZN6google8protobuf8internal12StringParserEPKcS3_PvPNS1_12ParseContextE",
1795
+ "__ZNK13sentencepiece22SentencePieceProcessor9NormalizeEN4absl12lts_2024072211string_viewEPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1796
+ "__ZNK6google8protobuf8internal12ExtensionSet18GetRefRepeatedEnumEii",
1797
+ "__Z14nmt_free_stateP9nmt_state",
1798
+ "_iq2xs_free_impl",
1799
+ "_ggml_compute_forward_ssm_scan",
1800
+ "_ggml_backend_buft_get_device",
1801
+ "__ZNK13sentencepiece11TrainerSpec13IsInitializedEv",
1802
+ "__ZNK13sentencepiece22SentencePieceProcessor6eos_idEv",
1803
+ "__ZN4absl12lts_2024072219str_format_internal14ConvertBoolArgEbPNS1_14FormatSinkImplE",
1804
+ "__ZN4absl12lts_2024072216raw_log_internal17RegisterAbortHookEPFvPKciS3_S3_S3_E",
1805
+ "_quantize_row_q8_1_ref",
1806
+ "__ZN4absl12lts_2024072213GetStackTraceEPPvii",
1807
+ "__ZNK6google8protobuf8internal12ExtensionSet10GetRefBoolEiRKb",
1808
+ "__ZN4absl12lts_2024072219RegisterMutexTracerEPFvPKcPKvxE",
1809
+ "__ZN6google8protobuf8internal14ArenaStringPtr13MutableNoCopyEPNS0_5ArenaE",
1810
+ "__ZN4absl12lts_2024072219ToInt64MicrosecondsENS0_8DurationE",
1811
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptorC1EPNS1_18CopyingInputStreamEi",
1812
+ "_ggml_map_custom3",
1813
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPbPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1814
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl4ReadEPv",
1815
+ "_ggml_nbytes",
1816
+ "__ZN6google8protobuflsERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEERKNS0_7uint128E",
1817
+ "__ZNK13sentencepiece14NormalizerSpec12ByteSizeLongEv",
1818
+ "__ZN13sentencepiece11TrainerSpec21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
1819
+ "_ggml_backend_load",
1820
+ "__ZN6google8protobuf8internal12ExtensionSet10FindOrNullEi",
1821
+ "__ZN6google8protobuf8internal10LogMessagelsERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
1822
+ "_ggml_flash_attn_ext_set_prec",
1823
+ "__ZN4absl12lts_2024072213base_internal8SpinLock16DecodeWaitCyclesEj",
1824
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc5AllocEm",
1825
+ "_ggml_compute_forward_count_equal",
1826
+ "_ggml_compute_forward_hardsigmoid",
1827
+ "__ZNK6google8protobuf8internal12ExtensionSet11GetRefFloatEiRKf",
1828
+ "__ZN6google8protobuf2io16CodedInputStream34DecrementRecursionDepthAndPopLimitEi",
1829
+ "_ggml_compute_forward_pad",
1830
+ "__ZNK13sentencepiece7unigram5Model23VerifyOutputsEquivalentEN4absl12lts_2024072211string_viewES4_",
1831
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo9TimeLocalERKNS2_6detail10civil_timeINS4_10second_tagEEEx",
1832
+ "__ZNK13sentencepiece22SentencePieceProcessor11NBestEncodeEN4absl12lts_2024072211string_viewEiPNS_22NBestSentencePieceTextE",
1833
+ "_ggml_graph_node",
1834
+ "_ggml_backend_get_alignment",
1835
+ "__ZNK6google8protobuf8internal12ExtensionSet8GetFloatEif",
1836
+ "_ggml_backend_offload_op",
1837
+ "_ggml_backend_tensor_alloc",
1838
+ "_ggml_vec_dot_q5_0_q8_0",
1839
+ "__ZNK6google8protobuf8internal12ExtensionSet12GetRefDoubleEiRKd",
1840
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel14saveLoadParamsERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
1841
+ "_ggml_log_set",
1842
+ "__Z14nmt_get_outputP11nmt_context",
1843
+ "_ggml_is_contiguously_allocated",
1844
+ "__ZN4ggml3cpu6repack6repackI10block_q4_0Lx4ELx4EEEiP11ggml_tensorPKvm",
1845
+ "__ZN4absl12lts_202407229FromUDateEd",
1846
+ "__ZN4absl12lts_2024072214flags_internal7UnparseENS0_6int128E",
1847
+ "__ZN13sentencepiece7unigram7Lattice5NBestEmbf",
1848
+ "_ggml_compute_forward_ssm_conv",
1849
+ "__ZN6google8protobuf8internal10LogMessageC1ENS0_8LogLevelEPKci",
1850
+ "__ZN4absl12lts_202407227uint128C1Ed",
1851
+ "__ZN4absl12lts_2024072216strings_internal10memcasecmpEPKcS3_m",
1852
+ "__ZNK6google8protobuf8internal12ExtensionSet20FindOrNullInLargeMapEi",
1853
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiter4PostEv",
1854
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneLibCC1ERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
1855
+ "__ZN13sentencepiece31SentencePieceText_SentencePiece21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
1856
+ "__ZN4absl12lts_2024072224synchronization_internal13KernelTimeoutC1ENS0_8DurationE",
1857
+ "_ggml_conv_2d_dw_direct",
1858
+ "__ZNK6google8protobuf8internal12ExtensionSet7GetBoolEib",
1859
+ "__ZN6google8protobuf8internal18GenericTypeHandlerINS0_11MessageLiteEE5MergeERKS3_PS3_",
1860
+ "__ZN6google8protobuf8internal14WireFormatLite23WriteStringMaybeAliasedEiRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_2io17CodedOutputStreamE",
1861
+ "_ggml_compute_forward_mul",
1862
+ "__ZNK13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePiece7surfaceEv",
1863
+ "_ggml_backend_graph_plan_free",
1864
+ "__ZN4ggml3cpu17extra_buffer_typeD2Ev",
1865
+ "__ZN6google8protobuf2io16CodedInputStream26ReadLittleEndian32FallbackEPj",
1866
+ "_ggml_cos",
1867
+ "_ggml_vec_dot_q5_0_q8_0_generic",
1868
+ "_ggml_argsort",
1869
+ "__ZNK13sentencepiece12SelfTestData13SetCachedSizeEi",
1870
+ "_ggml_compute_forward_map_custom1",
1871
+ "__ZN13sentencepiece5error5AbortEv",
1872
+ "__ZNK4absl12lts_2024072218container_internal19HashSetResizeHelper38GrowIntoSingleGroupShuffleControlBytesEPNS1_6ctrl_tEm",
1873
+ "__ZN6google8protobuf8internal14WireFormatLite11WriteUInt32EijPNS0_2io17CodedOutputStreamE",
1874
+ "__ZN6google8protobuf8internal12ExtensionSet9AddStringEihPKNS0_15FieldDescriptorE",
1875
+ "__ZN13sentencepiece22SentencePieceProcessorC1Ev",
1876
+ "__ZN6google8protobuf2io16CodedInputStreamD1Ev",
1877
+ "__ZN13sentencepiece10ModelProto9_Internal12trainer_specEPKS0_",
1878
+ "_ggml_gemv_q4_0_4x8_q8_0_generic",
1879
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl13MakeInitValueEv",
1880
+ "_ggml_relu",
1881
+ "__ZN6google8protobuf2io16CodedInputStream26ReadLittleEndian64FallbackEPy",
1882
+ "__ZN4absl12lts_2024072219str_format_internal17LengthModToStringENS0_9LengthModE",
1883
+ "__ZNK13sentencepiece26ImmutableSentencePieceText17SerializeAsStringEv",
1884
+ "__ZNK6google8protobuf8internal12ExtensionSet16GetRepeatedFloatEii",
1885
+ "__ZN4absl12lts_2024072213base_internal22ThrowStdUnderflowErrorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
1886
+ "_ggml_backend_dev_by_name",
1887
+ "__ZN6google8protobuf8internal19PackedFixed64ParserEPvPKcPNS1_12ParseContextE",
1888
+ "__ZN13sentencepiece24ModelProto_SentencePieceC1EPN6google8protobuf5ArenaEb",
1889
+ "__ZNK13sentencepiece12SelfTestData13IsInitializedEv",
1890
+ "__ZN13sentencepiece10normalizer10NormalizerC1ERKNS_14NormalizerSpecERKNS_11TrainerSpecE",
1891
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece8containsES2_",
1892
+ "_ggml_gelu_quick",
1893
+ "__ZN6google8protobuf8internal22NewFromPrototypeHelperEPKNS0_11MessageLiteEPNS0_5ArenaE",
1894
+ "_quantize_row_q8_1_generic",
1895
+ "_ggml_compute_forward_add_rel_pos",
1896
+ "__ZN6google8protobuf2io16CodedInputStream8PopLimitEi",
1897
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptor5FlushEv",
1898
+ "__ZNK13sentencepiece22SentencePieceProcessor16CalculateEntropyEN4absl12lts_2024072211string_viewEfPf",
1899
+ "__ZN6google8protobuf11LogSilencerC2Ev",
1900
+ "__ZN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamC2EPNSt3__113basic_istreamIcNS4_11char_traitsIcEEEE",
1901
+ "__ZNK13sentencepiece31ImmutableNBestSentencePieceText17SerializeAsStringEv",
1902
+ "__ZN4absl12lts_202407225Mutex11TryLockSlowEv",
1903
+ "_ggml_abs",
1904
+ "__ZN6google8protobuf8internal10LogMessagelsEx",
1905
+ "__ZN4absl12lts_2024072219str_format_internal16ConvertFloatImplEdRKNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1906
+ "__ZN4absl12lts_2024072219str_format_internal11FILERawSink5WriteENS0_11string_viewE",
1907
+ "__ZNK13sentencepiece7unigram7Lattice8eos_nodeEv",
1908
+ "__ZN4ggml3cpu6repack4gemvI10block_q4_KLx8ELx8EL9ggml_type15EEEviPfmPKvS7_ii",
1909
+ "_ggml_cpu_fp32_to_bf16",
1910
+ "__ZN4absl12lts_2024072216numbers_internal15FastIntToBufferEjPc",
1911
+ "_ggml_hash_size",
1912
+ "_ggml_backend_buffer_reset",
1913
+ "__ZN6google8protobuf8internal12ExtensionSet9MergeFromEPKNS0_11MessageLiteERKS2_",
1914
+ "__ZN4absl12lts_2024072214GetStackFramesEPPvPiii",
1915
+ "__ZN4absl12lts_202407229ToTimevalENS0_4TimeE",
1916
+ "_ggml_vec_dot_tq2_0_q8_K",
1917
+ "__ZN13sentencepiece5error14GetTestCounterEv",
1918
+ "__ZN13sentencepiece31ImmutableNBestSentencePieceTextC2Ev",
1919
+ "_ggml_build_backward_expand",
1920
+ "__ZN13sentencepiece31ImmutableNBestSentencePieceTextD2Ev",
1921
+ "__ZN6google8protobuf8internal14ArenaStringPtr12SetAllocatedEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_5ArenaE",
1922
+ "__ZN6google8protobuf8internal14LookUpEnumNameEPKNS1_9EnumEntryEPKimi",
1923
+ "__ZN4absl12lts_2024072213time_internal4cctz14load_time_zoneERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS2_9time_zoneE",
1924
+ "__ZN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamD2Ev",
1925
+ "__ZN6google8protobuf22FastUInt32ToBufferLeftEjPc",
1926
+ "__ZN6google8protobuf2io19EpsCopyOutputStream4TrimEPh",
1927
+ "__ZNK13sentencepiece10ModelProto13SetCachedSizeEi",
1928
+ "__ZN6google8protobuf8internal11LogFinisheraSERNS1_10LogMessageE",
1929
+ "_ggml_vec_dot_q2_K_q8_K_generic",
1930
+ "__ZN6google8protobuf8internal10LogMessagelsEj",
1931
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_",
1932
+ "_ggml_ftype_to_ggml_type",
1933
+ "__ZNK13sentencepiece22SentencePieceProcessor6DecodeERKNSt3__16vectorIN4absl12lts_2024072211string_viewENS1_9allocatorIS5_EEEEPNS_17SentencePieceTextE",
1934
+ "_ggml_unary_inplace",
1935
+ "__ZN4absl12lts_2024072214flags_internal18FlagStateInterfaceD0Ev",
1936
+ "_ggml_vec_dot_iq2_xxs_q8_K_generic",
1937
+ "_ggml_rope_custom_inplace",
1938
+ "_ggml_compute_forward_relu",
1939
+ "__ZN4absl12lts_2024072213time_internal4cctz14ZoneInfoSourceD0Ev",
1940
+ "_ggml_gemm_q4_0_8x8_q8_0_generic",
1941
+ "__ZN6google8protobuf20stringpiece_internallsERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEENS1_11StringPieceE",
1942
+ "__Z14nmt_init_stateP11nmt_context",
1943
+ "__ZNK13sentencepiece22SentencePieceProcessor8GetScoreEi",
1944
+ "__ZN13sentencepiece10normalizer13PrefixMatcherC1ERKNSt3__13setIN4absl12lts_2024072211string_viewENS2_4lessIS6_EENS2_9allocatorIS6_EEEE",
1945
+ "__ZN6google8protobuf2io15FileInputStream4NextEPPKvPi",
1946
+ "_ggml_gemv_q4_0_8x8_q8_0_generic",
1947
+ "__ZN6google8protobuf8internal12ExtensionSet17RegisterExtensionEPKNS0_11MessageLiteEihbbPFPKcS7_PNS1_12ParseContextEE",
1948
+ "_ggml_norm",
1949
+ "__ZNK13sentencepiece14ModelInterface9PieceToIdEN4absl12lts_2024072211string_viewE",
1950
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEPKcNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1951
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEhNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
1952
+ "__ZN6google8protobuf24UnescapeCEscapeSequencesEPKcPc",
1953
+ "__ZNK13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePiece2idEv",
1954
+ "__ZNK6google8protobuf2io24ConcatenatingInputStream9ByteCountEv",
1955
+ "__ZN4absl12lts_2024072213FromUniversalEx",
1956
+ "__ZNK4absl12lts_2024072211string_view16find_last_not_ofEcm",
1957
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl11ReadOneBoolEv",
1958
+ "__ZN28qvac_lib_inference_addon_cpp11JsInterfaceINS_5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEEEE14createInstanceEP8js_env_sP18js_callback_info_s",
1959
+ "__ZN6google8protobuf8internal6IsNullILi10EEEbPKv",
1960
+ "_ggml_elu_inplace",
1961
+ "__ZNK6google8protobuf8internal12ExtensionSet16GetRepeatedInt64Eii",
1962
+ "__ZN13sentencepiece19SelfTestData_Sample5ClearEv",
1963
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece6substrEmm",
1964
+ "_ggml_set_param",
1965
+ "_quantize_q5_K",
1966
+ "__ZN6google8protobuf2io24ConcatenatingInputStreamC2EPKPNS1_19ZeroCopyInputStreamEi",
1967
+ "__ZNK4absl12lts_2024072211string_view12find_last_ofES1_m",
1968
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel7processERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS1_8functionIFvS9_EEE",
1969
+ "__ZN6google8protobuf2io17ArrayOutputStreamC2EPvii",
1970
+ "_ggml_is_quantized",
1971
+ "__ZN4absl12lts_2024072214flags_internal18FlagStateInterfaceD2Ev",
1972
+ "__ZN6google8protobuf11MessageLite30ParsePartialFromZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamE",
1973
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo11DescriptionEv",
1974
+ "_ggml_graph_cpy",
1975
+ "__ZN6google8protobuf2io17CodedOutputStream35WriteVarint32ToArrayOutOfLineHelperEjPh",
1976
+ "__ZN4absl12lts_2024072226RemoveExtraAsciiWhitespaceEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
1977
+ "__ZN6google8protobuf2io16CodedInputStream20ReadVarint32FallbackEj",
1978
+ "__ZN4absl12lts_2024072216numbers_internal18safe_strtou64_baseENS0_11string_viewEPyi",
1979
+ "__ZN6google8protobuf8internal10LogMessageD2Ev",
1980
+ "__ZN4absl12lts_2024072214flags_internal8FlagImpl9SaveStateEv",
1981
+ "__ZNK4absl12lts_2024072217ByAsciiWhitespace4FindENS0_11string_viewEm",
1982
+ "__ZN13sentencepiece11TrainerSpecD2Ev",
1983
+ "__ZN35qvac_lib_inference_addon_mlc_marian4loadEP8js_env_sP18js_callback_info_s",
1984
+ "__ZTWN4absl12lts_2024072213base_internal19thread_identity_ptrE",
1985
+ "__ZNK13sentencepiece14ModelInterface9eos_pieceEv",
1986
+ "_ggml_bf16_to_fp32_row",
1987
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl14InvokeCallbackEv",
1988
+ "__ZNK13sentencepiece12SelfTestData11GetTypeNameEv",
1989
+ "_ggml_div_inplace",
1990
+ "_ggml_div",
1991
+ "__ZN4absl12lts_2024072213base_internal18ThrowStdLogicErrorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
1992
+ "__ZN13sentencepiece24ModelProto_SentencePiece14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
1993
+ "_ggml_vec_dot_iq3_xxs_q8_K",
1994
+ "__ZN4absl12lts_2024072213base_internal19NominalCPUFrequencyEv",
1995
+ "_ggml_get_rel_pos",
1996
+ "_ggml_quantize_mat_q8_0_4x8_generic",
1997
+ "_ggml_view_4d",
1998
+ "__ZNK13sentencepiece22SentencePieceProcessor9IdToPieceEi",
1999
+ "__ZN4absl12lts_2024072216strings_internal12AppendPiecesEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESt16initializer_listINS0_11string_viewEE",
2000
+ "_ggml_vec_dot_tq1_0_q8_K",
2001
+ "__ZN6google8protobuf8internal10OnShutdownEPFvvE",
2002
+ "_ggml_backend_metal_reg",
2003
+ "__ZN35qvac_lib_inference_addon_mlc_marian6statusEP8js_env_sP18js_callback_info_s",
2004
+ "__ZN6google8protobuf12Base64EscapeEPKhiPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEb",
2005
+ "_ggml_quantize_mat_q8_0_4x8",
2006
+ "__ZN6google8protobuf8internal15ThreadSafeArena4FreeEPm",
2007
+ "__ZN12beam_kv_pool7cleanupEv",
2008
+ "__ZN6google8protobuf10SimpleDtoaEd",
2009
+ "_ggml_backend_init_by_type",
2010
+ "__ZN13sentencepiece12SelfTestData21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
2011
+ "_ggml_compute_forward_sin",
2012
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptor11WriteBufferEv",
2013
+ "_ggml_backend_dev_get",
2014
+ "_ggml_backend_multi_buffer_alloc_buffer",
2015
+ "_quantize_iq1_s",
2016
+ "__ZN13sentencepiece19SelfTestData_Sample14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
2017
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6unloadEv",
2018
+ "__ZN6google8protobuf8internal10LogMessagelsEy",
2019
+ "__ZN4absl12lts_2024072216numbers_internal18safe_strtou32_baseENS0_11string_viewEPji",
2020
+ "_ggml_compute_forward_hardswish",
2021
+ "_ggml_acc_inplace",
2022
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout12MakeAbsNanosEv",
2023
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEmNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2024
+ "__ZNK13sentencepiece22SentencePieceProcessor11NBestEncodeEN4absl12lts_2024072211string_viewEiPNSt3__16vectorINS5_INS4_12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEENS9_ISB_EEEENS9_ISD_EEEE",
2025
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEf",
2026
+ "__ZN13sentencepiece22SentencePieceProcessor21SetDecodeExtraOptionsEN4absl12lts_2024072211string_viewE",
2027
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl12CurrentValueEv",
2028
+ "__ZN4absl12lts_2024072215ToDoubleMinutesENS0_8DurationE",
2029
+ "__ZNK13sentencepiece31ImmutableNBestSentencePieceText11nbests_sizeEv",
2030
+ "_ggml_compute_forward_conv_transpose_1d",
2031
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStream5CloseEv",
2032
+ "_ggml_compute_forward_abs",
2033
+ "__ZN4absl12lts_2024072216TimeFromTimespecE8timespec",
2034
+ "_ggml_gemm_q4_0_4x4_q8_0_generic",
2035
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEy",
2036
+ "__ZN13sentencepiece31SentencePieceText_SentencePieceD2Ev",
2037
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPxPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2038
+ "__ZN6google8protobuf8internal12ExtensionSet4SwapEPKNS0_11MessageLiteEPS2_",
2039
+ "_iq3xs_init_impl",
2040
+ "_ggml_graph_print",
2041
+ "_ggml_sgn_inplace",
2042
+ "__ZN6google8protobuf21WebSafeBase64UnescapeEPKciPci",
2043
+ "_ggml_compute_forward_step",
2044
+ "__ZNK13sentencepiece22SentencePieceProcessor6DecodeERKNSt3__16vectorIiNS1_9allocatorIiEEEEPNS_17SentencePieceTextE",
2045
+ "__ZN4absl12lts_202407227uint128C1Ef",
2046
+ "__ZN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamC1EPNSt3__113basic_istreamIcNS4_11char_traitsIcEEEE",
2047
+ "__ZN6google8protobuf14FatalExceptionD0Ev",
2048
+ "__ZN13sentencepiece17SentencePieceText9MergeFromERKS0_",
2049
+ "_ggml_quantize_mat_q8_K_4x8",
2050
+ "_dequantize_row_tq1_0",
2051
+ "__ZN13sentencepiece4word5ModelC2ERKNS_10ModelProtoE",
2052
+ "__ZN13sentencepiece14NormalizerSpecD2Ev",
2053
+ "_ggml_compute_forward_pool_1d",
2054
+ "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC1ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2055
+ "__ZN13sentencepiece17SentencePieceText12InternalSwapEPS0_",
2056
+ "_ggml_rope_multi",
2057
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel6reloadEv",
2058
+ "__ZN6google8protobuf2io16ArrayInputStreamC1EPKvii",
2059
+ "__ZN6google8protobuf4util15status_internal17IsUnauthenticatedERKNS2_6StatusE",
2060
+ "__ZN13sentencepiece17SentencePieceText21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
2061
+ "__ZNK13sentencepiece22SentencePieceProcessor12SampleEncodeEN4absl12lts_2024072211string_viewEifPNSt3__16vectorIiNS4_9allocatorIiEEEE",
2062
+ "__ZN6google8protobuf2io19EpsCopyOutputStream22GetDirectBufferPointerEPPvPiPPh",
2063
+ "__ZN6google8protobuf8internal14WireFormatLite18InternalWriteGroupEiRKNS0_11MessageLiteEPhPNS0_2io19EpsCopyOutputStreamE",
2064
+ "__ZN6google8protobuf14FatalExceptionD1Ev",
2065
+ "_quantize_row_q5_0",
2066
+ "_ggml_backend_sched_set_eval_callback",
2067
+ "__ZN13sentencepiece7unigram7LatticeC1Ev",
2068
+ "__ZN6google8protobuf8internal13VerifyVersionEiiPKc",
2069
+ "__ZN13sentencepiece22SentencePieceProcessorD1Ev",
2070
+ "__ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv",
2071
+ "_ggml_scale_inplace",
2072
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece17find_first_not_ofES2_m",
2073
+ "__ZN4absl12lts_2024072214flags_internal26ShortProgramInvocationNameEv",
2074
+ "__ZNK13sentencepiece22SentencePieceProcessor6DecodeERKNSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEPNS_17SentencePieceTextE",
2075
+ "_ggml_gemm_iq4_nl_4x4_q8_0",
2076
+ "__ZN14beam_candidateC1ERKNSt3__16vectorIiNS0_9allocatorIiEEEEf",
2077
+ "_ggml_gelu_quick_inplace",
2078
+ "__ZNK13sentencepiece17SentencePieceText12ByteSizeLongEv",
2079
+ "_ggml_dup_inplace",
2080
+ "_ggml_new_tensor_2d",
2081
+ "_ggml_get_no_alloc",
2082
+ "__ZN4absl12lts_202407225FloorENS0_8DurationES1_",
2083
+ "_ggml_fp16_to_fp32_row",
2084
+ "__ZN6google8protobuf8internal18EpsCopyInputStream15ReadArenaStringEPKcPNS1_14ArenaStringPtrEPNS0_5ArenaE",
2085
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptor22AllocateBufferIfNeededEv",
2086
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece17SentencePieceTextEJEEEPT_PS1_DpOT0_",
2087
+ "__ZN14beam_candidateC1Ev",
2088
+ "__ZN6google8protobuf2io19OstreamOutputStreamD2Ev",
2089
+ "__ZN6google8protobuf8internal12ExtensionSet8SetInt32EihiPKNS0_15FieldDescriptorE",
2090
+ "__ZN4absl12lts_2024072214flags_internal15DynValueDeleterC1EPFPvNS1_6FlagOpEPKvS3_S3_E",
2091
+ "__ZN13sentencepiece10ModelProto5ClearEv",
2092
+ "__ZN6google8protobuf8internal14WireFormatLite20InternalWriteMessageEiRKNS0_11MessageLiteEiPhPNS0_2io19EpsCopyOutputStreamE",
2093
+ "__ZN6google8protobuf10SimpleItoaEx",
2094
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPNS0_7uint128EPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
2095
+ "_ggml_vec_dot_bf16",
2096
+ "__ZN6google8protobuf4util15status_internal20IsFailedPreconditionERKNS2_6StatusE",
2097
+ "__ZN6google8protobuf7uint128dVERKS1_",
2098
+ "__ZN6google8protobuf8internal14ArenaStringPtr7MutableERKNS1_10LazyStringEPNS0_5ArenaE",
2099
+ "__Z8nmt_freeP11nmt_context",
2100
+ "__ZNK13sentencepiece14NormalizerSpec11GetTypeNameEv",
2101
+ "__ZN4absl12lts_2024072213base_internal22ThrowStdUnderflowErrorEPKc",
2102
+ "_ggml_backend_reg_count",
2103
+ "__ZN13sentencepiece24ModelProto_SentencePieceC2EPN6google8protobuf5ArenaEb",
2104
+ "__ZN4absl12lts_2024072213base_internal30CurrentThreadIdentityIfPresentEv",
2105
+ "_ggml_is_3d",
2106
+ "__ZN4absl12lts_2024072214flags_internal8FlagImpl11SetCallbackEPFvvE",
2107
+ "__ZN6google8protobuf8internal18PackedDoubleParserEPvPKcPNS1_12ParseContextE",
2108
+ "__ZN4absl12lts_202407225Mutex14EnableDebugLogEPKc",
2109
+ "__ZN4absl12lts_2024072213base_internal21ThrowStdOverflowErrorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2110
+ "__ZN13sentencepiece24ModelProto_SentencePiece9MergeFromERKS0_",
2111
+ "__ZN6google8protobuf8internal14WireFormatLite18WriteSFixed64ArrayEPKxiPNS0_2io17CodedOutputStreamE",
2112
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl18ValidateInputValueENS0_11string_viewE",
2113
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl8FilenameEv",
2114
+ "__ZN6google8protobuf8internal12ExtensionSet9SetUInt64EihyPKNS0_15FieldDescriptorE",
2115
+ "__ZNK13sentencepiece4util6Status8ToStringEv",
2116
+ "__ZN6google8protobuf2io19EpsCopyOutputStream16WriteRawFallbackEPKviPh",
2117
+ "__ZN6google8protobuf8internal20RepeatedPtrFieldBase13DestroyProtosEv",
2118
+ "__ZN6google8protobuf8internal12ExtensionSet15SetRepeatedBoolEiib",
2119
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo14PrevTransitionERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEEPNS2_9time_zone16civil_transitionE",
2120
+ "__ZN4absl12lts_2024072224synchronization_internal13PthreadWaiter9TimedWaitENS1_13KernelTimeoutE",
2121
+ "__ZNK13sentencepiece14ModelInterface9unk_pieceEv",
2122
+ "__ZN6google8protobuf15CEscapeInternalEPKciPcibb",
2123
+ "__ZN4absl12lts_2024072224synchronization_internal10MutexDelayEii",
2124
+ "__ZN6google8protobuf25CalculateBase64EscapedLenEi",
2125
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModelD0Ev",
2126
+ "_ggml_time_ms",
2127
+ "__ZN4absl12lts_202407225TruncENS0_8DurationES1_",
2128
+ "__ZN4absl12lts_202407227CondVar14EnableDebugLogEPKc",
2129
+ "_dequantize_row_q3_K",
2130
+ "__ZNK13sentencepiece7unigram7Lattice8bos_nodeEv",
2131
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl17ModificationCountEv",
2132
+ "__ZN4absl12lts_2024072213base_internal24RegisterSpinLockProfilerEPFvPKvxE",
2133
+ "_ggml_vec_dot_iq1_s_q8_K",
2134
+ "_ggml_compute_forward_neg",
2135
+ "__ZN13sentencepiece22SetRandomGeneratorSeedEj",
2136
+ "_ggml_cpu_has_wasm_simd",
2137
+ "__ZN13sentencepiece31SentencePieceText_SentencePieceC2EPN6google8protobuf5ArenaEb",
2138
+ "__ZN13sentencepiece14SplitIntoWordsEN4absl12lts_2024072211string_viewEbb",
2139
+ "_ggml_rope_ext",
2140
+ "__ZN6google8protobuf4util15status_internal16UnavailableErrorENS0_20stringpiece_internal11StringPieceE",
2141
+ "_ggml_cpu_has_neon",
2142
+ "_dequantize_row_iq1_m",
2143
+ "__ZN4absl12lts_202407227CondVar10WaitCommonEPNS0_5MutexENS0_24synchronization_internal13KernelTimeoutE",
2144
+ "_ggml_backend_reg_get",
2145
+ "__ZNK13sentencepiece7unigram7Lattice16CalculateEntropyEf",
2146
+ "__ZNK6google8protobuf8internal12ExtensionSet13NumExtensionsEv",
2147
+ "_ggml_backend_metal_supports_family",
2148
+ "__ZN4absl12lts_2024072216EqualsIgnoreCaseENS0_11string_viewES1_",
2149
+ "__ZN6google8protobuf2io19EpsCopyOutputStream15WriteAliasedRawEPKviPh",
2150
+ "__ZNK13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePiece5beginEv",
2151
+ "__ZN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStreamD1Ev",
2152
+ "__ZNK13sentencepiece22SentencePieceProcessor6bos_idEv",
2153
+ "__ZN4absl12lts_2024072218container_internal19HashSetResizeHelper24InitControlBytesAfterSooEPNS1_6ctrl_tES3_m",
2154
+ "_ggml_cpu_has_riscv_v",
2155
+ "__ZN4absl12lts_2024072213base_internal8SpinLockC1ENS1_14SchedulingModeE",
2156
+ "__ZN6google8protobuf8internal12ExtensionSet24RegisterMessageExtensionEPKNS0_11MessageLiteEihbbS5_PFPKcS7_PNS1_12ParseContextEE",
2157
+ "__ZN13sentencepiece9character5ModelD1Ev",
2158
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStreamC2Ei",
2159
+ "_ggml_backend_cpu_reg",
2160
+ "_ggml_mul",
2161
+ "_ggml_compute_forward_sqr",
2162
+ "__ZNK4absl12lts_2024072211string_view13find_first_ofES1_m",
2163
+ "_ggml_vec_dot_iq2_s_q8_K",
2164
+ "__ZN13sentencepiece24ModelProto_SentencePieceD1Ev",
2165
+ "__ZN6google8protobuf8internal12ExtensionSet9Extension4FreeEv",
2166
+ "_ggml_new_tensor_1d",
2167
+ "__ZN4absl12lts_2024072219str_format_internal14FormatSinkImpl15PutPaddedStringENS0_11string_viewEiib",
2168
+ "__ZNK6google8protobuf8internal12ExtensionSet10FindOrNullEi",
2169
+ "__ZN6google8protobuf8internal14WireFormatLite9SkipFieldEPNS0_2io16CodedInputStreamEj",
2170
+ "__ZN13sentencepiece22NBestSentencePieceTextD0Ev",
2171
+ "__ZN4absl12lts_2024072219str_format_internal16ConvertFloatImplEfRKNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2172
+ "__ZN6google8protobuf15strto32_adaptorEPKcPPci",
2173
+ "__ZN13sentencepiece11string_util17UnicodeCharToUTF8Ej",
2174
+ "_ggml_set_i32_nd",
2175
+ "_ggml_backend_dev_by_type",
2176
+ "_ggml_gemv_q4_K_8x8_q8_K",
2177
+ "_ggml_backend_unload",
2178
+ "_ggml_conv_2d_s1_ph",
2179
+ "_ggml_backend_blas_reg",
2180
+ "_ggml_get_first_tensor",
2181
+ "_ggml_compute_forward_add",
2182
+ "__ZNK6google8protobuf11MessageLite21AppendPartialToStringEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2183
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece5rfindEcm",
2184
+ "_ggml_concat",
2185
+ "__ZN13sentencepiece31ImmutableNBestSentencePieceTextD0Ev",
2186
+ "_ggml_compute_forward_view",
2187
+ "_quantize_row_q8_K_ref",
2188
+ "__ZN4ggml3cpu6repack4gemmI10block_q4_0Lx8ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
2189
+ "__ZN6google8protobuf8internal14WireFormatLite11WriteSInt64EixPNS0_2io17CodedOutputStreamE",
2190
+ "__ZN13sentencepiece11TrainerSpecD1Ev",
2191
+ "__ZN13sentencepiece10ModelProtoD0Ev",
2192
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece19SelfTestData_SampleEJEEEPT_PS1_DpOT0_",
2193
+ "_ggml_soft_max",
2194
+ "__ZN6google8protobuf8internal14WireFormatLite10UInt32SizeERKNS0_13RepeatedFieldIjEE",
2195
+ "_ggml_dup_tensor",
2196
+ "_ggml_cpu_has_avx_vnni",
2197
+ "__ZNK13sentencepiece22SentencePieceProcessor6statusEv",
2198
+ "__ZN13sentencepiece11string_util10EncodeUTF8EjPc",
2199
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStreamC1Ei",
2200
+ "__ZN13sentencepiece31ImmutableNBestSentencePieceTextD1Ev",
2201
+ "__ZN4absl12lts_2024072210ToTimespecENS0_8DurationE",
2202
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl12OneWordValueEv",
2203
+ "__ZN4absl12lts_202407225Mutex3FerEPNS0_13base_internal14PerThreadSynchE",
2204
+ "__ZN6google8protobuf8internal12ExtensionSet17SetRepeatedUInt64Eiiy",
2205
+ "_ggml_backend_dev_buffer_type",
2206
+ "_ggml_backend_dev_memory",
2207
+ "_ggml_leaky_relu",
2208
+ "_quantize_row_q8_0",
2209
+ "_ggml_vec_dot_q4_1_q8_1_generic",
2210
+ "_ggml_quantize_free",
2211
+ "_ggml_cont_2d",
2212
+ "__ZN4absl12lts_2024072219GetCurrentTimeNanosEv",
2213
+ "__ZN6google8protobuf2io15FileInputStream5CloseEv",
2214
+ "__ZN6google8protobuf8internal16PackedEnumParserEPvPKcPNS1_12ParseContextE",
2215
+ "_ggml_threadpool_resume",
2216
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEeNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2217
+ "__ZNK13sentencepiece22SentencePieceProcessor17ParseExtraOptionsEN4absl12lts_2024072211string_viewEPNSt3__16vectorINS0_11ExtraOptionENS4_9allocatorIS6_EEEE",
2218
+ "__ZN4absl12lts_2024072213time_internal4cctz14ParsePosixSpecERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS2_13PosixTimeZoneE",
2219
+ "_ggml_custom_inplace",
2220
+ "__ZN13sentencepiece24ModelProto_SentencePiece21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
2221
+ "_dequantize_row_q2_K",
2222
+ "_ggml_nelements",
2223
+ "__ZN6google8protobuf8internal12ExtensionSet13DeleteFlatMapEPKNS2_8KeyValueEt",
2224
+ "__ZN6google8protobuf8internal15ReadTagFallbackEPKcj",
2225
+ "_ggml_graph_size",
2226
+ "__ZN6google8protobuf8internal12ExtensionSetD1Ev",
2227
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPsPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2228
+ "_ggml_get_type_traits",
2229
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamC2Ei",
2230
+ "__ZN4absl12lts_2024072215ToDoubleSecondsENS0_8DurationE",
2231
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel12updateConfigEv",
2232
+ "__ZN6google8protobuf2io18StringOutputStream4NextEPPvPi",
2233
+ "_quantize_row_q2_K",
2234
+ "__ZN6google8protobuf8internal12ExtensionSet22UnsafeArenaReleaseLastEi",
2235
+ "__ZN6google8protobuf8internal14WireFormatLite11WriteSInt32EiiPNS0_2io17CodedOutputStreamE",
2236
+ "__ZNK13sentencepiece17SentencePieceText13IsInitializedEv",
2237
+ "__ZN6google8protobuf17ReplaceCharactersEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPKcc",
2238
+ "_ggml_map_custom1",
2239
+ "_quantize_tq1_0",
2240
+ "__ZN6google8protobuf8internal29CodedOutputStreamFieldSkipper9SkipFieldEPNS0_2io16CodedInputStreamEj",
2241
+ "__ZN13sentencepiece3bpe5ModelC2ERKNS_10ModelProtoE",
2242
+ "__ZN6google8protobuf8internal12ExtensionSet10RemoveLastEi",
2243
+ "__ZNK13sentencepiece31SentencePieceText_SentencePiece18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
2244
+ "_ggml_norm_inplace",
2245
+ "__ZN6google8protobuf8internal14WireFormatLite12WriteFixed32EijPNS0_2io17CodedOutputStreamE",
2246
+ "__ZNK6google8protobuf8internal12ExtensionSet8GetInt32Eii",
2247
+ "__ZN6google8protobuf2io19EpsCopyOutputStream18WriteStringOutlineEjRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPh",
2248
+ "_ggml_rope_inplace",
2249
+ "__ZN6google8protobuf22CleanStringLineEndingsEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEb",
2250
+ "__ZN13sentencepiece9character5ModelD2Ev",
2251
+ "__ZN6google8protobuf8internal24GeneratedExtensionFinder4FindEiPNS1_13ExtensionInfoE",
2252
+ "__ZN6google8protobuf2io19OstreamOutputStreamC2EPNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEi",
2253
+ "_ggml_rope_ext_inplace",
2254
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEi",
2255
+ "__ZN4absl12lts_202407228DurationmLEd",
2256
+ "_ggml_vec_silu_f32",
2257
+ "_ggml_backend_free",
2258
+ "_quantize_iq2_s",
2259
+ "__ZN6google8protobuf4util15status_internal6StatusC1ENS2_10StatusCodeENS0_20stringpiece_internal11StringPieceE",
2260
+ "__ZN13sentencepiece12SelfTestDataC2EPN6google8protobuf5ArenaEb",
2261
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece17find_first_not_ofEcm",
2262
+ "__ZN6google8protobuf13safe_strtou64ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPy",
2263
+ "_ggml_map_custom3_inplace",
2264
+ "__ZN6google8protobuf5Arena31AllocateAlignedWithHookForArrayEmPKSt9type_info",
2265
+ "__ZN4absl12lts_2024072213base_internal20ThrowStdRuntimeErrorEPKc",
2266
+ "_ggml_backend_sched_graph_compute_async",
2267
+ "__ZN6google8protobuf11MessageLite22ParsePartialFromStringERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2268
+ "_ggml_mul_mat_set_prec",
2269
+ "_ggml_get_max_tensor_size",
2270
+ "_ggml_rwkv_wkv6",
2271
+ "_ggml_ssm_scan",
2272
+ "_ggml_vec_dot_iq4_nl_q8_0",
2273
+ "__ZNK6google8protobuf8internal12ExtensionSet13IsInitializedEv",
2274
+ "__ZN4absl12lts_202407226FromTMERK2tmNS0_8TimeZoneE",
2275
+ "__ZN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamC2EPNSt3__113basic_ostreamIcNS4_11char_traitsIcEEEE",
2276
+ "__ZN13sentencepiece24ModelProto_SentencePiece8CopyFromERKS0_",
2277
+ "_dequantize_row_iq1_s",
2278
+ "_ggml_compute_forward_roll",
2279
+ "__ZN4absl12lts_2024072215AsciiStrToLowerEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
2280
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE12getNextPieceERNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEm",
2281
+ "__ZN13sentencepiece7unigram7Lattice7ViterbiEv",
2282
+ "__ZN6google8protobuf8internal11WriteVarintEjyPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2283
+ "__Z17nmt_set_beam_sizeP11nmt_contexti",
2284
+ "__ZN6google8protobuf8internal20PackedSFixed32ParserEPvPKcPNS1_12ParseContextE",
2285
+ "__ZNK13sentencepiece24ModelProto_SentencePiece11GetTypeNameEv",
2286
+ "_ggml_get_mem_size",
2287
+ "__ZN4absl12lts_2024072220ToDoubleMicrosecondsENS0_8DurationE",
2288
+ "__ZN4absl12lts_2024072215ToChronoMinutesENS0_8DurationE",
2289
+ "_ggml_repeat_4d",
2290
+ "__ZN6google8protobuf8internal14WireFormatLite10WriteBytesEiRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_2io17CodedOutputStreamE",
2291
+ "__ZN13sentencepiece22SentencePieceProcessor13SetVocabularyERKNSt3__16vectorIN4absl12lts_2024072211string_viewENS1_9allocatorIS5_EEEE",
2292
+ "__ZN6google8protobuf8internal18EpsCopyInputStream4NextEv",
2293
+ "_ggml_cpu_has_avx512_bf16",
2294
+ "__ZN13sentencepiece7logging14SetMinLogLevelEi",
2295
+ "__ZN6google8protobuf11MessageLite14ParseFromArrayEPKvi",
2296
+ "__ZN4absl12lts_2024072213hash_internal15MixingHashState16LowLevelHashImplEPKhm",
2297
+ "__ZN6google8protobuf8internal12ExtensionSet6InsertEi",
2298
+ "__ZN6google8protobuf8internal18PackedUInt64ParserEPvPKcPNS1_12ParseContextE",
2299
+ "__Z23nmt_model_is_indictransP11nmt_context",
2300
+ "__ZNK13sentencepiece26ImmutableSentencePieceText11pieces_sizeEv",
2301
+ "__ZN6google8protobuf8internal12ExtensionSet7AddBoolEihbbPKNS0_15FieldDescriptorE",
2302
+ "__ZN6google8protobuf2io16CodedInputStream25PrintTotalBytesLimitErrorEv",
2303
+ "__ZN6google8protobuf22CleanStringLineEndingsERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPS7_b",
2304
+ "_quantize_iq2_xs",
2305
+ "_quantize_iq3_s",
2306
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptorC1EPNS1_19CopyingOutputStreamEi",
2307
+ "__ZNK6google8protobuf11MessageLite22SerializeToCodedStreamEPNS0_2io17CodedOutputStreamE",
2308
+ "__ZNK6google8protobuf11MessageLite32SerializePartialToZeroCopyStreamEPNS0_2io20ZeroCopyOutputStreamE",
2309
+ "__ZNK13sentencepiece14ModelInterface9bos_pieceEv",
2310
+ "__ZN4absl12lts_2024072213base_internal12SpinLockWaitEPNSt3__16atomicIjEEiPKNS1_22SpinLockWaitTransitionENS1_14SchedulingModeE",
2311
+ "_ggml_log_inplace",
2312
+ "_ggml_unary",
2313
+ "__ZN6google8protobuf4util15status_internal21DeadlineExceededErrorENS0_20stringpiece_internal11StringPieceE",
2314
+ "__ZN4absl12lts_202407225Mutex7TryLockEv",
2315
+ "_ggml_backend_view_init",
2316
+ "_ggml_free",
2317
+ "__ZN13sentencepiece10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
2318
+ "__ZN4absl12lts_2024072214flags_internal8FlagImpl5WriteEPKv",
2319
+ "_ggml_graph_n_nodes",
2320
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE26processSignalUnloadWeightsERNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2321
+ "__ZN4absl12lts_2024072223FindLongestCommonPrefixENS0_11string_viewES1_",
2322
+ "__ZN13sentencepiece24ModelProto_SentencePieceC1ERKS0_",
2323
+ "_ggml_graph_compute",
2324
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptor4NextEPPKvPi",
2325
+ "__ZN6google8protobuf8internal16FunctionClosure0D0Ev",
2326
+ "__ZNK13sentencepiece7unigram5Model20SampleEncodeAndScoreEN4absl12lts_2024072211string_viewEfibb",
2327
+ "__ZN13sentencepiece7unigram7Lattice6InsertEii",
2328
+ "_ggml_gemv_q4_0_4x4_q8_0",
2329
+ "__ZN4absl12lts_2024072213base_internal19ThrowStdDomainErrorEPKc",
2330
+ "__ZN4absl12lts_2024072219str_format_internal8SnprintFEPcmNS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2331
+ "__ZN6google8protobuf8internal14WireFormatLite16VerifyUtf8StringEPKciNS2_9OperationES4_",
2332
+ "__ZN6google8protobuf2io18StringOutputStream6BackUpEi",
2333
+ "_ggml_backend_metal_init",
2334
+ "__ZN4absl12lts_2024072224synchronization_internal20CreateThreadIdentityEv",
2335
+ "_ggml_can_repeat",
2336
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptorC2EPNS1_19CopyingOutputStreamEi",
2337
+ "__ZN13sentencepiece7unigram7Lattice6SampleEf",
2338
+ "__ZN6google8protobuf8internal21UnknownGroupLiteParseEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEPKcPNS1_12ParseContextE",
2339
+ "__ZNK13sentencepiece22SentencePieceProcessor17ApplyExtraOptionsERKNSt3__16vectorINS0_11ExtraOptionENS1_9allocatorIS3_EEEEPNS_17SentencePieceTextE",
2340
+ "__ZN13sentencepiece31SentencePieceText_SentencePieceD0Ev",
2341
+ "__ZN6google8protobuf8internal10LogMessagelsERKNS0_4util15status_internal6StatusE",
2342
+ "__ZN13sentencepiece4util6StatusC2ERKS1_",
2343
+ "__ZN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamD2Ev",
2344
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece4findEcm",
2345
+ "_ggml_fp32_to_fp16",
2346
+ "__ZNK4absl12lts_2024072211string_view5rfindES1_m",
2347
+ "__ZN4absl12lts_2024072219str_format_internal16ParsedFormatBaseC2ENS0_11string_viewEbSt16initializer_listINS0_23FormatConversionCharSetEE",
2348
+ "__ZN4absl12lts_2024072221RegisterCondVarTracerEPFvPKcPKvE",
2349
+ "__ZN6google8protobuf2io16ArrayInputStream4NextEPPKvPi",
2350
+ "__ZN13sentencepiece26ImmutableSentencePieceTextD0Ev",
2351
+ "__ZN13sentencepiece37ModelProto_SentencePiece_Type_IsValidEi",
2352
+ "__ZN4absl12lts_202407225Mutex18ForgetDeadlockInfoEv",
2353
+ "_ggml_backend_tensor_memset",
2354
+ "_ggml_pool_2d_back",
2355
+ "__ZN6google8protobuf8internal20RepeatedPtrFieldBase14InternalExtendEi",
2356
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4Impl24ClearTimeZoneMapTestOnlyEv",
2357
+ "__ZN6google8protobuf4util15status_internal10IsDataLossERKNS2_6StatusE",
2358
+ "_ggml_compute_forward_pool_2d",
2359
+ "__ZN6google8protobuf8internal17PackedFloatParserEPvPKcPNS1_12ParseContextE",
2360
+ "__Z23nmt_model_type_readableP11nmt_context",
2361
+ "__ZN6google8protobuf2io16FileOutputStream23CopyingFileOutputStreamC1Ei",
2362
+ "__ZN6google8protobuf8internal14ArenaStringPtr3SetEONSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_5ArenaE",
2363
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_S4_S4_S4_",
2364
+ "_ggml_gelu_inplace",
2365
+ "__ZN6google8protobuf4util15status_internal15IsUnimplementedERKNS2_6StatusE",
2366
+ "_ggml_gallocr_new_n",
2367
+ "_ggml_critical_section_start",
2368
+ "_ggml_view_1d",
2369
+ "__ZN13sentencepiece11string_util19IsStructurallyValidEN4absl12lts_2024072211string_viewE",
2370
+ "_ggml_gallocr_alloc_graph",
2371
+ "__ZN13sentencepiece14NormalizerSpecC2EPN6google8protobuf5ArenaEb",
2372
+ "__ZN4absl12lts_202407229StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_8AlphaNumESB_SB_",
2373
+ "_ggml_vec_dot_f16",
2374
+ "__ZN6google8protobuf8internal16FunctionClosure0D2Ev",
2375
+ "__ZN13sentencepiece10filesystem15NewReadableFileEN4absl12lts_2024072211string_viewEb",
2376
+ "_ggml_diag_mask_zero",
2377
+ "__ZN4absl12lts_2024072214flags_internal7UnparseEs",
2378
+ "__ZN13sentencepiece10normalizer10NormalizerD0Ev",
2379
+ "__ZN6google8protobuf8internal12FieldSkipper9SkipFieldEPNS0_2io16CodedInputStreamEj",
2380
+ "_quantize_row_q4_0",
2381
+ "__ZNK6google8protobuf8internal12ExtensionSet18MessageSetByteSizeEv",
2382
+ "__ZN4absl12lts_202407225MutexD1Ev",
2383
+ "_ggml_backend_buffer_is_host",
2384
+ "__ZN4ggml3cpu6repack6repackI10block_q4_KLx8ELx8EEEiP11ggml_tensorPKvm",
2385
+ "__ZN4absl12lts_202407228ByLengthC2El",
2386
+ "__ZN6google8protobuf4util15status_internal13InternalErrorENS0_20stringpiece_internal11StringPieceE",
2387
+ "__ZN6google8protobuf2io16CodedInputStream12SkipFallbackEii",
2388
+ "_ggml_status_to_string",
2389
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel7processERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
2390
+ "_ggml_set_1d_inplace",
2391
+ "_ggml_compute_forward_tanh",
2392
+ "__ZN6google8protobuf8internal14WireFormatLite30ReadPackedEnumPreserveUnknownsEPNS0_2io16CodedInputStreamEiPFbiEPNS3_17CodedOutputStreamEPNS0_13RepeatedFieldIiEE",
2393
+ "_ggml_print_object",
2394
+ "__ZN6google8protobuf8internal30FindExtensionLazyEagerVerifyFnEPKNS0_11MessageLiteEi",
2395
+ "_ggml_gelu_erf",
2396
+ "_ggml_backend_init_best",
2397
+ "__ZN4absl12lts_2024072212ToChronoTimeENS0_4TimeE",
2398
+ "_ggml_reshape_3d",
2399
+ "_ggml_view_tensor",
2400
+ "__ZN6google8protobuf7strings15Utf8SafeCEscapeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2401
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneLibCC2ERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2402
+ "__ZNK4absl12lts_202407228TimeZone14NextTransitionENS0_4TimeEPNS1_15CivilTransitionE",
2403
+ "__ZN6google8protobuf8internal12ExtensionSet9AddDoubleEihbdPKNS0_15FieldDescriptorE",
2404
+ "_ggml_graph_get_grad_acc",
2405
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneInfo4LoadERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2406
+ "__ZN6google8protobuf2io16CodedInputStream15ReadTagFallbackEj",
2407
+ "__ZN6google8protobuf2io16CodedInputStream22GetDirectBufferPointerEPPKvPi",
2408
+ "__ZN13sentencepiece4util8StrErrorEi",
2409
+ "__ZN6google8protobuf8internal29CodedOutputStreamFieldSkipper11SkipMessageEPNS0_2io16CodedInputStreamE",
2410
+ "__ZNK6google8protobuf8internal12ExtensionSet49InternalSerializeMessageSetWithCachedSizesToArrayEPKNS0_11MessageLiteEPhPNS0_2io19EpsCopyOutputStreamE",
2411
+ "__ZN6google8protobuf15FastHexToBufferEiPc",
2412
+ "__ZN4ggml3cpu6repack4gemmI10block_q4_0Lx4ELx4EL9ggml_type8EEEviPfmPKvS7_ii",
2413
+ "__ZN13sentencepiece4util6StatusC1ENS0_10StatusCodeEN4absl12lts_2024072211string_viewE",
2414
+ "__ZN4absl12lts_202407225Mutex17IncrementSynchSemEPS1_PNS0_13base_internal14PerThreadSynchE",
2415
+ "__ZN6google8protobuf2io15FileInputStream4SkipEi",
2416
+ "__ZNK13sentencepiece7unigram7Lattice9end_nodesEi",
2417
+ "__ZNK13sentencepiece22SentencePieceProcessor6unk_idEv",
2418
+ "__ZN4absl12lts_202407229StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_8AlphaNumESB_SB_SB_",
2419
+ "__ZN6google8protobuf2io16FileOutputStreamC1Eii",
2420
+ "__ZN13sentencepiece11ByteToPieceEh",
2421
+ "__ZN13sentencepiece10ModelProtoC2ERKS0_",
2422
+ "__ZN13sentencepiece10normalizer10NormalizerD1Ev",
2423
+ "__ZN13sentencepiece19SelfTestData_SampleD2Ev",
2424
+ "__ZN6google8protobuf11MessageLite15ParseFromStringERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2425
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece4findES2_m",
2426
+ "_ggml_backend_buffer_clear",
2427
+ "_ggml_cpu_fp32_to_fp16",
2428
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel20indictransPreProcessERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
2429
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel9setConfigERKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_7variantIJdxEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEE",
2430
+ "__ZN6google8protobuf8internal14WireFormatLite9ReadBytesEPNS0_2io16CodedInputStreamEPPNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEE",
2431
+ "__ZN13sentencepiece19SelfTestData_SampleC1ERKS0_",
2432
+ "__ZN6google8protobuf25CalculateBase64EscapedLenEib",
2433
+ "_ggml_compute_forward_sum",
2434
+ "_ggml_silu_back",
2435
+ "__ZN6google8protobuf8internal12ExtensionSet20FindOrNullInLargeMapEi",
2436
+ "_dequantize_row_iq4_xs",
2437
+ "__ZN4absl12lts_2024072213base_internal8SpinLock16EncodeWaitCyclesExx",
2438
+ "__ZN4absl12lts_202407227ToUDateENS0_4TimeE",
2439
+ "__ZN4ggml3cpu17extra_buffer_typeD1Ev",
2440
+ "__ZN6google8protobuf4util15status_internal13DataLossErrorENS0_20stringpiece_internal11StringPieceE",
2441
+ "__ZN4absl12lts_202407225Mutex13ReaderTryLockEv",
2442
+ "__ZN6google8protobuf8internal12ExtensionSet10AddMessageEihRKNS0_11MessageLiteEPKNS0_15FieldDescriptorE",
2443
+ "__ZN13sentencepiece11TrainerSpec12InternalSwapEPS0_",
2444
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPNSt3__16vectorINS3_12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS8_ISA_EEEEPSA_",
2445
+ "_ggml_quantize_requires_imatrix",
2446
+ "_ggml_compute_forward_custom",
2447
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece12CopyToStringEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
2448
+ "_ggml_tallocr_alloc",
2449
+ "_ggml_custom_4d",
2450
+ "__ZN6google8protobuf8internal15ThreadSafeArena22GetSerialArenaFallbackEPv",
2451
+ "_ggml_format_name",
2452
+ "__ZN6google8protobuf2io20ZeroCopyOutputStream15WriteAliasedRawEPKvi",
2453
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEdNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2454
+ "__ZN6google8protobuf8internal14WireFormatLite10WriteInt64EixPNS0_2io17CodedOutputStreamE",
2455
+ "__ZN6google8protobuf14FatalExceptionD2Ev",
2456
+ "__ZN6google8protobuf10SimpleItoaEj",
2457
+ "__ZN13sentencepiece12SelfTestData14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE",
2458
+ "_ggml_is_empty",
2459
+ "__ZN6google8protobuf8internal10LogMessagelsEPv",
2460
+ "__ZN4absl12lts_2024072224synchronization_internal12PerThreadSem23GetThreadBlockedCounterEv",
2461
+ "__ZN6google8protobuf4util15status_internal18IsDeadlineExceededERKNS2_6StatusE",
2462
+ "__ZNK13sentencepiece22SentencePieceProcessor6DecodeERKNSt3__16vectorIN4absl12lts_2024072211string_viewENS1_9allocatorIS5_EEEEPNS1_12basic_stringIcNS1_11char_traitsIcEENS6_IcEEEE",
2463
+ "__ZNK13sentencepiece7unigram5Model9PieceToIdEN4absl12lts_2024072211string_viewE",
2464
+ "__ZNK35qvac_lib_inference_addon_mlc_marian16TranslationModel12runtimeStatsEv",
2465
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo14NextTransitionERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEEPNS2_9time_zone16civil_transitionE",
2466
+ "_quantize_q5_1",
2467
+ "_ggml_cpu_has_vxe",
2468
+ "__ZN13sentencepiece27TrainerSpec_ModelType_ParseERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEPNS_21TrainerSpec_ModelTypeE",
2469
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPmPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2470
+ "__ZN6google8protobuf8internal18PackedUInt32ParserEPvPKcPNS1_12ParseContextE",
2471
+ "__ZN4absl12lts_2024072214ToInt64SecondsENS0_8DurationE",
2472
+ "__ZN4absl12lts_2024072216numbers_internal17safe_strto64_baseENS0_11string_viewEPxi",
2473
+ "__ZNK6google8protobuf11MessageLite25SerializePartialToOstreamEPNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEE",
2474
+ "_ggml_im2col_back",
2475
+ "__ZN13sentencepiece17SentencePieceText8CopyFromERKS0_",
2476
+ "__ZN6google8protobuf8internal12ExtensionSet17SetRepeatedUInt32Eiij",
2477
+ "__ZNK6google8protobuf11MessageLite24SerializePartialAsStringEv",
2478
+ "__ZN6google8protobuf4util15status_internallsERNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEERKNS2_6StatusE",
2479
+ "__ZN6google8protobuf8internal10LogMessagelsEl",
2480
+ "__ZNK13sentencepiece22NBestSentencePieceText12ByteSizeLongEv",
2481
+ "__ZN6google8protobuf4util15status_internal6StatusC2ENS2_10StatusCodeENS0_20stringpiece_internal11StringPieceE",
2482
+ "_bare_get_module_name_v0",
2483
+ "__ZN13sentencepiece11string_util10DecodeUTF8EPKcS2_Pm",
2484
+ "_ggml_backend_dev_supports_op",
2485
+ "_ggml_vec_dot_iq1_m_q8_K",
2486
+ "__ZN6google8protobuf13StringReplaceERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_S9_b",
2487
+ "_ggml_vec_dot_q6_K_q8_K_generic",
2488
+ "_ggml_pad",
2489
+ "_ggml_set_i32_1d",
2490
+ "_ggml_compute_forward_win_part",
2491
+ "_ggml_vec_dot_q4_1_q8_1",
2492
+ "__ZN6google8protobuf10SimpleItoaEy",
2493
+ "__ZN6google8protobuf8internal12ExtensionSet5ClearEv",
2494
+ "_ggml_backend_get_device",
2495
+ "__ZN13sentencepiece22SentencePieceProcessor13SetNormalizerEONSt3__110unique_ptrINS_10normalizer10NormalizerENS1_14default_deleteIS4_EEEE",
2496
+ "__ZN6google8protobuf8internal12ExtensionSet15SetRepeatedEnumEiii",
2497
+ "__ZNK13sentencepiece22NBestSentencePieceText13IsInitializedEv",
2498
+ "_ggml_backend_device_register",
2499
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc5ArenaC1Ej",
2500
+ "__ZNK13sentencepiece17SentencePieceText13SetCachedSizeEi",
2501
+ "__ZN6google8protobuf8internal10LogMessagelsERKNS0_7uint128E",
2502
+ "__ZNK13sentencepiece7unigram5Model11NBestEncodeEN4absl12lts_2024072211string_viewEi",
2503
+ "_ggml_vec_dot_f32",
2504
+ "__ZNK6google8protobuf8internal12ExtensionSet8GetInt64Eix",
2505
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModel5resetEv",
2506
+ "_ggml_numa_init",
2507
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneInfo9LocalTimeExRKNS2_14TransitionTypeE",
2508
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl9DataGuardEv",
2509
+ "_dequantize_row_q5_1",
2510
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout25MakeClockAbsoluteTimespecE9clockid_t",
2511
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl17AtomicBufferValueEv",
2512
+ "_ggml_abs_inplace",
2513
+ "__ZN6google8protobuf8internal10LogMessagelsERKNS0_20stringpiece_internal11StringPieceE",
2514
+ "_ggml_graph_get_grad",
2515
+ "__ZNK13sentencepiece24ModelProto_SentencePiece13SetCachedSizeEi",
2516
+ "__ZN13sentencepiece7unigram5ModelD0Ev",
2517
+ "__ZNK6google8protobuf2io19EpsCopyOutputStream9ByteCountEPh",
2518
+ "__ZN6google8protobuf8internal14WireFormatLite10WriteInt32EiiPNS0_2io17CodedOutputStreamE",
2519
+ "__ZNK4absl12lts_2024072214flags_internal15DynValueDeleterclEPv",
2520
+ "__Z17nmt_model_n_vocabP11nmt_context",
2521
+ "_ggml_sub_inplace",
2522
+ "__ZN13sentencepiece22NBestSentencePieceTextD1Ev",
2523
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptor22AllocateBufferIfNeededEv",
2524
+ "_ggml_gallocr_free",
2525
+ "__ZN4absl12lts_2024072213base_internal18ThrowStdRangeErrorERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2526
+ "__ZN6google8protobuf12Base64EscapeEPKhiPci",
2527
+ "__ZN13sentencepiece31SentencePieceText_SentencePiece9MergeFromERKS0_",
2528
+ "__ZN4absl12lts_2024072213time_internal4cctz12TimeZoneInfo4MakeERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2529
+ "__ZN6google8protobuf8internal10LogMessageD1Ev",
2530
+ "__ZN6google8protobuf9StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_7strings8AlphaNumESC_SC_SC_",
2531
+ "__ZN13sentencepiece11TrainerSpecC1ERKS0_",
2532
+ "__ZN4absl12lts_2024072214flags_internal15AbslUnparseFlagENS0_11string_viewE",
2533
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPjPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2534
+ "__ZN13sentencepiece11TrainerSpecC2EPN6google8protobuf5ArenaEb",
2535
+ "__ZN13sentencepiece22NBestSentencePieceText9MergeFromERKS0_",
2536
+ "__ZN13sentencepiece24ModelProto_SentencePieceD2Ev",
2537
+ "__ZN4absl12lts_2024072214flags_internal14GetUsageConfigEv",
2538
+ "__ZN6google8protobuf8internal12ExtensionSet20LazyMessageExtension15UnusedKeyMethodEv",
2539
+ "__ZN6google8protobuf6StrCatERKNS0_7strings8AlphaNumES4_S4_S4_",
2540
+ "_ggml_backend_graph_copy",
2541
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl6TypeIdEv",
2542
+ "__ZNK13sentencepiece10ModelProto11GetTypeNameEv",
2543
+ "__ZN6google8protobuf8internal10LogMessagelsEd",
2544
+ "__ZN4absl12lts_202407225Mutex20LockSlowWithDeadlineEPKNS0_6MuHowSEPKNS0_9ConditionENS0_24synchronization_internal13KernelTimeoutEi",
2545
+ "_ggml_vec_soft_max_f32",
2546
+ "_ggml_view_3d",
2547
+ "_ggml_vec_dot_iq2_xs_q8_K",
2548
+ "_ggml_aligned_malloc",
2549
+ "__ZN6google8protobuf4util15status_internal17IsInvalidArgumentERKNS2_6StatusE",
2550
+ "__ZN4absl12lts_2024072216numbers_internal19safe_strtou128_baseENS0_11string_viewEPNS0_7uint128Ei",
2551
+ "__ZN6google8protobuf8internal14ArenaStringPtr7MutableEPNS0_5ArenaE",
2552
+ "__ZN4absl12lts_202407228DurationdVEd",
2553
+ "__ZN4absl12lts_2024072213hash_internal19LowLevelHashLenGt16EPKvmyPKy",
2554
+ "__ZNK4absl12lts_202407225Mutex13AssertNotHeldEv",
2555
+ "__ZN13sentencepiece10normalizer10Normalizer25EncodePrecompiledCharsMapEN4absl12lts_2024072211string_viewES4_",
2556
+ "_quantize_q6_K",
2557
+ "__ZN4absl12lts_2024072213base_internal18ThrowStdOutOfRangeEPKc",
2558
+ "__ZN6google8protobuf13StringReplaceERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_S9_bPS7_",
2559
+ "__ZNK13sentencepiece11TrainerSpec13SetCachedSizeEi",
2560
+ "_ggml_fp32_to_bf16_row_ref",
2561
+ "_ggml_backend_buffer_copy_tensor",
2562
+ "__ZNK6google8protobuf8internal12ExtensionSet9Extension22MessageSetItemByteSizeEi",
2563
+ "__ZN6google8protobuf11LogSilencerC1Ev",
2564
+ "__ZN4absl12lts_202407229ConditionC1EPKb",
2565
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl22ReadSequenceLockedDataEPv",
2566
+ "__ZN4absl12lts_202407224CeilENS0_8DurationES1_",
2567
+ "__ZN6google8protobuf8internal15ThreadSafeArena5ResetEv",
2568
+ "__ZN13sentencepiece19SelfTestData_SampleC1EPN6google8protobuf5ArenaEb",
2569
+ "_ggml_gemm_q4_0_4x4_q8_0",
2570
+ "__ZN4absl12lts_2024072218ToInt64NanosecondsENS0_8DurationE",
2571
+ "__ZN6google8protobuf8internal29UTF8CoerceToStructurallyValidENS0_20stringpiece_internal11StringPieceEPcc",
2572
+ "__ZN13sentencepiece17SentencePieceTextD0Ev",
2573
+ "_ggml_graph_dump_dot",
2574
+ "__ZN6google8protobuf7ClosureD1Ev",
2575
+ "__ZN4absl12lts_2024072216raw_log_internal27RegisterInternalLogFunctionEPFvNS0_11LogSeverityEPKciRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEE",
2576
+ "_ggml_backend_buffer_get_max_size",
2577
+ "_ggml_backend_reg_dev_count",
2578
+ "__ZN6google8protobuf10SimpleItoaEm",
2579
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStream4ReadEPvi",
2580
+ "__ZNK13sentencepiece17SentencePieceText11GetTypeNameEv",
2581
+ "_ggml_cpu_extra_compute_forward",
2582
+ "__ZN4absl12lts_202407226StrCatERKNS0_8AlphaNumES3_",
2583
+ "__ZN6google8protobuf8internal24RepeatedStringTypeTraits23GetDefaultRepeatedFieldEv",
2584
+ "_ggml_unary_op_name",
2585
+ "__ZN13sentencepiece10ModelProto9MergeFromERKS0_",
2586
+ "__ZN4absl12lts_2024072219str_format_internal10AppendPackEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS1_21UntypedFormatSpecImplENS0_4SpanIKNS1_13FormatArgImplEEE",
2587
+ "__ZN4absl12lts_202407225MutexD2Ev",
2588
+ "_ggml_backend_dev_backend_reg",
2589
+ "__ZNK6google8protobuf8internal12ExtensionSet13ExtensionTypeEi",
2590
+ "__ZNK6google8protobuf11MessageLite14AppendToStringEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2591
+ "_ggml_cpu_has_fma",
2592
+ "_ggml_upscale_ext",
2593
+ "__ZN4absl12lts_2024072213base_internal23ThrowStdInvalidArgumentERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2594
+ "__ZNK13sentencepiece10normalizer10Normalizer15NormalizePrefixEN4absl12lts_2024072211string_viewE",
2595
+ "__ZNK13sentencepiece11TrainerSpec18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
2596
+ "__ZN13sentencepiece22SentencePieceProcessor21SetEncodeExtraOptionsEN4absl12lts_2024072211string_viewE",
2597
+ "__ZN6google8protobuf13safe_strtou32ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPj",
2598
+ "_ggml_vec_dot_tq2_0_q8_K_generic",
2599
+ "__ZNK6google8protobuf8internal12ExtensionSet10GetMessageEiRKNS0_11MessageLiteE",
2600
+ "__ZN6google8protobuf8internal14ArenaStringPtr14ClearToDefaultERKNS1_10LazyStringEPNS0_5ArenaE",
2601
+ "__ZNK13sentencepiece19SelfTestData_Sample13IsInitializedEv",
2602
+ "__ZNK4absl12lts_202407225Mutex10AssertHeldEv",
2603
+ "__ZN6google8protobuf11safe_strtobENS0_20stringpiece_internal11StringPieceEPb",
2604
+ "__ZN4absl12lts_2024072219str_format_internal17FormatConvertImplEPKwNS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2605
+ "__ZN4absl12lts_2024072214flags_internal13MaskedPointer10MarkAsReadEv",
2606
+ "__ZN13sentencepiece22NBestSentencePieceText12InternalSwapEPS0_",
2607
+ "__ZN6google8protobuf2io16ArrayInputStream6BackUpEi",
2608
+ "__ZNK6google8protobuf11MessageLite25SerializeToFileDescriptorEi",
2609
+ "__ZN6google8protobuf11MessageLite15MergeFromStringERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE",
2610
+ "_ggml_reshape_4d",
2611
+ "__ZN6google8protobuf8internal12ExtensionSet26InternalExtensionMergeFromEPKNS0_11MessageLiteEiRKNS2_9ExtensionEPNS0_5ArenaE",
2612
+ "__ZNK6google8protobuf8internal12ExtensionSet12GetRefUInt32EiRKj",
2613
+ "__ZN6google8protobuf30WebSafeBase64EscapeWithPaddingENS0_20stringpiece_internal11StringPieceEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
2614
+ "_ggml_backend_sched_get_buffer_size",
2615
+ "__ZN6google8protobuf9StrAppendEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS0_7strings8AlphaNumESC_SC_",
2616
+ "__ZN6google8protobuf2io16CodedInputStream23ReadVarintSizeAsIntSlowEv",
2617
+ "__ZN13sentencepiece22NBestSentencePieceTextC2ERKS0_",
2618
+ "__ZN6google8protobuf8internal16InternalMetadata7DoClearINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEvv",
2619
+ "__ZN6google8protobuf2io16FileOutputStreamD2Ev",
2620
+ "__ZNK13sentencepiece7unigram5Model16CalculateEntropyEN4absl12lts_2024072211string_viewEf",
2621
+ "__ZN6google8protobuf8internal12ExtensionSet9SetDoubleEihdPKNS0_15FieldDescriptorE",
2622
+ "_ggml_cos_inplace",
2623
+ "_ggml_cont_4d",
2624
+ "__ZN6google8protobuf2io19OstreamOutputStreamC1EPNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEEi",
2625
+ "__ZN6google8protobuf22FastUInt64ToBufferLeftEyPc",
2626
+ "__ZN6google8protobuf8internal12ExtensionSet16SetRepeatedInt32Eiii",
2627
+ "__ZNK13sentencepiece22SentencePieceProcessor23mutable_normalizer_specEv",
2628
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4Impl12LoadTimeZoneERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEPS3_",
2629
+ "__Z39nmt_init_from_file_with_params_no_statePKc18nmt_context_params",
2630
+ "_ggml_relu_inplace",
2631
+ "_ggml_gemv_q4_0_8x8_q8_0",
2632
+ "__ZN13sentencepiece9character5ModelC2ERKNS_10ModelProtoE",
2633
+ "__ZNK4absl12lts_2024072213time_internal4cctz9time_zone6lookupERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEE",
2634
+ "__ZNK4absl12lts_2024072224synchronization_internal13KernelTimeout17ToChronoTimePointEv",
2635
+ "__ZNK13sentencepiece12SelfTestData12ByteSizeLongEv",
2636
+ "_quantize_row_q5_1_ref",
2637
+ "__ZNK6google8protobuf11MessageLite25InitializationErrorStringEv",
2638
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModelC1ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
2639
+ "__ZN6google8protobuf8internal14WireFormatLite10SInt64SizeERKNS0_13RepeatedFieldIxEE",
2640
+ "__ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece22NBestSentencePieceTextEJEEEPT_PS1_DpOT0_",
2641
+ "__ZNK13sentencepiece11TrainerSpec11GetTypeNameEv",
2642
+ "__ZN6google8protobuf8internal20RepeatedPtrFieldBase7ReserveEi",
2643
+ "__ZN6google8protobuf8internal12ExtensionSet5EraseEi",
2644
+ "__ZN13sentencepiece7unigram5ModelD1Ev",
2645
+ "__ZN6google8protobuf8internal10LogMessagelsEc",
2646
+ "__ZN13sentencepiece3bpe5ModelC1ERKNS_10ModelProtoE",
2647
+ "_ggml_transpose",
2648
+ "_ggml_backend_synchronize",
2649
+ "__Z23nmt_reset_runtime_statsP11nmt_context",
2650
+ "__ZN4absl12lts_2024072218container_internal24GetHashRefForEmptyHasherERKNS1_12CommonFieldsE",
2651
+ "_ggml_backend_metal_set_abort_callback",
2652
+ "__ZN4absl12lts_202407228ByStringC2ENS0_11string_viewE",
2653
+ "__ZN4absl12lts_202407225Mutex24EnableInvariantDebuggingEPFvPvES2_",
2654
+ "__ZNK13sentencepiece10normalizer13PrefixMatcher11PrefixMatchEN4absl12lts_2024072211string_viewEPb",
2655
+ "__ZN4absl12lts_2024072213ToUnixSecondsENS0_4TimeE",
2656
+ "__ZNK6google8protobuf8internal12ExtensionSet18GetRefRepeatedBoolEii",
2657
+ "__ZN4ggml3cpu13tensor_traitsD1Ev",
2658
+ "_ggml_backend_tensor_set",
2659
+ "_ggml_cpu_has_fp16_va",
2660
+ "__ZN6google8protobuf11MessageLite30ParsePartialFromFileDescriptorEi",
2661
+ "__ZNK13sentencepiece4util6Status4codeEv",
2662
+ "__ZN4absl12lts_2024072219ToInt64MillisecondsENS0_8DurationE",
2663
+ "__ZN13sentencepiece12SelfTestData8CopyFromERKS0_",
2664
+ "__ZNK13sentencepiece7unigram7Lattice11begin_nodesEi",
2665
+ "__ZN13sentencepiece10ModelProto12InternalSwapEPS0_",
2666
+ "_quantize_row_iq4_xs",
2667
+ "__ZN4absl12lts_202407229ParseFlagERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPNS0_8DurationEPS7_",
2668
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC14PrevTransitionERKNSt3__16chrono10time_pointINS5_12system_clockENS5_8durationIxNS4_5ratioILl1ELl1EEEEEEEPNS2_9time_zone16civil_transitionE",
2669
+ "__ZN13sentencepiece14NormalizerSpecC1EPN6google8protobuf5ArenaEb",
2670
+ "__ZN6google8protobuf8internal14WireFormatLite24WriteMessageMaybeToArrayEiRKNS0_11MessageLiteEPNS0_2io17CodedOutputStreamE",
2671
+ "__ZN4absl12lts_20240722lsERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEENS0_11string_viewE",
2672
+ "__ZN13sentencepiece29TrainerSpec_ModelType_IsValidEi",
2673
+ "__ZN4absl12lts_2024072224synchronization_internal12PerThreadSem4TickEPNS0_13base_internal14ThreadIdentityE",
2674
+ "__ZN6google8protobuf16CEscapeAndAppendENS0_20stringpiece_internal11StringPieceEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
2675
+ "__ZNK13sentencepiece31SentencePieceText_SentencePiece11GetTypeNameEv",
2676
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece16find_last_not_ofEcm",
2677
+ "_ggml_set_i32",
2678
+ "__ZN4absl12lts_2024072216raw_log_internal25AsyncSignalSafeWriteErrorEPKcm",
2679
+ "__ZN6google8protobuf8internal12ParseContext12ParseMessageEPNS0_11MessageLiteEPKc",
2680
+ "__ZNK13sentencepiece31SentencePieceText_SentencePiece13SetCachedSizeEi",
2681
+ "_ggml_gemv_iq4_nl_4x4_q8_0_generic",
2682
+ "__ZN4absl12lts_2024072212ToUnixMillisENS0_4TimeE",
2683
+ "__ZNK4absl12lts_2024072214flags_internal8FlagImpl10PtrStorageEv",
2684
+ "__Z16nmt_token_to_strP11nmt_contexti",
2685
+ "__ZN6google8protobuf2io16FileOutputStreamD0Ev",
2686
+ "__ZN4ggml3cpu13tensor_traitsD0Ev",
2687
+ "_ggml_backend_dev_supports_buft",
2688
+ "__ZN6google8protobuf2io19EpsCopyOutputStream34GetDirectBufferForNBytesAndAdvanceEiPPh",
2689
+ "_ggml_compute_forward_out_prod",
2690
+ "__ZNK13sentencepiece31ImmutableNBestSentencePieceText6nbestsEv",
2691
+ "_quantize_row_q5_K",
2692
+ "_ggml_compute_forward_cross_entropy_loss",
2693
+ "__ZN6google8protobuf5Arena26AllocateAlignedWithCleanupEmPKSt9type_info",
2694
+ "__ZN6google8protobuf2io26CopyingOutputStreamAdaptorD2Ev",
2695
+ "__ZN6google8protobuf10SimpleItoaEi",
2696
+ "_ggml_vec_dot_iq1_s_q8_K_generic",
2697
+ "_ggml_add_rel_pos",
2698
+ "_ggml_timestep_embedding",
2699
+ "__ZN6google8protobuf8internal15ThreadSafeArena10AddCleanupEPvPFvS3_E",
2700
+ "__ZNK13sentencepiece22SentencePieceProcessor12SampleEncodeEN4absl12lts_2024072211string_viewEifPNS_17SentencePieceTextE",
2701
+ "__ZNK13sentencepiece49ImmutableSentencePieceText_ImmutableSentencePiece5pieceEv",
2702
+ "__Z12nmt_tokenizeP11nmt_contextPKcPii",
2703
+ "__ZN13sentencepiece24ModelProto_SentencePiece5ClearEv",
2704
+ "__ZN6google8protobuf2io15FileInputStream22CopyingFileInputStreamD2Ev",
2705
+ "_ggml_backend_buffer_get_base",
2706
+ "__ZNK13sentencepiece7unigram5Model6EncodeEN4absl12lts_2024072211string_viewE",
2707
+ "__ZNK4absl12lts_2024072211string_view4findES1_m",
2708
+ "__ZN6google8protobuf2io17CodedOutputStreamD1Ev",
2709
+ "__ZN4absl12lts_2024072210from_charsEPKcS2_RdNS0_12chars_formatE",
2710
+ "__ZN13sentencepiece26ImmutableSentencePieceTextC2ERKNS_17SentencePieceTextE",
2711
+ "__ZN6google8protobuf8internal23SerializeMessageNoTableEPKNS0_11MessageLiteEPNS1_11ArrayOutputE",
2712
+ "_ggml_cpu_has_sve",
2713
+ "__ZN35qvac_lib_inference_addon_mlc_marian4stopEP8js_env_sP18js_callback_info_s",
2714
+ "__ZN6google8protobuf2io19OstreamOutputStream26CopyingOstreamOutputStreamC1EPNSt3__113basic_ostreamIcNS4_11char_traitsIcEEEE",
2715
+ "__ZN6google8protobuf8internal14WireFormatLite10UInt64SizeERKNS0_13RepeatedFieldIyEE",
2716
+ "__ZN13sentencepiece9character5ModelD0Ev",
2717
+ "__ZN4absl12lts_202407229ToTimevalENS0_8DurationE",
2718
+ "_ggml_graph_plan",
2719
+ "__ZN4absl12lts_2024072213base_internal8SpinLock10SlowUnlockEj",
2720
+ "__ZN6google8protobuf7uint12810DivModImplES1_S1_PS1_S2_",
2721
+ "__ZN4absl12lts_2024072213base_internal23ThrowStdInvalidArgumentEPKc",
2722
+ "_ggml_backend_buffer_name",
2723
+ "__ZN13sentencepiece11TrainerSpecC1EPN6google8protobuf5ArenaEb",
2724
+ "__ZN6google8protobuf11LogSilencerD2Ev",
2725
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptorD1Ev",
2726
+ "__ZN4absl12lts_2024072220DefaultStackUnwinderEPPvPiiiPKvS3_",
2727
+ "__ZN6google8protobuf2io19OstreamOutputStream6BackUpEi",
2728
+ "_ggml_vec_dot_iq4_nl_q8_0_generic",
2729
+ "__ZN4absl12lts_2024072211ToUnixNanosENS0_4TimeE",
2730
+ "__ZN4absl12lts_2024072215AsciiStrToUpperEPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE",
2731
+ "_ggml_hardsigmoid",
2732
+ "_ggml_row_size",
2733
+ "__ZN4absl12lts_202407225Mutex12ReaderUnlockEv",
2734
+ "__ZN6google8protobuf9DoNothingEv",
2735
+ "_ggml_cpu_has_avx512",
2736
+ "__ZN6google8protobuf8internal13OnShutdownRunEPFvPKvES3_",
2737
+ "__ZN6google8protobuf2io18IstreamInputStream25CopyingIstreamInputStream4ReadEPvi",
2738
+ "__ZN6google8protobuf8internal20WriteLengthDelimitedEjNS0_20stringpiece_internal11StringPieceEPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
2739
+ "_ggml_out_prod",
2740
+ "_ggml_threadpool_params_init",
2741
+ "__ZN4absl12lts_2024072211ToUniversalENS0_4TimeE",
2742
+ "__ZN6google8protobuf4util15status_internal20InvalidArgumentErrorENS0_20stringpiece_internal11StringPieceE",
2743
+ "__ZN13sentencepiece14NormalizerSpec21CheckTypeAndMergeFromERKN6google8protobuf11MessageLiteE",
2744
+ "__ZNK13sentencepiece10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE",
2745
+ "_ggml_backend_graph_copy_free",
2746
+ "_ggml_backend_event_wait",
2747
+ "__ZN13sentencepiece12SelfTestDataD2Ev",
2748
+ "__ZN6google8protobuf2io17ArrayOutputStream4NextEPPvPi",
2749
+ "__ZN4absl12lts_2024072213time_internal4cctz9time_zone4ImplC2ERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE",
2750
+ "__Z37qvacLibInferenceAddonMlcMarianExportsP8js_env_sP10js_value_s",
2751
+ "_ggml_backend_reg_get_proc_address",
2752
+ "_ggml_cpu_has_dotprod",
2753
+ "__ZNK4absl12lts_2024072213time_internal4cctz12TimeZoneLibC11DescriptionEv",
2754
+ "_ggml_compute_forward_rms_norm",
2755
+ "_ggml_mul_inplace",
2756
+ "__ZNK13sentencepiece10normalizer10Normalizer9NormalizeEN4absl12lts_2024072211string_viewEPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEPNS5_6vectorImNS9_ImEEEE",
2757
+ "__ZN13sentencepiece10ModelProto8CopyFromERKS0_",
2758
+ "_ggml_unravel_index",
2759
+ "_ggml_backend_dev_description",
2760
+ "_ggml_conv_1d_dw",
2761
+ "__ZNK6google8protobuf2io26CopyingOutputStreamAdaptor9ByteCountEv",
2762
+ "_ggml_l2_norm",
2763
+ "_ggml_backend_dev_get_props",
2764
+ "__ZN6google8protobuf2io18StringOutputStreamC1EPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
2765
+ "__ZN4absl12lts_2024072213base_internal18ThrowStdRangeErrorEPKc",
2766
+ "__ZN13sentencepiece11TrainerSpec5ClearEv",
2767
+ "__ZN6google8protobuf4util15status_internal10IsInternalERKNS2_6StatusE",
2768
+ "_ggml_compute_forward_add1",
2769
+ "__ZNK6google8protobuf8internal12ExtensionSet20GetRefRepeatedDoubleEii",
2770
+ "_ggml_compute_forward_arange",
2771
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece5rfindES2_m",
2772
+ "__ZN6google8protobuf4util15status_internal13NotFoundErrorENS0_20stringpiece_internal11StringPieceE",
2773
+ "__ZN6google8protobuf8internal14WireFormatLite9SkipFieldEPNS0_2io16CodedInputStreamEjPNS3_17CodedOutputStreamE",
2774
+ "_ggml_compute_forward_elu",
2775
+ "__ZN6google8protobuf2io25CopyingInputStreamAdaptorD0Ev",
2776
+ "_ggml_compute_forward_sgn",
2777
+ "__ZN6google8protobuf2io16CodedInputStream18ReadStringFallbackEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEi",
2778
+ "_quantize_row_q5_0_ref",
2779
+ "__ZN6google8protobuf2io24ConcatenatingInputStream6BackUpEi",
2780
+ "__ZNK13sentencepiece22NBestSentencePieceText13SetCachedSizeEi",
2781
+ "_ggml_opt_step_adamw",
2782
+ "__ZN4absl12lts_2024072213hash_internal19CityHash64WithSeedsEPKcmyy",
2783
+ "__ZN35qvac_lib_inference_addon_mlc_marian16TranslationModelD2Ev",
2784
+ "__ZNK4absl12lts_2024072218container_internal33CommonFieldsGenerationInfoEnabled41should_rehash_for_bug_detection_on_insertEPKNS1_6ctrl_tEm",
2785
+ "__ZN4absl12lts_2024072213ParseDurationENS0_11string_viewEPNS0_8DurationE",
2786
+ "__ZNK6google8protobuf20stringpiece_internal11StringPiece4copyEPcmm",
2787
+ "__ZN13sentencepiece22SentencePieceProcessor14LoadVocabularyEN4absl12lts_2024072211string_viewEi",
2788
+ "__ZN4absl12lts_2024072213base_internal13LowLevelAlloc5ArenaC2Ej",
2789
+ "__ZNK6google8protobuf8internal15ThreadSafeArena9SpaceUsedEv",
2790
+ "_ggml_gallocr_reserve",
2791
+ "_quantize_q2_K",
2792
+ "_ggml_add1",
2793
+ "__ZN13sentencepiece10ModelProtoC2EPN6google8protobuf5ArenaEb",
2794
+ "__ZN4absl12lts_2024072214flags_internal13AbslParseFlagENS0_11string_viewEPNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEESA_",
2795
+ "__ZNK13sentencepiece19SelfTestData_Sample11GetTypeNameEv",
2796
+ "__ZN6google8protobuf2io19OstreamOutputStreamD0Ev",
2797
+ "_ggml_get_rows"
2798
+ ],
2799
+ "weak": [
2800
+ "__ZNK6google8protobuf13RepeatedFieldIbE8GetArenaEv",
2801
+ "__ZN6google8protobuf13RepeatedFieldIjE4rendEv",
2802
+ "__ZN6google8protobuf13RepeatedFieldIdE4SwapEPS2_",
2803
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEC2EPb",
2804
+ "__ZN6google8protobuf13RepeatedFieldIiEC2EPNS0_5ArenaE",
2805
+ "__ZNK6google8protobuf13RepeatedFieldIiE6cbeginEv",
2806
+ "__ZN6google8protobuf13RepeatedFieldIfE8CopyFromERKS2_",
2807
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEC2Ev",
2808
+ "__ZN6google8protobuf13RepeatedFieldIdEaSEOS2_",
2809
+ "__ZN6google8protobuf13RepeatedFieldIbE3Rep8elementsEv",
2810
+ "__ZN6google8protobuf13RepeatedFieldIbE15UnsafeArenaSwapEPS2_",
2811
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EEC2Ey",
2812
+ "__ZN6google8protobuf13RepeatedFieldIfE18AddAlreadyReservedEv",
2813
+ "__ZN6google8protobuf13RepeatedFieldIxE18AddAlreadyReservedERKx",
2814
+ "__ZN6google8protobuf13RepeatedFieldIfE3Rep8elementsEv",
2815
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchItEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2816
+ "__ZN6google8protobuf13RepeatedFieldIjE3AddERKj",
2817
+ "__ZN6google8protobuf13RepeatedFieldIjE3Rep8elementsEv",
2818
+ "__ZNK6google8protobuf13RepeatedFieldIxE8GetArenaEv",
2819
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_13RepeatedFieldIdEEEEvPv",
2820
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE10RemoveLastEv",
2821
+ "__ZNK6google8protobuf13RepeatedFieldIfE3repEv",
2822
+ "__ZN6google8protobuf13RepeatedFieldIfE18InternalDeallocateEPNS2_3RepEib",
2823
+ "__ZN6google8protobuf13RepeatedFieldIjE5ClearEv",
2824
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC1EPNS0_5ArenaE",
2825
+ "__ZN6google8protobuf13RepeatedFieldIjE7ReserveEi",
2826
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi4EE4sizeEv",
2827
+ "__ZN6google8protobuf13RepeatedFieldIbE18AddAlreadyReservedERKb",
2828
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EEC1Ey",
2829
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchINS0_7uint128EEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2830
+ "__ZNK6google8protobuf13RepeatedFieldIbE4cendEv",
2831
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEmmEi",
2832
+ "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEE",
2833
+ "__ZNK6google8protobuf13RepeatedFieldIbE8elementsEv",
2834
+ "__ZN4absl12lts_2024072216strings_internal10ParseFloatILi10EEENS1_11ParsedFloatEPKcS5_NS0_12chars_formatE",
2835
+ "__ZN6google8protobuf13RepeatedFieldIjEC1ERKS2_",
2836
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIyEplEl",
2837
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEppEi",
2838
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIjEplEl",
2839
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgItEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2840
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEC2EPj",
2841
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE5emptyEv",
2842
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE4SwapEPS9_",
2843
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE14GetOwningArenaEv",
2844
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi84EE5wordsEv",
2845
+ "__ZN4absl12lts_2024072213base_internal10AtomicHookIPFvxEE13DummyFunctionEx",
2846
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE4sizeEv",
2847
+ "__ZN6google8protobuf13RepeatedFieldIyEC1ERKS2_",
2848
+ "__ZN6google8protobuf13RepeatedFieldIyE9MergeFromERKS2_",
2849
+ "__ZN6google8protobuf13RepeatedFieldIyEC2EPNS0_5ArenaE",
2850
+ "__ZN6google8protobuf13RepeatedFieldIbE5beginEv",
2851
+ "__ZNK6google8protobuf13RepeatedFieldIdE2atEi",
2852
+ "__ZN6google8protobuf13RepeatedFieldIiE3SetEiRKi",
2853
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE10MultiplyByEy",
2854
+ "__ZN6google8protobuf13RepeatedFieldIiE3AddEv",
2855
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE6rbeginEv",
2856
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEC1EPd",
2857
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIjEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2858
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEC1EPi",
2859
+ "__ZN6google8protobuf13RepeatedFieldIiEC2Ev",
2860
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE21MultiplyByTenToTheNthEi",
2861
+ "__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm4ELm4EEE10__dispatchB8ue170006IOZNS0_6__ctorINS0_8__traitsIJNS_9monostateENS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_6vectorINS_4pairISE_NS_7variantIJdxEEEEENSC_ISJ_EEEEN28qvac_lib_inference_addon_cpp6OutputISE_E5ErrorENSO_6LogMsgEEEEE19__generic_constructB8ue170006INS0_18__move_constructorISR_LNS0_6_TraitE1EEEEEvRSS_OT_EUlRSY_OT0_E_JRNS0_6__baseILSV_1EJS8_SE_SL_SP_SQ_EEEOS16_EEEDcSY_DpT0_",
2862
+ "__ZN6google8protobuf13RepeatedFieldIjE8CopyFromERKS2_",
2863
+ "__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm0EEE10__dispatchB8ue170006IONS1_9__variant15__value_visitorIZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE25createJobEndedEventParamsERKSC_RKNS8_6OutputINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEUlOT_E_EEJRKNS0_6__baseILNS0_6_TraitE0EJdxEEEEEEDcSP_DpT0_",
2864
+ "__ZN6google8protobuf13RepeatedFieldIdE3endEv",
2865
+ "_AbslInternalMutexYield_lts_20240722",
2866
+ "__ZN6google8protobuf13RepeatedFieldIxE9MoveArrayEPxS3_i",
2867
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEpLEl",
2868
+ "__ZN6google8protobuf13RepeatedFieldIjE3endEv",
2869
+ "__ZN6google8protobuf13RepeatedFieldIjE12InternalSwapEPS2_",
2870
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEppEv",
2871
+ "__ZN6google8protobuf13RepeatedFieldIiE9CopyArrayEPiPKii",
2872
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEC1EPb",
2873
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE22MultiplyByFiveToTheNthEi",
2874
+ "__ZN6google8protobuf13RepeatedFieldIdE5eraseENS0_8internal16RepeatedIteratorIKdEES6_",
2875
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEmIEl",
2876
+ "__ZNK6google8protobuf13RepeatedFieldIfE5emptyEv",
2877
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEC2EPd",
2878
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIhEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2879
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIcEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2880
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_16RepeatedPtrFieldINS0_11MessageLiteEEEEEvPv",
2881
+ "__ZN4absl12lts_2024072213base_internal10AtomicHookIPFvPKvxEE13DummyFunctionES4_x",
2882
+ "__ZN6google8protobuf13RepeatedFieldIiE4SwapEPS2_",
2883
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIdEplEl",
2884
+ "__ZN6google8protobuf13RepeatedFieldIdE5ClearEv",
2885
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EEC2ENS0_11string_viewE",
2886
+ "__ZN11nmt_context20setNoRepeatNgramSizeEx",
2887
+ "__ZN6google8protobuf13RepeatedFieldIbE5eraseENS0_8internal16RepeatedIteratorIKbEE",
2888
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi4EE5wordsEv",
2889
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE5eraseENS0_8internal19RepeatedPtrIteratorIKS8_EE",
2890
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEpLEl",
2891
+ "__ZN6google8protobuf13RepeatedFieldIdE3SetEiRKd",
2892
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchINS1_7VoidPtrEEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2893
+ "__ZN6google8protobuf13RepeatedFieldIjE15UnsafeArenaSwapEPS2_",
2894
+ "__ZN6google8protobuf13RepeatedFieldIxE4SwapEPS2_",
2895
+ "__ZN6google8protobuf8internal19arena_delete_objectINS0_11MessageLiteEEEvPv",
2896
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIdEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2897
+ "__ZNK6google8protobuf13RepeatedFieldIiE6rbeginEv",
2898
+ "__ZN6google8protobuf13RepeatedFieldIyE9CopyArrayEPyPKyi",
2899
+ "__ZN6google8protobuf13RepeatedFieldIdE12InternalSwapEPS2_",
2900
+ "__ZN6google8protobuf13RepeatedFieldIfE12mutable_dataEv",
2901
+ "__ZNK6google8protobuf13RepeatedFieldIdE6cbeginEv",
2902
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIxEdeEv",
2903
+ "__ZZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEED1EvENUlP11uv_handle_sE_8__invokeES5_",
2904
+ "__ZN6google8protobuf13RepeatedFieldIbEC1EOS2_",
2905
+ "__ZN6google8protobuf13RepeatedFieldIyE18AddAlreadyReservedEv",
2906
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE12MultiplyStepEiPKjii",
2907
+ "__ZN6google8protobuf13RepeatedFieldIyE3Rep8elementsEv",
2908
+ "__ZN6google8protobuf13RepeatedFieldIyED1Ev",
2909
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEppEv",
2910
+ "__ZN6google8protobuf13RepeatedFieldIdE6ResizeEiRKd",
2911
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIxEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2912
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE8Digits10Ev",
2913
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEC2EPf",
2914
+ "__ZN6google8protobuf13RepeatedFieldIxE3endEv",
2915
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_13RepeatedFieldIfEEEEvPv",
2916
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIyEmiEl",
2917
+ "__ZN6google8protobuf13RepeatedFieldIxE6rbeginEv",
2918
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEppEi",
2919
+ "__ZNK6google8protobuf13RepeatedFieldIfE22SpaceUsedExcludingSelfEv",
2920
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEppEi",
2921
+ "__ZNK6google8protobuf13RepeatedFieldIfE8elementsEv",
2922
+ "__ZN6google8protobuf13RepeatedFieldIbEC2ERKS2_",
2923
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE2atEi",
2924
+ "__ZNK6google8protobuf13RepeatedFieldIfE4dataEv",
2925
+ "__ZN6google8protobuf13RepeatedFieldIfE12InternalSwapEPS2_",
2926
+ "__ZN6google8protobuf13RepeatedFieldIbE3AddERKb",
2927
+ "__ZN6google8protobuf13RepeatedFieldIbEC1Ev",
2928
+ "__ZN6google8protobuf8internal21arena_destruct_objectINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEvPv",
2929
+ "__ZN6google8protobuf13RepeatedFieldIxEC1EOS2_",
2930
+ "__ZN6google8protobuf13RepeatedFieldIjE4SwapEPS2_",
2931
+ "__ZNK6google8protobuf13RepeatedFieldIbE4sizeEv",
2932
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEmmEv",
2933
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEmmEv",
2934
+ "__ZN6google8protobuf13RepeatedFieldIbE2atEi",
2935
+ "__ZN6google8protobuf13RepeatedFieldIyEaSERKS2_",
2936
+ "__ZN6google8protobuf13RepeatedFieldIiE5eraseENS0_8internal16RepeatedIteratorIKiEES6_",
2937
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE5eraseENS0_8internal19RepeatedPtrIteratorIKS8_EESD_",
2938
+ "_AbslInternalSpinLockWake_lts_20240722",
2939
+ "__ZNK6google8protobuf13RepeatedFieldIdE6rbeginEv",
2940
+ "__ZN6google8protobuf13RepeatedFieldIdE18InternalDeallocateEPNS2_3RepEib",
2941
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE12ClearedCountEv",
2942
+ "__ZN6google8protobuf13RepeatedFieldIxE3Rep8elementsEv",
2943
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIPKwEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2944
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEED1Ev",
2945
+ "__ZNK6google8protobuf13RepeatedFieldIiE3endEv",
2946
+ "__ZN6google8protobuf13RepeatedFieldIiE4rendEv",
2947
+ "__ZN6google8protobuf13RepeatedFieldIfEC1EPNS0_5ArenaE",
2948
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchINS0_11string_viewEEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2949
+ "__ZN6google8protobuf13RepeatedFieldIiEC2ERKS2_",
2950
+ "__ZN4absl12lts_202407225Mutex4DtorEv",
2951
+ "__ZN6google8protobuf13RepeatedFieldIfEC1ERKS2_",
2952
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchINS0_6int128EEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2953
+ "__ZNK6google8protobuf13RepeatedFieldIyE6cbeginEv",
2954
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE10MultiplyByEiPKj",
2955
+ "__ZNK6google8protobuf13RepeatedFieldIdE15unsafe_elementsEv",
2956
+ "__ZN6google8protobuf13RepeatedFieldIxEC2EPNS0_5ArenaE",
2957
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIbEdeEv",
2958
+ "__ZN6google8protobuf13RepeatedFieldIxE15ExtractSubrangeEiiPx",
2959
+ "__ZN6google8protobuf13RepeatedFieldIyEC2ERKS2_",
2960
+ "__ZN6google8protobuf13RepeatedFieldIxEC1ERKS2_",
2961
+ "__ZN6google8protobuf8internal13MergeFromImplILb1EEEbNS1_11BoundedZCISEPNS0_11MessageLiteENS4_10ParseFlagsE",
2962
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEaSEOS9_",
2963
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIfEdeEv",
2964
+ "__ZN6google8protobuf13RepeatedFieldIfEC2EOS2_",
2965
+ "__ZN6google8protobuf13RepeatedFieldIxEC2EOS2_",
2966
+ "__ZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE16jsOutputCallbackEP10uv_async_s",
2967
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEixEi",
2968
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE3GetEi",
2969
+ "__ZN6google8protobuf13RepeatedFieldIbEaSEOS2_",
2970
+ "__ZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE16transfer_slot_fnEPvSG_SG_",
2971
+ "__ZNK6google8protobuf13RepeatedFieldIiE26SpaceUsedExcludingSelfLongEv",
2972
+ "__ZNK6google8protobuf13RepeatedFieldIbE4dataEv",
2973
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIyEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2974
+ "__ZN6google8protobuf13RepeatedFieldIdE12mutable_dataEv",
2975
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIxEptEv",
2976
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIiEplEl",
2977
+ "__ZN6google8protobuf13RepeatedFieldIjE3SetEiRKj",
2978
+ "__ZN6google8protobuf13RepeatedFieldIyE10RemoveLastEv",
2979
+ "__ZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewENSt3__14pairIS4_S4_EEEENS1_10StringHashENS1_8StringEqENS5_9allocatorINS6_IKS4_S7_EEEEE11resize_implERNS1_12CommonFieldsEmNS1_20HashtablezInfoHandleE",
2980
+ "__ZN6google8protobuf13RepeatedFieldIyE5eraseENS0_8internal16RepeatedIteratorIKyEE",
2981
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE22SpaceUsedExcludingSelfEv",
2982
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEC1Ev",
2983
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EEC2Ev",
2984
+ "__ZN6google8protobuf13RepeatedFieldIfE12SwapElementsEii",
2985
+ "__ZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINS0_11string_viewEiEENS1_10StringHashENS1_8StringEqENSt3__19allocatorINS8_4pairIKS4_iEEEEE11resize_implERNS1_12CommonFieldsEmNS1_20HashtablezInfoHandleE",
2986
+ "__ZN6google8protobuf13RepeatedFieldIfE8TruncateEi",
2987
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEmmEi",
2988
+ "__ZN6google8protobuf13RepeatedFieldIbE8CopyFromERKS2_",
2989
+ "__ZN6google8protobuf13RepeatedFieldIdE15UnsafeArenaSwapEPS2_",
2990
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIaEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
2991
+ "__ZN6google8protobuf13RepeatedFieldIfEixEi",
2992
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIhEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
2993
+ "__ZNK6google8protobuf13RepeatedFieldIjE3repEv",
2994
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC1Ev",
2995
+ "__ZNK6google8protobuf13RepeatedFieldIiE8CapacityEv",
2996
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE10MultiplyByEj",
2997
+ "__ZN6google8protobuf13RepeatedFieldIfE3endEv",
2998
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEppEv",
2999
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEC2Ev",
3000
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEC2Ev",
3001
+ "__ZN6google8protobuf13RepeatedFieldIfE5beginEv",
3002
+ "__ZNK6google8protobuf13RepeatedFieldIbE8CapacityEv",
3003
+ "__ZN6google8protobuf13RepeatedFieldIxE10RemoveLastEv",
3004
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIjEmiEl",
3005
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEC1Ev",
3006
+ "__ZN6google8protobuf8internal13MergeFromImplILb1EEEbPNS0_2io19ZeroCopyInputStreamEPNS0_11MessageLiteENS6_10ParseFlagsE",
3007
+ "__ZN6google8protobuf13RepeatedFieldIjE18InternalDeallocateEPNS2_3RepEib",
3008
+ "__ZNK6google8protobuf13RepeatedFieldIjE8elementsEv",
3009
+ "__ZNK6google8protobuf13RepeatedFieldIxE6cbeginEv",
3010
+ "__ZN6google8protobuf13RepeatedFieldIdED1Ev",
3011
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE12InternalSwapEPS9_",
3012
+ "__ZN6google8protobuf13RepeatedFieldIbE4SwapEPS2_",
3013
+ "__ZN6google8protobuf13RepeatedFieldIiE6ResizeEiRKi",
3014
+ "__ZN6google8protobuf13RepeatedFieldIbEC2Ev",
3015
+ "__ZNK6google8protobuf13RepeatedFieldIiE14GetOwningArenaEv",
3016
+ "__ZNK6google8protobuf13RepeatedFieldIjE22SpaceUsedExcludingSelfEv",
3017
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE11pointer_endEv",
3018
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEmmEi",
3019
+ "__ZNK6google8protobuf13RepeatedFieldIiE4rendEv",
3020
+ "__ZN6google8protobuf13RepeatedFieldIiE12SwapElementsEii",
3021
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10ReadDigitsEPKcS5_i",
3022
+ "__ZNK6google8protobuf13RepeatedFieldIbE22SpaceUsedExcludingSelfEv",
3023
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIsEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3024
+ "__ZN6google8protobuf13RepeatedFieldIyE18InternalDeallocateEPNS2_3RepEib",
3025
+ "__ZNK6google8protobuf13RepeatedFieldIiE3repEv",
3026
+ "__ZN6google8protobuf13RepeatedFieldIbE7MutableEi",
3027
+ "__ZN6google8protobuf13RepeatedFieldIxE9MergeFromERKS2_",
3028
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE3endEv",
3029
+ "__ZN6google8protobuf13RepeatedFieldIbE18InternalDeallocateEPNS2_3RepEib",
3030
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS1_19ImplicitWeakMessageEEEvPv",
3031
+ "__ZN6google8protobuf13RepeatedFieldIjED2Ev",
3032
+ "__ZN6google8protobuf13RepeatedFieldIjE5beginEv",
3033
+ "__ZNK6google8protobuf13RepeatedFieldIfE4cendEv",
3034
+ "__ZN6google8protobuf13RepeatedFieldIxE7ReserveEi",
3035
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEppEv",
3036
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIaEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3037
+ "__ZN6google8protobuf13RepeatedFieldIiEaSEOS2_",
3038
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIjEixEl",
3039
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIlEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3040
+ "__ZN6google8protobuf13RepeatedFieldIfE4SwapEPS2_",
3041
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEC2Ev",
3042
+ "__ZN6google8protobuf13RepeatedFieldIxE18InternalDeallocateEPNS2_3RepEib",
3043
+ "__ZN6google8protobuf8internal13MergeFromImplILb0EEEbNS0_20stringpiece_internal11StringPieceEPNS0_11MessageLiteENS5_10ParseFlagsE",
3044
+ "__ZN6google8protobuf13RepeatedFieldIdE9MergeFromERKS2_",
3045
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIfEixEl",
3046
+ "__ZNK6google8protobuf13RepeatedFieldIbE2atEi",
3047
+ "__ZN6google8protobuf13RepeatedFieldIfEC2EPNS0_5ArenaE",
3048
+ "__ZNK6google8protobuf13RepeatedFieldIiE22SpaceUsedExcludingSelfEv",
3049
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEmIEl",
3050
+ "__ZNK6google8protobuf13RepeatedFieldIiE5beginEv",
3051
+ "__ZNK6google8protobuf13RepeatedFieldIdE22SpaceUsedExcludingSelfEv",
3052
+ "__ZNK6google8protobuf13RepeatedFieldIiE5emptyEv",
3053
+ "__ZN6google8protobuf13RepeatedFieldIfE18AddAlreadyReservedERKf",
3054
+ "__ZNK6google8protobuf13RepeatedFieldIiE2atEi",
3055
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE3endEv",
3056
+ "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedEv",
3057
+ "__ZN6google8protobuf13RepeatedFieldIyE7ReserveEi",
3058
+ "__ZN6google8protobuf13RepeatedFieldIbEaSERKS2_",
3059
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEj",
3060
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3061
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEv",
3062
+ "__ZNK6google8protobuf13RepeatedFieldIxE8elementsEv",
3063
+ "__ZN6google8protobuf13RepeatedFieldIxEC1EPNS0_5ArenaE",
3064
+ "__ZNK6google8protobuf13RepeatedFieldIdE26SpaceUsedExcludingSelfLongEv",
3065
+ "__ZNK6google8protobuf13RepeatedFieldIdE3GetEi",
3066
+ "__ZN6google8protobuf13RepeatedFieldIiE5eraseENS0_8internal16RepeatedIteratorIKiEE",
3067
+ "__ZN6google8protobuf13RepeatedFieldIiE5ClearEv",
3068
+ "__ZN6google8protobuf13RepeatedFieldIxED2Ev",
3069
+ "__ZN6google8protobuf13RepeatedFieldIiE18AddAlreadyReservedEv",
3070
+ "__ZN6google8protobuf13RepeatedFieldIxE4rendEv",
3071
+ "__ZN6google8protobuf13RepeatedFieldIfE4rendEv",
3072
+ "__ZN6google8protobuf13RepeatedFieldIjE9MoveArrayEPjS3_i",
3073
+ "__ZN6google8protobuf13RepeatedFieldIyE2atEi",
3074
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE10ReadDigitsEPKcS5_i",
3075
+ "__ZN6google8protobuf13RepeatedFieldIjE9CopyArrayEPjPKji",
3076
+ "__ZN6google8protobuf13RepeatedFieldIiE19AddNAlreadyReservedEi",
3077
+ "__ZZN6google8protobuf8internal16OnShutdownDeleteINS1_25RepeatedPrimitiveDefaultsEEEPT_S5_ENUlPKvE_8__invokeES7_",
3078
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE8CopyFromERKS9_",
3079
+ "__ZNK6google8protobuf13RepeatedFieldIfE8CapacityEv",
3080
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIbEixEl",
3081
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchImEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3082
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE9SetToZeroEv",
3083
+ "__ZNK6google8protobuf13RepeatedFieldIyE26SpaceUsedExcludingSelfLongEv",
3084
+ "__ZN6google8protobuf13RepeatedFieldIdEC2Ev",
3085
+ "__ZNK6google8protobuf13RepeatedFieldIxE4rendEv",
3086
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEC1EPx",
3087
+ "__ZN6google8protobuf13RepeatedFieldIxEC2ERKS2_",
3088
+ "__ZNK6google8protobuf13RepeatedFieldIjE4cendEv",
3089
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEpLEl",
3090
+ "__ZNK6google8protobuf13RepeatedFieldIbE15unsafe_elementsEv",
3091
+ "__ZN6google8protobuf13RepeatedFieldIxE5beginEv",
3092
+ "__ZN6google8protobuf13RepeatedFieldIdE5eraseENS0_8internal16RepeatedIteratorIKdEE",
3093
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EEC2ENS0_11string_viewE",
3094
+ "__ZN6google8protobuf13RepeatedFieldIbE12InternalSwapEPS2_",
3095
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE7ReserveEi",
3096
+ "__ZN6google8protobuf13RepeatedFieldIxE12mutable_dataEv",
3097
+ "__ZN6google8protobuf13RepeatedFieldIiE3Rep8elementsEv",
3098
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEmmEv",
3099
+ "__ZNK6google8protobuf13RepeatedFieldIiE3GetEi",
3100
+ "__ZNK6google8protobuf13RepeatedFieldIyE8GetArenaEv",
3101
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEC1EPf",
3102
+ "__ZN6google8protobuf13RepeatedFieldIjE18AddAlreadyReservedERKj",
3103
+ "__ZN6google8protobuf13RepeatedFieldIiE15UnsafeArenaSwapEPS2_",
3104
+ "__ZN6google8protobuf13RepeatedFieldIjEixEi",
3105
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE4rendEv",
3106
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEppEv",
3107
+ "__ZN4absl12lts_2024072219str_format_internal17FormatRawSinkImpl5FlushINS1_13BufferRawSinkEEEvPvNS0_11string_viewE",
3108
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIyEdeEv",
3109
+ "__ZN6google8protobuf13RepeatedFieldIdEC1EOS2_",
3110
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIxEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3111
+ "__ZN6google8protobuf13RepeatedFieldIfE7ReserveEi",
3112
+ "__ZN6google8protobuf13RepeatedFieldIdE18AddAlreadyReservedERKd",
3113
+ "__ZNK6google8protobuf13RepeatedFieldIjE5emptyEv",
3114
+ "__ZNK6google8protobuf13RepeatedFieldIfE2atEi",
3115
+ "__ZN6google8protobuf13RepeatedFieldIjE2atEi",
3116
+ "__ZN6google8protobuf13RepeatedFieldIxE5ClearEv",
3117
+ "__ZNK6google8protobuf13RepeatedFieldIxE22SpaceUsedExcludingSelfEv",
3118
+ "__ZNK6google8protobuf13RepeatedFieldIjE4dataEv",
3119
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEC1EPy",
3120
+ "__ZN6google8protobuf13RepeatedFieldIiE8CopyFromERKS2_",
3121
+ "__ZN6google8protobuf13RepeatedFieldIyE5beginEv",
3122
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE23UnsafeArenaAddAllocatedEPS8_",
3123
+ "__ZN6google8protobuf13RepeatedFieldIxE19AddNAlreadyReservedEi",
3124
+ "__ZNK6google8protobuf13RepeatedFieldIdE4dataEv",
3125
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEpLEl",
3126
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEi",
3127
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEmIEl",
3128
+ "__ZN6google8protobuf13RepeatedFieldIdE4rendEv",
3129
+ "__ZN6google8protobuf13RepeatedFieldIfE6ResizeEiRKf",
3130
+ "__ZN6google8protobuf13RepeatedFieldIiE15ExtractSubrangeEiiPi",
3131
+ "__ZN6google8protobuf13RepeatedFieldIdE8TruncateEi",
3132
+ "__ZN6google8protobuf13RepeatedFieldIyE8TruncateEi",
3133
+ "__ZNK6google8protobuf13RepeatedFieldIbE3GetEi",
3134
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC1ERKS9_",
3135
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIiEixEl",
3136
+ "__ZNK6google8protobuf13RepeatedFieldIiE4cendEv",
3137
+ "__ZN6google8protobuf13RepeatedFieldIxE12SwapElementsEii",
3138
+ "__ZNK6google8protobuf13RepeatedFieldIyE22SpaceUsedExcludingSelfEv",
3139
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEmIEl",
3140
+ "__ZN4absl12lts_2024072218container_internal19TransferRelocatableILm16EEEvPvS3_S3_",
3141
+ "__ZNK6google8protobuf13RepeatedFieldIfE15unsafe_elementsEv",
3142
+ "__ZNK6google8protobuf13RepeatedFieldIyE15unsafe_elementsEv",
3143
+ "__ZN6google8protobuf13RepeatedFieldIdE6rbeginEv",
3144
+ "__ZN6google8protobuf13RepeatedFieldIjEC1Ev",
3145
+ "__ZN4absl12lts_2024072218container_internal19TransferRelocatableILm24EEEvPvS3_S3_",
3146
+ "__ZN6google8protobuf13RepeatedFieldIbE3SetEiRKb",
3147
+ "__ZN4absl12lts_2024072216strings_internal10ParseFloatILi16EEENS1_11ParsedFloatEPKcS5_NS0_12chars_formatE",
3148
+ "__ZN6google8protobuf13RepeatedFieldIyE3AddEv",
3149
+ "__ZN6google8protobuf13RepeatedFieldIyE3endEv",
3150
+ "__ZN4absl12lts_2024072213base_internal10AtomicHookIPFvPKcPKvxEE13DummyFunctionES4_S6_x",
3151
+ "__ZNK6google8protobuf13RepeatedFieldIfE6rbeginEv",
3152
+ "__ZN4absl12lts_2024072218container_internal18DeallocateStandardILm8EEEvRNS1_12CommonFieldsERKNS1_15PolicyFunctionsE",
3153
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEiPKj",
3154
+ "__ZN6google8protobuf13RepeatedFieldIxE9CopyArrayEPxPKxi",
3155
+ "__ZN6google8protobuf13RepeatedFieldIxE3SetEiRKx",
3156
+ "__ZNK6google8protobuf13RepeatedFieldIfE3GetEi",
3157
+ "__ZN6google8protobuf13RepeatedFieldIjEC2EPNS0_5ArenaE",
3158
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEmIEl",
3159
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIPKcEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3160
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2ERKS9_",
3161
+ "__ZN6google8protobuf13RepeatedFieldIbE18AddAlreadyReservedEv",
3162
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEmIEl",
3163
+ "__ZNK6google8protobuf13RepeatedFieldIdE5emptyEv",
3164
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE23ExtractSubrangeInternalEiiPPS8_NS2_17integral_constantIbLb0EEE",
3165
+ "__ZN6google8protobuf13RepeatedFieldIdE7MutableEi",
3166
+ "__ZN6google8protobuf13RepeatedFieldIiE9MoveArrayEPiS3_i",
3167
+ "__ZN6google8protobuf13RepeatedFieldIxE3AddERKx",
3168
+ "__ZN6google8protobuf13RepeatedFieldIjE12mutable_dataEv",
3169
+ "__ZNK6google8protobuf13RepeatedFieldIjE8CapacityEv",
3170
+ "__ZNK6google8protobuf13RepeatedFieldIiE15unsafe_elementsEv",
3171
+ "_AbslInternalPerThreadSemPost_lts_20240722",
3172
+ "__ZN6google8protobuf13RepeatedFieldIfE6rbeginEv",
3173
+ "__ZN6google8protobuf13RepeatedFieldIbE3AddEv",
3174
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE15UnsafeArenaSwapEPS9_",
3175
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIjEptEv",
3176
+ "__ZN6google8protobuf13RepeatedFieldIfEaSERKS2_",
3177
+ "__ZN6google8protobuf13RepeatedFieldIbE7ReserveEi",
3178
+ "__ZNK6google8protobuf13RepeatedFieldIfE8GetArenaEv",
3179
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_13RepeatedFieldIyEEEEvPv",
3180
+ "__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm3ELm3EEE10__dispatchB8ue170006IOZNS0_6__ctorINS0_8__traitsIJNS_9monostateENS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_6vectorINS_4pairISE_NS_7variantIJdxEEEEENSC_ISJ_EEEEN28qvac_lib_inference_addon_cpp6OutputISE_E5ErrorENSO_6LogMsgEEEEE19__generic_constructB8ue170006INS0_18__move_constructorISR_LNS0_6_TraitE1EEEEEvRSS_OT_EUlRSY_OT0_E_JRNS0_6__baseILSV_1EJS8_SE_SL_SP_SQ_EEEOS16_EEEDcSY_DpT0_",
3181
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIxEmiEl",
3182
+ "__ZN4absl12lts_2024072219str_format_internal17FormatRawSinkImpl5FlushINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEvPvNS0_11string_viewE",
3183
+ "__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm1EEE10__dispatchB8ue170006IONS1_9__variant15__value_visitorIZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE25createJobEndedEventParamsERKSC_RKNS8_6OutputINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEUlOT_E_EEJRKNS0_6__baseILNS0_6_TraitE0EJdxEEEEEEDcSP_DpT0_",
3184
+ "__ZN6google8protobuf13RepeatedFieldIyE6ResizeEiRKy",
3185
+ "__ZN6google8protobuf13RepeatedFieldIyED2Ev",
3186
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIbEmiEl",
3187
+ "__ZNK6google8protobuf13RepeatedFieldIxEixEi",
3188
+ "__ZNK6google8protobuf13RepeatedFieldIfE14GetOwningArenaEv",
3189
+ "__ZN6google8protobuf13RepeatedFieldIdE3AddEv",
3190
+ "__ZN6google8protobuf13RepeatedFieldIxE3AddEv",
3191
+ "__ZN6google8protobuf13RepeatedFieldIiE7MutableEi",
3192
+ "__ZN6google8protobuf13RepeatedFieldIyE8CopyFromERKS2_",
3193
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIyEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3194
+ "__ZNK6google8protobuf13RepeatedFieldIxE3endEv",
3195
+ "__ZN6google8protobuf13RepeatedFieldIyEC2Ev",
3196
+ "__ZNK6google8protobuf13RepeatedFieldIxE6rbeginEv",
3197
+ "__ZN6google8protobuf13RepeatedFieldIbE12SwapElementsEii",
3198
+ "__ZN6google8protobuf13RepeatedFieldIxEC2Ev",
3199
+ "__ZN6google8protobuf13RepeatedFieldIiEC1EOS2_",
3200
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_13RepeatedFieldIiEEEEvPv",
3201
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE2atEi",
3202
+ "__ZN6google8protobuf13RepeatedFieldIxEaSERKS2_",
3203
+ "__ZNK6google8protobuf13RepeatedFieldIiEixEi",
3204
+ "__ZNK6google8protobuf13RepeatedFieldIjE15unsafe_elementsEv",
3205
+ "__ZN4absl12lts_2024072218container_internal23TypeErasedApplyToSlotFnINS1_10StringHashENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEmPKvPv",
3206
+ "__ZN6google8protobuf13RepeatedFieldIfE3AddEv",
3207
+ "__ZN6google8protobuf13RepeatedFieldIbE6ResizeEiRKb",
3208
+ "__ZNK6google8protobuf13RepeatedFieldIyE8elementsEv",
3209
+ "__ZN6google8protobuf13RepeatedFieldIjE9MergeFromERKS2_",
3210
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIjEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3211
+ "__ZN6google8protobuf13RepeatedFieldIbE3endEv",
3212
+ "__ZN6google8protobuf13RepeatedFieldIjE15ExtractSubrangeEiiPj",
3213
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EEC1ENS0_11string_viewE",
3214
+ "__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm1ELm1EEE10__dispatchB8ue170006IOZNS0_6__ctorINS0_8__traitsIJNS_9monostateENS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_6vectorINS_4pairISE_NS_7variantIJdxEEEEENSC_ISJ_EEEEN28qvac_lib_inference_addon_cpp6OutputISE_E5ErrorENSO_6LogMsgEEEEE19__generic_constructB8ue170006INS0_18__move_constructorISR_LNS0_6_TraitE1EEEEEvRSS_OT_EUlRSY_OT0_E_JRNS0_6__baseILSV_1EJS8_SE_SL_SP_SQ_EEEOS16_EEEDcSY_DpT0_",
3215
+ "__ZN11nmt_context7setTopKEx",
3216
+ "__ZN11nmt_context12setMaxLengthEx",
3217
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEC1Ev",
3218
+ "_AbslInternalReportFatalUsageError_lts_20240722",
3219
+ "__ZNK6google8protobuf13RepeatedFieldIdE8elementsEv",
3220
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE26UnsafeArenaExtractSubrangeEiiPPS8_",
3221
+ "__ZN6google8protobuf13RepeatedFieldIiE8TruncateEi",
3222
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE5beginEv",
3223
+ "__ZNK6google8protobuf13RepeatedFieldIyE4sizeEv",
3224
+ "__ZN6google8protobuf13RepeatedFieldIiE12mutable_dataEv",
3225
+ "__ZN6google8protobuf8internal19arena_delete_objectINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEvPv",
3226
+ "__ZN11nmt_context7setTopPEd",
3227
+ "__ZN6google8protobuf13RepeatedFieldIfEaSEOS2_",
3228
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EEC1Ey",
3229
+ "__ZN11nmt_context14setTemperatureEd",
3230
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE26SpaceUsedExcludingSelfLongEv",
3231
+ "__ZN4absl12lts_2024072213base_internal10AtomicHookIPFvPKcPKvEE13DummyFunctionES4_S6_",
3232
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEC2Ev",
3233
+ "__ZNK6google8protobuf13RepeatedFieldIjE6rbeginEv",
3234
+ "__ZN6google8protobuf13RepeatedFieldIyE19AddNAlreadyReservedEi",
3235
+ "__ZN6google8protobuf13RepeatedFieldIyE6rbeginEv",
3236
+ "__ZN6google8protobuf13RepeatedFieldIfE3AddERKf",
3237
+ "__ZN6google8protobuf13RepeatedFieldIiEC1EPNS0_5ArenaE",
3238
+ "__ZN6google8protobuf13RepeatedFieldIjE7MutableEi",
3239
+ "__ZN6google8protobuf13RepeatedFieldIxEC1Ev",
3240
+ "__ZN6google8protobuf13RepeatedFieldIjE12SwapElementsEii",
3241
+ "__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm0ELm0EEE10__dispatchB8ue170006IOZNS0_6__ctorINS0_8__traitsIJNS_9monostateENS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_6vectorINS_4pairISE_NS_7variantIJdxEEEEENSC_ISJ_EEEEN28qvac_lib_inference_addon_cpp6OutputISE_E5ErrorENSO_6LogMsgEEEEE19__generic_constructB8ue170006INS0_18__move_constructorISR_LNS0_6_TraitE1EEEEEvRSS_OT_EUlRSY_OT0_E_JRNS0_6__baseILSV_1EJS8_SE_SL_SP_SQ_EEEOS16_EEEDcSY_DpT0_",
3242
+ "__ZN6google8protobuf13RepeatedFieldIjE5eraseENS0_8internal16RepeatedIteratorIKjEE",
3243
+ "__ZNK6google8protobuf13RepeatedFieldIdE5beginEv",
3244
+ "__ZN6google8protobuf13RepeatedFieldIbEC1EPNS0_5ArenaE",
3245
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEC1Ev",
3246
+ "__ZN6google8protobuf13RepeatedFieldIyE4SwapEPS2_",
3247
+ "__ZN4absl12lts_2024072218container_internal19find_first_non_fullIvEENS1_8FindInfoERKNS1_12CommonFieldsEm",
3248
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE22MultiplyByFiveToTheNthEi",
3249
+ "__ZN6google8protobuf13RepeatedFieldIfE9MoveArrayEPfS3_i",
3250
+ "__ZN6google8protobuf13RepeatedFieldIfED1Ev",
3251
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE21MultiplyByTenToTheNthEi",
3252
+ "__ZN6google8protobuf13RepeatedFieldIyE12InternalSwapEPS2_",
3253
+ "__ZN6google8protobuf13RepeatedFieldIbEC2EPNS0_5ArenaE",
3254
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEmmEi",
3255
+ "__ZNK6google8protobuf13RepeatedFieldIbE14GetOwningArenaEv",
3256
+ "__ZN6google8protobuf13RepeatedFieldIbE5eraseENS0_8internal16RepeatedIteratorIKbEES6_",
3257
+ "__ZN6google8protobuf13RepeatedFieldIiED2Ev",
3258
+ "__ZN6google8protobuf13RepeatedFieldIyE12SwapElementsEii",
3259
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE12FiveToTheNthEi",
3260
+ "__ZN6google8protobuf13RepeatedFieldIdEaSERKS2_",
3261
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE10MultiplyByEy",
3262
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEmmEv",
3263
+ "__ZN6google8protobuf13RepeatedFieldIjEC2Ev",
3264
+ "__ZN6google8protobuf13RepeatedFieldIxE8TruncateEi",
3265
+ "_AbslInternalSleepFor_lts_20240722",
3266
+ "__ZN11nmt_context11setBeamSizeEx",
3267
+ "__ZN6google8protobuf13RepeatedFieldIjE6ResizeEiRKj",
3268
+ "__ZN6google8protobuf13RepeatedFieldIiEC1ERKS2_",
3269
+ "__ZN6google8protobuf13RepeatedFieldIbE12mutable_dataEv",
3270
+ "__ZN4absl12lts_2024072214flags_internal7FlagOpsIiEEPvNS1_6FlagOpEPKvS3_S3_",
3271
+ "__ZN6google8protobuf13RepeatedFieldIfEC2ERKS2_",
3272
+ "__ZN6google8protobuf8internal13MergeFromImplILb1EEEbNS0_20stringpiece_internal11StringPieceEPNS0_11MessageLiteENS5_10ParseFlagsE",
3273
+ "__ZN6google8protobuf13RepeatedFieldIbE4rendEv",
3274
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE12AddWithCarryEij",
3275
+ "__ZN6google8protobuf13RepeatedFieldIxE7MutableEi",
3276
+ "__ZN6google8protobuf13RepeatedFieldIiEC1Ev",
3277
+ "__ZNSt3__116__variant_detail12__visitation6__base12__dispatcherIJLm2ELm2EEE10__dispatchB8ue170006IOZNS0_6__ctorINS0_8__traitsIJNS_9monostateENS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_6vectorINS_4pairISE_NS_7variantIJdxEEEEENSC_ISJ_EEEEN28qvac_lib_inference_addon_cpp6OutputISE_E5ErrorENSO_6LogMsgEEEEE19__generic_constructB8ue170006INS0_18__move_constructorISR_LNS0_6_TraitE1EEEEEvRSS_OT_EUlRSY_OT0_E_JRNS0_6__baseILSV_1EJS8_SE_SL_SP_SQ_EEEOS16_EEEDcSY_DpT0_",
3278
+ "__ZNK6google8protobuf13RepeatedFieldIyE2atEi",
3279
+ "__ZN6google8protobuf13RepeatedFieldIyEC1Ev",
3280
+ "__ZN6google8protobuf13RepeatedFieldIxE15UnsafeArenaSwapEPS2_",
3281
+ "__ZN6google8protobuf13RepeatedFieldIdE19AddNAlreadyReservedEi",
3282
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEmIEl",
3283
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE9SetToZeroEv",
3284
+ "__ZN4absl12lts_2024072219str_format_internal17FormatRawSinkImpl5FlushINSt3__113basic_ostreamIcNS4_11char_traitsIcEEEEEEvPvNS0_11string_viewE",
3285
+ "__ZN6google8protobuf13RepeatedFieldIfE19AddNAlreadyReservedEi",
3286
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi84EE7GetWordEi",
3287
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE11pointer_endEv",
3288
+ "__ZNK6google8protobuf13RepeatedFieldIyE4cendEv",
3289
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEaSERKS9_",
3290
+ "_AbslInternalPerThreadSemPoke_lts_20240722",
3291
+ "__ZN6google8protobuf8internal21arena_destruct_objectINSt3__13mapIiNS1_12ExtensionSet9ExtensionENS3_4lessIiEENS3_9allocatorINS3_4pairIKiS6_EEEEEEEEvPv",
3292
+ "__ZNK6google8protobuf13RepeatedFieldIjEixEi",
3293
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE8GetArenaEv",
3294
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC1EOS9_",
3295
+ "__ZN29AbslFlagHelpGenForminloglevel8NonConstEv",
3296
+ "__ZN4absl12lts_2024072218container_internal23TypeErasedApplyToSlotFnINS1_10StringHashENS0_11string_viewEEEmPKvPv",
3297
+ "__ZN6google8protobuf13RepeatedFieldIdEC1Ev",
3298
+ "__ZN6google8protobuf13RepeatedFieldIxE8CopyFromERKS2_",
3299
+ "__ZN6google8protobuf13RepeatedFieldIyE4rendEv",
3300
+ "__ZN6google8protobuf13RepeatedFieldIdEC2ERKS2_",
3301
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE13pointer_beginEv",
3302
+ "__ZN6google8protobuf13RepeatedFieldIfE9MergeFromERKS2_",
3303
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEED2Ev",
3304
+ "__ZN6google8protobuf13RepeatedFieldIxE5eraseENS0_8internal16RepeatedIteratorIKxEES6_",
3305
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_13RepeatedFieldIjEEEEvPv",
3306
+ "__ZNK6google8protobuf13RepeatedFieldIyE14GetOwningArenaEv",
3307
+ "__ZN6google8protobuf13RepeatedFieldIiED1Ev",
3308
+ "__ZN6google8protobuf13RepeatedFieldIbE9CopyArrayEPbPKbi",
3309
+ "__ZNK6google8protobuf13RepeatedFieldIyE5beginEv",
3310
+ "__ZN6google8protobuf13RepeatedFieldIyE5ClearEv",
3311
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE12AddWithCarryEiy",
3312
+ "__ZN11nmt_context16setLengthPenaltyEd",
3313
+ "__ZN6google8protobuf13RepeatedFieldIxEixEi",
3314
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIfEplEl",
3315
+ "__ZN6google8protobuf13RepeatedFieldIyE18AddAlreadyReservedERKy",
3316
+ "__ZN6google8protobuf13RepeatedFieldIjE5eraseENS0_8internal16RepeatedIteratorIKjEES6_",
3317
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIiEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3318
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE12mutable_dataEv",
3319
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3320
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE9MergeFromERKS9_",
3321
+ "__ZN6google8protobuf13RepeatedFieldIfE10RemoveLastEv",
3322
+ "__ZN6google8protobuf13RepeatedFieldIdEC2EPNS0_5ArenaE",
3323
+ "__ZN6google8protobuf13RepeatedFieldIbED1Ev",
3324
+ "__ZN6google8protobuf13RepeatedFieldIfE2atEi",
3325
+ "__ZNK6google8protobuf13RepeatedFieldIbE3endEv",
3326
+ "__ZNK6google8protobuf13RepeatedFieldIxE4cendEv",
3327
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE12AddAllocatedEPS8_",
3328
+ "__ZNK6google8protobuf13RepeatedFieldIxE15unsafe_elementsEv",
3329
+ "__ZNK6google8protobuf13RepeatedFieldIjE14GetOwningArenaEv",
3330
+ "__ZN6google8protobuf13RepeatedFieldIjE8TruncateEi",
3331
+ "__ZN6google8protobuf13RepeatedFieldIfE9CopyArrayEPfPKfi",
3332
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIxEplEl",
3333
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE12AddWithCarryEiy",
3334
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIeEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3335
+ "_AbslInternalSpinLockDelay_lts_20240722",
3336
+ "__ZZZN28qvac_lib_inference_addon_cpp5AddonIN35qvac_lib_inference_addon_mlc_marian16TranslationModelEE26initializeProcessingThreadEP8js_env_sP10js_value_sS7_S7_ENKUlvE1_clEvENUlP11uv_handle_sE_8__invokeESA_",
3337
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIyEptEv",
3338
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIbEplEl",
3339
+ "__ZN6google8protobuf13RepeatedFieldIyEC1EOS2_",
3340
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEppEi",
3341
+ "__ZN6google8protobuf13RepeatedFieldIfEC1Ev",
3342
+ "__ZN6google8protobuf13RepeatedFieldIdEC2EOS2_",
3343
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEC2EPx",
3344
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEmmEi",
3345
+ "__ZN6google8protobuf13RepeatedFieldIdE12SwapElementsEii",
3346
+ "__ZN6google8protobuf13RepeatedFieldIiE9MergeFromERKS2_",
3347
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIfEmiEl",
3348
+ "__ZN6google8protobuf13RepeatedFieldIfED2Ev",
3349
+ "__ZN6google8protobuf13RepeatedFieldIjEC1EPNS0_5ArenaE",
3350
+ "__ZNK6google8protobuf13RepeatedFieldIyE3repEv",
3351
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EEC1Ev",
3352
+ "__ZNK6google8protobuf13RepeatedFieldIyE4dataEv",
3353
+ "__ZNK6google8protobuf13RepeatedFieldIxE3GetEi",
3354
+ "__ZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEhEENS1_10StringHashENS1_8StringEqENS8_INS4_4pairIKSA_hEEEEE16transfer_slot_fnEPvSJ_SJ_",
3355
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2EOS9_",
3356
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEmmEi",
3357
+ "__ZN6google8protobuf13RepeatedFieldIyE7MutableEi",
3358
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE12MultiplyStepEiPKjii",
3359
+ "__ZN6google8protobuf13RepeatedFieldIbE9MoveArrayEPbS3_i",
3360
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE4rendEv",
3361
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIcEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3362
+ "__ZN6google8protobuf13RepeatedFieldIdE10RemoveLastEv",
3363
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_16RepeatedPtrFieldINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEEEvPv",
3364
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgImEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3365
+ "__ZN6google8protobuf13RepeatedFieldIiE18InternalDeallocateEPNS2_3RepEib",
3366
+ "__ZN6google8protobuf8internal18ThreadLocalStorageINS1_15ThreadSafeArena11ThreadCacheEE6DeleteEPv",
3367
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE10AddClearedEPS8_",
3368
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EEC2Ey",
3369
+ "_AbslInternalPerThreadSemInit_lts_20240722",
3370
+ "__ZN6google8protobuf13RepeatedFieldIfE15ExtractSubrangeEiiPf",
3371
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEppEi",
3372
+ "__ZN4absl12lts_2024072218container_internal12raw_hash_setINS1_17FlatHashMapPolicyINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEhEENS1_10StringHashENS1_8StringEqENS8_INS4_4pairIKSA_hEEEEE11resize_implERNS1_12CommonFieldsEmNS1_20HashtablezInfoHandleE",
3373
+ "__ZNK6google8protobuf13RepeatedFieldIbEixEi",
3374
+ "__ZN6google8protobuf13RepeatedFieldIdE7ReserveEi",
3375
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEmmEv",
3376
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE14DeleteSubrangeEii",
3377
+ "__ZNK6google8protobuf13RepeatedFieldIxE5emptyEv",
3378
+ "__ZNK6google8protobuf13RepeatedFieldIbE5emptyEv",
3379
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE23ExtractSubrangeInternalEiiPPS8_NS2_17integral_constantIbLb1EEE",
3380
+ "__ZNK6google8protobuf13RepeatedFieldIyE3GetEi",
3381
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIsEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3382
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EEC1ENS0_11string_viewE",
3383
+ "__ZN6google8protobuf13RepeatedFieldIfE7MutableEi",
3384
+ "__ZNK6google8protobuf13RepeatedFieldIxE8CapacityEv",
3385
+ "__ZNK6google8protobuf13RepeatedFieldIxE14GetOwningArenaEv",
3386
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi4EE8ToStringEv",
3387
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEC1EPj",
3388
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIxEixEl",
3389
+ "__ZN6google8protobuf13RepeatedFieldIiEaSERKS2_",
3390
+ "__ZNK6google8protobuf13RepeatedFieldIjE4rendEv",
3391
+ "__ZNK6google8protobuf13RepeatedFieldIiE8elementsEv",
3392
+ "__ZNK6google8protobuf13RepeatedFieldIbE6cbeginEv",
3393
+ "__ZN6google8protobuf13RepeatedFieldIjEaSERKS2_",
3394
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIdEixEl",
3395
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIiEdeEv",
3396
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE11ReleaseLastEv",
3397
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIjEdeEv",
3398
+ "__ZN6google8protobuf13RepeatedFieldIjE18AddAlreadyReservedEv",
3399
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE22UnsafeArenaReleaseLastEv",
3400
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE15ExtractSubrangeEiiPPS8_",
3401
+ "__ZN6google8protobuf8internal16RepeatedIteratorIdEC2Ev",
3402
+ "__ZN6google8protobuf13RepeatedFieldIjEC2ERKS2_",
3403
+ "__ZN6google8protobuf13RepeatedFieldIbE8TruncateEi",
3404
+ "__ZN6google8protobuf13RepeatedFieldIfEC2Ev",
3405
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIiEmiEl",
3406
+ "__ZZN6google8protobuf8internal16OnShutdownDeleteINS0_16RepeatedPtrFieldINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEEEPT_SD_ENUlPKvE_8__invokeESF_",
3407
+ "__ZN6google8protobuf13RepeatedFieldIxE12InternalSwapEPS2_",
3408
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE8CapacityEv",
3409
+ "__ZNK6google8protobuf13RepeatedFieldIfE5beginEv",
3410
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIlEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3411
+ "__ZN6google8protobuf13RepeatedFieldIiE3endEv",
3412
+ "__ZN6google8protobuf13RepeatedFieldIiE12InternalSwapEPS2_",
3413
+ "__ZN6google8protobuf13RepeatedFieldIiEC2EOS2_",
3414
+ "__ZN6google8protobuf13RepeatedFieldIjEaSEOS2_",
3415
+ "__ZN6google8protobuf13RepeatedFieldIbE9MergeFromERKS2_",
3416
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEmmEv",
3417
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE3AddEOS8_",
3418
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE7MutableEi",
3419
+ "__ZN6google8protobuf13RepeatedFieldIdE9CopyArrayEPdPKdi",
3420
+ "__ZNK6google8protobuf13RepeatedFieldIyE3endEv",
3421
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIiEptEv",
3422
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE4cendEv",
3423
+ "__ZNK6google8protobuf13RepeatedFieldIjE26SpaceUsedExcludingSelfLongEv",
3424
+ "__ZNK6google8protobuf13RepeatedFieldIbE5beginEv",
3425
+ "__ZNK6google8protobuf13RepeatedFieldIfE26SpaceUsedExcludingSelfLongEv",
3426
+ "__ZNK6google8protobuf13RepeatedFieldIjE4sizeEv",
3427
+ "__ZN6google8protobuf13RepeatedFieldIyEaSEOS2_",
3428
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEpLEl",
3429
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2EPNS0_5ArenaE",
3430
+ "__ZNK6google8protobuf13RepeatedFieldIdE3repEv",
3431
+ "__ZN6google8protobuf13RepeatedFieldIyE3AddERKy",
3432
+ "__ZN6google8protobuf13RepeatedFieldIbE5ClearEv",
3433
+ "__ZN6google8protobuf13RepeatedFieldIxE5eraseENS0_8internal16RepeatedIteratorIKxEE",
3434
+ "__ZN6google8protobuf13RepeatedFieldIxE6ResizeEiRKx",
3435
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE14ReleaseClearedEv",
3436
+ "__ZN6google8protobuf13RepeatedFieldIdE3Rep8elementsEv",
3437
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEppEv",
3438
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE9ShiftLeftEi",
3439
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE6rbeginEv",
3440
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE12SwapElementsEii",
3441
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIbEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3442
+ "__ZNK6google8protobuf13RepeatedFieldIbE6rbeginEv",
3443
+ "__ZNK6google8protobuf13RepeatedFieldIjE6cbeginEv",
3444
+ "__ZN6google8protobuf13RepeatedFieldIyE5eraseENS0_8internal16RepeatedIteratorIKyEES6_",
3445
+ "__ZNK6google8protobuf13RepeatedFieldIbE26SpaceUsedExcludingSelfLongEv",
3446
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2Ev",
3447
+ "__ZN6google8protobuf13RepeatedFieldIbEixEi",
3448
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIdEdeEv",
3449
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEppEi",
3450
+ "__ZN6google8protobuf8internal13MergeFromImplILb0EEEbPNS0_2io19ZeroCopyInputStreamEPNS0_11MessageLiteENS6_10ParseFlagsE",
3451
+ "__ZN6google8protobuf8internal16RepeatedIteratorIfEC1Ev",
3452
+ "__ZNK6google8protobuf13RepeatedFieldIfE6cbeginEv",
3453
+ "__ZN6google8protobuf13RepeatedFieldIiE5beginEv",
3454
+ "__ZN6google8protobuf13RepeatedFieldIdEixEi",
3455
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE17ReadFloatMantissaERKNS1_11ParsedFloatEi",
3456
+ "__ZN6google8protobuf13RepeatedFieldIbE15ExtractSubrangeEiiPb",
3457
+ "__ZN6google8protobuf13RepeatedFieldIjED1Ev",
3458
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi84EE4sizeEv",
3459
+ "__ZNK6google8protobuf13RepeatedFieldIiE8GetArenaEv",
3460
+ "__ZN6google8protobuf13RepeatedFieldIjE3AddEv",
3461
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EEC2Ev",
3462
+ "__ZN6google8protobuf13RepeatedFieldIdEC1ERKS2_",
3463
+ "__ZN6google8protobuf13RepeatedFieldIxEaSEOS2_",
3464
+ "__ZN6google8protobuf13RepeatedFieldIyEC2EOS2_",
3465
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchINSt3__112basic_stringIwNS4_11char_traitsIwEENS4_9allocatorIwEEEEEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3466
+ "__ZN6google8protobuf13RepeatedFieldIjEC1EOS2_",
3467
+ "__ZN6google8protobuf13RepeatedFieldIbE10RemoveLastEv",
3468
+ "__ZNK6google8protobuf13RepeatedFieldIjE2atEi",
3469
+ "__ZNK6google8protobuf13RepeatedFieldIxE3repEv",
3470
+ "__ZNK6google8protobuf13RepeatedFieldIjE3GetEi",
3471
+ "__ZN6google8protobuf13RepeatedFieldIyE15ExtractSubrangeEiiPy",
3472
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE8Digits10Ev",
3473
+ "__ZN6google8protobuf13RepeatedFieldIyEixEi",
3474
+ "__ZN6google8protobuf13RepeatedFieldIdE15ExtractSubrangeEiiPd",
3475
+ "__ZN6google8protobuf13RepeatedFieldIyEC1EPNS0_5ArenaE",
3476
+ "__ZN6google8protobuf13RepeatedFieldIdE8CopyFromERKS2_",
3477
+ "__ZN6google8protobuf13RepeatedFieldIjE19AddNAlreadyReservedEi",
3478
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE5ClearEv",
3479
+ "__ZNK6google8protobuf13RepeatedFieldIyE8CapacityEv",
3480
+ "__ZN6google8protobuf13RepeatedFieldIbED2Ev",
3481
+ "__ZNK6google8protobuf13RepeatedFieldIxE4dataEv",
3482
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE13pointer_beginEv",
3483
+ "__ZN6google8protobuf13RepeatedFieldIjEC2EOS2_",
3484
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIfEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3485
+ "__ZN4absl12lts_2024072213base_internal10AtomicHookIPFvPKciS4_S4_S4_EE13DummyFunctionES4_iS4_S4_S4_",
3486
+ "__ZNK6google8protobuf13RepeatedFieldIiE4dataEv",
3487
+ "__ZN6google8protobuf13RepeatedFieldIiE3AddERKi",
3488
+ "__ZN6google8protobuf13RepeatedFieldIbEC2EOS2_",
3489
+ "__ZN6google8protobuf8internal16RepeatedIteratorIbEpLEl",
3490
+ "__ZN6google8protobuf13RepeatedFieldIfE15UnsafeArenaSwapEPS2_",
3491
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIbEptEv",
3492
+ "__ZNK6google8protobuf13RepeatedFieldIdE8CapacityEv",
3493
+ "__ZN6google8protobuf13RepeatedFieldIfE5eraseENS0_8internal16RepeatedIteratorIKfEES6_",
3494
+ "__ZNK6google8protobuf13RepeatedFieldIdE8GetArenaEv",
3495
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEpLEl",
3496
+ "__ZNK6google8protobuf13RepeatedFieldIbE3repEv",
3497
+ "__ZNK6google8protobuf13RepeatedFieldIxE26SpaceUsedExcludingSelfLongEv",
3498
+ "__ZN6google8protobuf13RepeatedFieldIiEixEi",
3499
+ "__ZN6google8protobuf13RepeatedFieldIiE10RemoveLastEv",
3500
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEC1Ev",
3501
+ "__ZNK6google8protobuf13RepeatedFieldIdE4cendEv",
3502
+ "__ZNK6google8protobuf13RepeatedFieldIjE3endEv",
3503
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE5beginEv",
3504
+ "__ZN6google8protobuf13RepeatedFieldIdE9MoveArrayEPdS3_i",
3505
+ "__ZN4absl12lts_2024072219str_format_internal17FormatRawSinkImpl5FlushINS1_11FILERawSinkEEEvPvNS0_11string_viewE",
3506
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_13RepeatedFieldIbEEEEvPv",
3507
+ "__ZN6google8protobuf13RepeatedFieldIxE18AddAlreadyReservedEv",
3508
+ "__ZN6google8protobuf13RepeatedFieldIdE3AddERKd",
3509
+ "__ZNK6google8protobuf13RepeatedFieldIdEixEi",
3510
+ "__ZN4absl12lts_202407229Condition10AlwaysTrueEPKS1_",
3511
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE6cbeginEv",
3512
+ "__ZN6google8protobuf8internal16RepeatedIteratorIxEC2Ev",
3513
+ "__ZN6google8protobuf8internal16RepeatedIteratorIjEppEi",
3514
+ "__ZN6google8protobuf13RepeatedFieldIbE19AddNAlreadyReservedEi",
3515
+ "__ZN6google8protobuf13RepeatedFieldIdED2Ev",
3516
+ "__ZNK6google8protobuf13RepeatedFieldIjE5beginEv",
3517
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIfEptEv",
3518
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEC2EPi",
3519
+ "__ZNK6google8protobuf13RepeatedFieldIxE2atEi",
3520
+ "__ZNK6google8protobuf13RepeatedFieldIfE3endEv",
3521
+ "__ZNK6google8protobuf13RepeatedFieldIyE5emptyEv",
3522
+ "__ZN6google8protobuf13RepeatedFieldIxE2atEi",
3523
+ "__ZN11nmt_context20setRepetitionPenaltyEd",
3524
+ "__ZN6google8protobuf8internal13MergeFromImplILb0EEEbNS1_11BoundedZCISEPNS0_11MessageLiteENS4_10ParseFlagsE",
3525
+ "__ZN6google8protobuf13RepeatedFieldIiE18AddAlreadyReservedERKi",
3526
+ "__ZN6google8protobuf13RepeatedFieldIdE2atEi",
3527
+ "__ZNK6google8protobuf13RepeatedFieldIyE4rendEv",
3528
+ "__ZN6google8protobuf13RepeatedFieldIjE10RemoveLastEv",
3529
+ "__ZN6google8protobuf13RepeatedFieldIyE15UnsafeArenaSwapEPS2_",
3530
+ "_AbslInternalPerThreadSemWait_lts_20240722",
3531
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE3AddEv",
3532
+ "__ZNK6google8protobuf13RepeatedFieldIdE4sizeEv",
3533
+ "__ZN6google8protobuf13RepeatedFieldIbE6rbeginEv",
3534
+ "__ZN6google8protobuf13RepeatedFieldIdEC1EPNS0_5ArenaE",
3535
+ "__ZNK6google8protobuf13RepeatedFieldIbE4rendEv",
3536
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE12FiveToTheNthEi",
3537
+ "__ZN6google8protobuf13RepeatedFieldIdE5beginEv",
3538
+ "__ZNK6google8protobuf13RepeatedFieldIfE4sizeEv",
3539
+ "__ZN4absl12lts_2024072219str_format_internal13FormatArgImpl8DispatchIiEEbNS2_4DataENS1_24FormatConversionSpecImplEPv",
3540
+ "__ZNK6google8protobuf13RepeatedFieldIyE6rbeginEv",
3541
+ "__ZN6google8protobuf13RepeatedFieldIfE3SetEiRKf",
3542
+ "__ZNK6google8protobuf13RepeatedFieldIfE4rendEv",
3543
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIdEmiEl",
3544
+ "__ZN6google8protobuf13RepeatedFieldIbEC1ERKS2_",
3545
+ "__ZN6google8protobuf13RepeatedFieldIiE7ReserveEi",
3546
+ "__ZNK6google8protobuf13RepeatedFieldIdE4rendEv",
3547
+ "__ZN6google8protobuf13RepeatedFieldIiE2atEi",
3548
+ "__ZN6google8protobuf13RepeatedFieldIiE6rbeginEv",
3549
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIdEptEv",
3550
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EEC1Ev",
3551
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEC2EPy",
3552
+ "__ZNK6google8protobuf13RepeatedFieldIjE8GetArenaEv",
3553
+ "__ZN6google8protobuf8internal16RepeatedIteratorIiEC1Ev",
3554
+ "__ZNK6google8protobuf13RepeatedFieldIdE3endEv",
3555
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS0_13RepeatedFieldIxEEEEvPv",
3556
+ "__ZN6google8protobuf13RepeatedFieldIyE9MoveArrayEPyS3_i",
3557
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi84EE8ToStringEv",
3558
+ "__ZNK4absl12lts_2024072216strings_internal11BigUnsignedILi4EE7GetWordEi",
3559
+ "__ZNK6google8protobuf13RepeatedFieldIyEixEi",
3560
+ "__ZN6google8protobuf13RepeatedFieldIjE6rbeginEv",
3561
+ "__ZN6google8protobuf8internal16RepeatedIteratorIyEmmEv",
3562
+ "__ZN6google8protobuf8internal21arena_destruct_objectINS1_16InternalMetadata9ContainerINSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEEEEvPv",
3563
+ "__ZN6google8protobuf13RepeatedFieldIxED1Ev",
3564
+ "__ZNK6google8protobuf13RepeatedFieldIxE4sizeEv",
3565
+ "__ZN4absl12lts_2024072219str_format_internal13ConvertIntArgIwEEbT_NS1_24FormatConversionSpecImplEPNS1_14FormatSinkImplE",
3566
+ "__ZN6google8protobuf13RepeatedFieldIfE5ClearEv",
3567
+ "__ZN6google8protobuf13RepeatedFieldIyE12mutable_dataEv",
3568
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi84EE9ShiftLeftEi",
3569
+ "__ZNK6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE4dataEv",
3570
+ "__ZN6google8protobuf13RepeatedFieldIfEC1EOS2_",
3571
+ "__ZNK6google8protobuf13RepeatedFieldIxE5beginEv",
3572
+ "__ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEixEi",
3573
+ "__ZNK6google8protobuf13RepeatedFieldIiE4sizeEv",
3574
+ "__ZN4absl12lts_2024072216strings_internal11BigUnsignedILi4EE12AddWithCarryEij",
3575
+ "__ZNK6google8protobuf13RepeatedFieldIdE14GetOwningArenaEv",
3576
+ "__ZNK6google8protobuf8internal16RepeatedIteratorIyEixEl",
3577
+ "__ZN6google8protobuf13RepeatedFieldIyE3SetEiRKy",
3578
+ "__ZNK6google8protobuf13RepeatedFieldIfEixEi"
3579
+ ]
3580
+ }
3581
+ }
3582
+ ],
3583
+ "flags": [
3584
+ {
3585
+ "attributes": [
3586
+ "not_app_extension_safe"
3587
+ ]
3588
+ }
3589
+ ],
3590
+ "install_names": [
3591
+ {
3592
+ "name": "qvac__translation-nmtcpp@0.bare"
3593
+ }
3594
+ ],
3595
+ "target_info": [
3596
+ {
3597
+ "min_deployment": "14",
3598
+ "target": "arm64-ios"
3599
+ }
3600
+ ]
3601
+ },
3602
+ "tapi_tbd_version": 5
3603
+ }