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