ai.muna.muna 0.0.48 → 0.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Plugins/Android/Muna.aar +0 -0
- package/Plugins/Linux/arm64/libFunction.so +0 -0
- package/Plugins/Linux/x86_64/libFunction.so +0 -0
- package/Plugins/Web/libFunction.a +0 -0
- package/Plugins/Windows/arm64/Function.dll +0 -0
- package/Plugins/Windows/x86_64/Function.dll +0 -0
- package/Plugins/iOS/Function.xcframework/Info.plist +10 -12
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Function +0 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNConfiguration.h +15 -15
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNPrediction.h +8 -8
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNPredictionStream.h +3 -3
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNPredictor.h +5 -5
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNStatus.h +1 -1
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNValue.h +117 -33
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNValueList.h +87 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNValueMap.h +8 -37
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/FXNVersion.h +3 -3
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Headers/Function.h +2 -1
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/Info.plist +0 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64/Function.framework/_CodeSignature/CodeResources +30 -19
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Function +0 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNConfiguration.h +313 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNPrediction.h +165 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNPredictionStream.h +63 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNPredictor.h +108 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNStatus.h +42 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNValue.h +479 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNValueList.h +87 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNValueMap.h +119 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/FXNVersion.h +26 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Headers/Function.h +19 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Info.plist +0 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/Modules/module.modulemap +6 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/PrivacyInfo.xcprivacy +36 -0
- package/Plugins/iOS/Function.xcframework/ios-arm64-simulator/Function.framework/_CodeSignature/CodeResources +234 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Function +0 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNConfiguration.h +15 -15
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNPrediction.h +8 -8
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNPredictionStream.h +3 -3
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNPredictor.h +5 -5
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNStatus.h +1 -1
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNValue.h +117 -33
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNValueList.h +87 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNValueMap.h +8 -37
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNVersion.h +3 -3
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/Function.h +2 -1
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Info.plist +0 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/_CodeSignature/CodeResources +30 -19
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Function +0 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNConfiguration.h +313 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNPrediction.h +165 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNPredictionStream.h +63 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNPredictor.h +108 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNStatus.h +42 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNValue.h +479 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNValueList.h +87 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNValueMap.h +119 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/FXNVersion.h +26 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Headers/Function.h +19 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Info.plist +0 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/Modules/module.modulemap +6 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/PrivacyInfo.xcprivacy +36 -0
- package/Plugins/iOS/Function.xcframework/xros-arm64-simulator/Function.framework/_CodeSignature/CodeResources +234 -0
- package/Plugins/macOS/Function.dylib +0 -0
- package/README.md +1 -1
- package/Runtime/C/Configuration.cs +3 -3
- package/Runtime/C/Function.cs +25 -5
- package/Runtime/C/PredictionStream.cs +1 -1
- package/Runtime/C/Predictor.cs +1 -1
- package/Runtime/C/Value.cs +18 -4
- package/Runtime/C/ValueList.cs +40 -0
- package/Runtime/C/ValueList.cs.meta +2 -0
- package/Runtime/C/ValueMap.cs +2 -2
- package/Runtime/Muna.cs +1 -1
- package/Runtime/Types/Dtype.cs +29 -24
- package/Runtime/Types/Image.cs +1 -1
- package/Runtime/Types/Parameter.cs +1 -1
- package/Runtime/Types/Prediction.cs +1 -1
- package/Runtime/Types/Predictor.cs +1 -1
- package/Runtime/Types/Tensor.cs +1 -1
- package/Runtime/Types/User.cs +1 -1
- package/Unity/Internal/PredictionCache.cs +10 -5
- package/package.json +1 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>NSPrivacyCollectedDataTypes</key>
|
|
6
|
+
<array>
|
|
7
|
+
<dict>
|
|
8
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
9
|
+
<string>NSPrivacyCollectedDataTypeDeviceID</string>
|
|
10
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
11
|
+
<false/>
|
|
12
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
13
|
+
<false/>
|
|
14
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
15
|
+
<array>
|
|
16
|
+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
17
|
+
</array>
|
|
18
|
+
</dict>
|
|
19
|
+
</array>
|
|
20
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
21
|
+
<array>
|
|
22
|
+
<dict>
|
|
23
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
24
|
+
<array>
|
|
25
|
+
<string>35F9.1</string>
|
|
26
|
+
</array>
|
|
27
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
28
|
+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
|
|
29
|
+
</dict>
|
|
30
|
+
</array>
|
|
31
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
32
|
+
<array/>
|
|
33
|
+
<key>NSPrivacyTracking</key>
|
|
34
|
+
<false/>
|
|
35
|
+
</dict>
|
|
36
|
+
</plist>
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>files</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>Headers/FXNConfiguration.h</key>
|
|
8
|
+
<data>
|
|
9
|
+
EbS43j0cFG4OOKyLtGP86eGSvNM=
|
|
10
|
+
</data>
|
|
11
|
+
<key>Headers/FXNPrediction.h</key>
|
|
12
|
+
<data>
|
|
13
|
+
v1B/+UYieWkZ7HQJHfEy5HrDomc=
|
|
14
|
+
</data>
|
|
15
|
+
<key>Headers/FXNPredictionStream.h</key>
|
|
16
|
+
<data>
|
|
17
|
+
Greg+YaffvPKKH+luOZQp3yXNCU=
|
|
18
|
+
</data>
|
|
19
|
+
<key>Headers/FXNPredictor.h</key>
|
|
20
|
+
<data>
|
|
21
|
+
o41IirofuUe5IxqtetPnX/kov8U=
|
|
22
|
+
</data>
|
|
23
|
+
<key>Headers/FXNStatus.h</key>
|
|
24
|
+
<data>
|
|
25
|
+
VApmhu5x/w5IRn/cjMqF52VtzTc=
|
|
26
|
+
</data>
|
|
27
|
+
<key>Headers/FXNValue.h</key>
|
|
28
|
+
<data>
|
|
29
|
+
jyJIY0QMD9+wveprF48DXJEUDPY=
|
|
30
|
+
</data>
|
|
31
|
+
<key>Headers/FXNValueList.h</key>
|
|
32
|
+
<data>
|
|
33
|
+
ld0JDWdJIswhucKkyw89ueUPbi4=
|
|
34
|
+
</data>
|
|
35
|
+
<key>Headers/FXNValueMap.h</key>
|
|
36
|
+
<data>
|
|
37
|
+
yEs3fRfrIfvL764zB4ttl+wYOMQ=
|
|
38
|
+
</data>
|
|
39
|
+
<key>Headers/FXNVersion.h</key>
|
|
40
|
+
<data>
|
|
41
|
+
xyxbK7tXG5fHBwwlpfD8qmDrpZI=
|
|
42
|
+
</data>
|
|
43
|
+
<key>Headers/Function.h</key>
|
|
44
|
+
<data>
|
|
45
|
+
86RjZyv42zhJTCJlE+ae3Y3ehcs=
|
|
46
|
+
</data>
|
|
47
|
+
<key>Info.plist</key>
|
|
48
|
+
<data>
|
|
49
|
+
W8++JXqcF91jNDwvxAoa0JV4XlQ=
|
|
50
|
+
</data>
|
|
51
|
+
<key>Modules/module.modulemap</key>
|
|
52
|
+
<data>
|
|
53
|
+
AKzc5jOgJSpNHAbJqkVwxBvrAVo=
|
|
54
|
+
</data>
|
|
55
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
56
|
+
<data>
|
|
57
|
+
hu5TqjQtsozL0nV+trjikU4pE0Q=
|
|
58
|
+
</data>
|
|
59
|
+
</dict>
|
|
60
|
+
<key>files2</key>
|
|
61
|
+
<dict>
|
|
62
|
+
<key>Headers/FXNConfiguration.h</key>
|
|
63
|
+
<dict>
|
|
64
|
+
<key>hash2</key>
|
|
65
|
+
<data>
|
|
66
|
+
y9ybe3TrcDp/r4fokSfYRP4Yk6rWRcJgkVdE9kqE20I=
|
|
67
|
+
</data>
|
|
68
|
+
</dict>
|
|
69
|
+
<key>Headers/FXNPrediction.h</key>
|
|
70
|
+
<dict>
|
|
71
|
+
<key>hash2</key>
|
|
72
|
+
<data>
|
|
73
|
+
gKQW6DY0xZuGqErUuQWj8WiuTJqF4WJbwI1a+HBZqLQ=
|
|
74
|
+
</data>
|
|
75
|
+
</dict>
|
|
76
|
+
<key>Headers/FXNPredictionStream.h</key>
|
|
77
|
+
<dict>
|
|
78
|
+
<key>hash2</key>
|
|
79
|
+
<data>
|
|
80
|
+
zK5eqCAOrXG9XsfKGFCQEl5DhsvTI52ZGZvnkwoMQBk=
|
|
81
|
+
</data>
|
|
82
|
+
</dict>
|
|
83
|
+
<key>Headers/FXNPredictor.h</key>
|
|
84
|
+
<dict>
|
|
85
|
+
<key>hash2</key>
|
|
86
|
+
<data>
|
|
87
|
+
KV7gRJRltk/1F1Di7yCqc3kLgNU34TZvFWIGnMfn8y4=
|
|
88
|
+
</data>
|
|
89
|
+
</dict>
|
|
90
|
+
<key>Headers/FXNStatus.h</key>
|
|
91
|
+
<dict>
|
|
92
|
+
<key>hash2</key>
|
|
93
|
+
<data>
|
|
94
|
+
Sqaogg1mx4UIkBxAGM1fDq1HW6/8ERp7EIJr4j+cYpw=
|
|
95
|
+
</data>
|
|
96
|
+
</dict>
|
|
97
|
+
<key>Headers/FXNValue.h</key>
|
|
98
|
+
<dict>
|
|
99
|
+
<key>hash2</key>
|
|
100
|
+
<data>
|
|
101
|
+
vNsG8bHy88vkUE9tjrQgagbBqdpMUoJaxn7BGtopA1w=
|
|
102
|
+
</data>
|
|
103
|
+
</dict>
|
|
104
|
+
<key>Headers/FXNValueList.h</key>
|
|
105
|
+
<dict>
|
|
106
|
+
<key>hash2</key>
|
|
107
|
+
<data>
|
|
108
|
+
IymyAX4E0KWKDkPyFP8CGHv7wQeQZRm+1wgzHd7zAKk=
|
|
109
|
+
</data>
|
|
110
|
+
</dict>
|
|
111
|
+
<key>Headers/FXNValueMap.h</key>
|
|
112
|
+
<dict>
|
|
113
|
+
<key>hash2</key>
|
|
114
|
+
<data>
|
|
115
|
+
ACZlHVK3fEOQ3rDv5QOxjD+KnTuMDXkNWm6I8dFo2rk=
|
|
116
|
+
</data>
|
|
117
|
+
</dict>
|
|
118
|
+
<key>Headers/FXNVersion.h</key>
|
|
119
|
+
<dict>
|
|
120
|
+
<key>hash2</key>
|
|
121
|
+
<data>
|
|
122
|
+
mZnAnYFeC3h2GusDoaqoDj5Oh2AeoT21Ql5UINOKH+E=
|
|
123
|
+
</data>
|
|
124
|
+
</dict>
|
|
125
|
+
<key>Headers/Function.h</key>
|
|
126
|
+
<dict>
|
|
127
|
+
<key>hash2</key>
|
|
128
|
+
<data>
|
|
129
|
+
utJBegbI3h5PQCi/FCnJvDnbpE0E+WYvG0LBKnI2NAQ=
|
|
130
|
+
</data>
|
|
131
|
+
</dict>
|
|
132
|
+
<key>Modules/module.modulemap</key>
|
|
133
|
+
<dict>
|
|
134
|
+
<key>hash2</key>
|
|
135
|
+
<data>
|
|
136
|
+
DOSlApa0B8DW0tZrkleMTg4bOHTSkqsPYpLLNC+RDss=
|
|
137
|
+
</data>
|
|
138
|
+
</dict>
|
|
139
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
140
|
+
<dict>
|
|
141
|
+
<key>hash2</key>
|
|
142
|
+
<data>
|
|
143
|
+
2yC3crbcQ94cl0m/hQ+bCdpTgq9RzCBBT72IgRXThVY=
|
|
144
|
+
</data>
|
|
145
|
+
</dict>
|
|
146
|
+
</dict>
|
|
147
|
+
<key>rules</key>
|
|
148
|
+
<dict>
|
|
149
|
+
<key>^.*</key>
|
|
150
|
+
<true/>
|
|
151
|
+
<key>^.*\.lproj/</key>
|
|
152
|
+
<dict>
|
|
153
|
+
<key>optional</key>
|
|
154
|
+
<true/>
|
|
155
|
+
<key>weight</key>
|
|
156
|
+
<real>1000</real>
|
|
157
|
+
</dict>
|
|
158
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
159
|
+
<dict>
|
|
160
|
+
<key>omit</key>
|
|
161
|
+
<true/>
|
|
162
|
+
<key>weight</key>
|
|
163
|
+
<real>1100</real>
|
|
164
|
+
</dict>
|
|
165
|
+
<key>^Base\.lproj/</key>
|
|
166
|
+
<dict>
|
|
167
|
+
<key>weight</key>
|
|
168
|
+
<real>1010</real>
|
|
169
|
+
</dict>
|
|
170
|
+
<key>^version.plist$</key>
|
|
171
|
+
<true/>
|
|
172
|
+
</dict>
|
|
173
|
+
<key>rules2</key>
|
|
174
|
+
<dict>
|
|
175
|
+
<key>.*\.dSYM($|/)</key>
|
|
176
|
+
<dict>
|
|
177
|
+
<key>weight</key>
|
|
178
|
+
<real>11</real>
|
|
179
|
+
</dict>
|
|
180
|
+
<key>^(.*/)?\.DS_Store$</key>
|
|
181
|
+
<dict>
|
|
182
|
+
<key>omit</key>
|
|
183
|
+
<true/>
|
|
184
|
+
<key>weight</key>
|
|
185
|
+
<real>2000</real>
|
|
186
|
+
</dict>
|
|
187
|
+
<key>^.*</key>
|
|
188
|
+
<true/>
|
|
189
|
+
<key>^.*\.lproj/</key>
|
|
190
|
+
<dict>
|
|
191
|
+
<key>optional</key>
|
|
192
|
+
<true/>
|
|
193
|
+
<key>weight</key>
|
|
194
|
+
<real>1000</real>
|
|
195
|
+
</dict>
|
|
196
|
+
<key>^.*\.lproj/locversion.plist$</key>
|
|
197
|
+
<dict>
|
|
198
|
+
<key>omit</key>
|
|
199
|
+
<true/>
|
|
200
|
+
<key>weight</key>
|
|
201
|
+
<real>1100</real>
|
|
202
|
+
</dict>
|
|
203
|
+
<key>^Base\.lproj/</key>
|
|
204
|
+
<dict>
|
|
205
|
+
<key>weight</key>
|
|
206
|
+
<real>1010</real>
|
|
207
|
+
</dict>
|
|
208
|
+
<key>^Info\.plist$</key>
|
|
209
|
+
<dict>
|
|
210
|
+
<key>omit</key>
|
|
211
|
+
<true/>
|
|
212
|
+
<key>weight</key>
|
|
213
|
+
<real>20</real>
|
|
214
|
+
</dict>
|
|
215
|
+
<key>^PkgInfo$</key>
|
|
216
|
+
<dict>
|
|
217
|
+
<key>omit</key>
|
|
218
|
+
<true/>
|
|
219
|
+
<key>weight</key>
|
|
220
|
+
<real>20</real>
|
|
221
|
+
</dict>
|
|
222
|
+
<key>^embedded\.provisionprofile$</key>
|
|
223
|
+
<dict>
|
|
224
|
+
<key>weight</key>
|
|
225
|
+
<real>20</real>
|
|
226
|
+
</dict>
|
|
227
|
+
<key>^version\.plist$</key>
|
|
228
|
+
<dict>
|
|
229
|
+
<key>weight</key>
|
|
230
|
+
<real>20</real>
|
|
231
|
+
</dict>
|
|
232
|
+
</dict>
|
|
233
|
+
</dict>
|
|
234
|
+
</plist>
|
|
Binary file
|
package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNConfiguration.h
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Function
|
|
4
4
|
//
|
|
5
5
|
// Created by Yusuf Olokoba on 5/27/2023.
|
|
6
|
-
// Copyright ©
|
|
6
|
+
// Copyright © 2026 NatML Inc. All rights reserved.
|
|
7
7
|
//
|
|
8
8
|
|
|
9
9
|
#pragma once
|
|
@@ -59,7 +59,7 @@ typedef struct FXNConfiguration FXNConfiguration;
|
|
|
59
59
|
@param status
|
|
60
60
|
Result status.
|
|
61
61
|
*/
|
|
62
|
-
typedef void (*FXNConfigurationAddResourceHandler)
|
|
62
|
+
typedef void (*FXNConfigurationAddResourceHandler)(
|
|
63
63
|
void* context,
|
|
64
64
|
FXNStatus status
|
|
65
65
|
);
|
|
@@ -80,7 +80,7 @@ typedef void (*FXNConfigurationAddResourceHandler) (
|
|
|
80
80
|
@param size
|
|
81
81
|
Identifier size.
|
|
82
82
|
*/
|
|
83
|
-
FXN_API FXNStatus FXNConfigurationGetUniqueID
|
|
83
|
+
FXN_API FXNStatus FXNConfigurationGetUniqueID(
|
|
84
84
|
char* identifier,
|
|
85
85
|
int32_t size
|
|
86
86
|
);
|
|
@@ -98,7 +98,7 @@ FXN_API FXNStatus FXNConfigurationGetUniqueID (
|
|
|
98
98
|
@param size
|
|
99
99
|
Identifier size.
|
|
100
100
|
*/
|
|
101
|
-
FXN_API FXNStatus FXNConfigurationGetClientID
|
|
101
|
+
FXN_API FXNStatus FXNConfigurationGetClientID(
|
|
102
102
|
char* identifier,
|
|
103
103
|
int32_t size
|
|
104
104
|
);
|
|
@@ -113,7 +113,7 @@ FXN_API FXNStatus FXNConfigurationGetClientID (
|
|
|
113
113
|
@param configuration
|
|
114
114
|
Created configuration. MUST NOT be `NULL`.
|
|
115
115
|
*/
|
|
116
|
-
FXN_API FXNStatus FXNConfigurationCreate
|
|
116
|
+
FXN_API FXNStatus FXNConfigurationCreate(FXNConfiguration** configuration);
|
|
117
117
|
|
|
118
118
|
/*!
|
|
119
119
|
@function FXNConfigurationRelease
|
|
@@ -125,7 +125,7 @@ FXN_API FXNStatus FXNConfigurationCreate (FXNConfiguration** configuration);
|
|
|
125
125
|
@param configuration
|
|
126
126
|
Predictor configuration.
|
|
127
127
|
*/
|
|
128
|
-
FXN_API FXNStatus FXNConfigurationRelease
|
|
128
|
+
FXN_API FXNStatus FXNConfigurationRelease(FXNConfiguration* configuration);
|
|
129
129
|
#pragma endregion
|
|
130
130
|
|
|
131
131
|
|
|
@@ -146,7 +146,7 @@ FXN_API FXNStatus FXNConfigurationRelease (FXNConfiguration* configuration);
|
|
|
146
146
|
@param size
|
|
147
147
|
Size of destination buffer.
|
|
148
148
|
*/
|
|
149
|
-
FXN_API FXNStatus FXNConfigurationGetTag
|
|
149
|
+
FXN_API FXNStatus FXNConfigurationGetTag(
|
|
150
150
|
FXNConfiguration* configuration,
|
|
151
151
|
char* tag,
|
|
152
152
|
int32_t size
|
|
@@ -166,7 +166,7 @@ FXN_API FXNStatus FXNConfigurationGetTag (
|
|
|
166
166
|
@param tag
|
|
167
167
|
Predictor tag.
|
|
168
168
|
*/
|
|
169
|
-
FXN_API FXNStatus FXNConfigurationSetTag
|
|
169
|
+
FXN_API FXNStatus FXNConfigurationSetTag(
|
|
170
170
|
FXNConfiguration* configuration,
|
|
171
171
|
const char* tag
|
|
172
172
|
);
|
|
@@ -187,7 +187,7 @@ FXN_API FXNStatus FXNConfigurationSetTag (
|
|
|
187
187
|
@param size
|
|
188
188
|
Size of destination buffer.
|
|
189
189
|
*/
|
|
190
|
-
FXN_API FXNStatus FXNConfigurationGetToken
|
|
190
|
+
FXN_API FXNStatus FXNConfigurationGetToken(
|
|
191
191
|
FXNConfiguration* configuration,
|
|
192
192
|
char* token,
|
|
193
193
|
int32_t size
|
|
@@ -207,7 +207,7 @@ FXN_API FXNStatus FXNConfigurationGetToken (
|
|
|
207
207
|
@param token
|
|
208
208
|
Configuration token.
|
|
209
209
|
*/
|
|
210
|
-
FXN_API FXNStatus FXNConfigurationSetToken
|
|
210
|
+
FXN_API FXNStatus FXNConfigurationSetToken(
|
|
211
211
|
FXNConfiguration* configuration,
|
|
212
212
|
const char* token
|
|
213
213
|
);
|
|
@@ -225,7 +225,7 @@ FXN_API FXNStatus FXNConfigurationSetToken (
|
|
|
225
225
|
@param acceleration
|
|
226
226
|
Acceleration.
|
|
227
227
|
*/
|
|
228
|
-
FXN_API FXNStatus FXNConfigurationGetAcceleration
|
|
228
|
+
FXN_API FXNStatus FXNConfigurationGetAcceleration(
|
|
229
229
|
FXNConfiguration* configuration,
|
|
230
230
|
FXNAcceleration* acceleration
|
|
231
231
|
);
|
|
@@ -243,7 +243,7 @@ FXN_API FXNStatus FXNConfigurationGetAcceleration (
|
|
|
243
243
|
@param acceleration
|
|
244
244
|
Acceleration used for making predictions predictions.
|
|
245
245
|
*/
|
|
246
|
-
FXN_API FXNStatus FXNConfigurationSetAcceleration
|
|
246
|
+
FXN_API FXNStatus FXNConfigurationSetAcceleration(
|
|
247
247
|
FXNConfiguration* configuration,
|
|
248
248
|
FXNAcceleration acceleration
|
|
249
249
|
);
|
|
@@ -263,7 +263,7 @@ FXN_API FXNStatus FXNConfigurationSetAcceleration (
|
|
|
263
263
|
The type of this device is platform-dependent.
|
|
264
264
|
See https://docs.fxn.ai/workflows/realtime#specifying-the-acceleration-device for more information.
|
|
265
265
|
*/
|
|
266
|
-
FXN_API FXNStatus FXNConfigurationGetDevice
|
|
266
|
+
FXN_API FXNStatus FXNConfigurationGetDevice(
|
|
267
267
|
FXNConfiguration* configuration,
|
|
268
268
|
void** device
|
|
269
269
|
);
|
|
@@ -284,7 +284,7 @@ FXN_API FXNStatus FXNConfigurationGetDevice (
|
|
|
284
284
|
Pass `NULL` to use the default compute device.
|
|
285
285
|
See https://docs.fxn.ai/workflows/realtime#specifying-the-acceleration-device for more information.
|
|
286
286
|
*/
|
|
287
|
-
FXN_API FXNStatus FXNConfigurationSetDevice
|
|
287
|
+
FXN_API FXNStatus FXNConfigurationSetDevice(
|
|
288
288
|
FXNConfiguration* configuration,
|
|
289
289
|
void* device
|
|
290
290
|
);
|
|
@@ -305,7 +305,7 @@ FXN_API FXNStatus FXNConfigurationSetDevice (
|
|
|
305
305
|
@param path
|
|
306
306
|
Resource path.
|
|
307
307
|
*/
|
|
308
|
-
FXN_API FXNStatus FXNConfigurationAddResource
|
|
308
|
+
FXN_API FXNStatus FXNConfigurationAddResource(
|
|
309
309
|
FXNConfiguration* configuration,
|
|
310
310
|
const char* type,
|
|
311
311
|
const char* path
|
package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNPrediction.h
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Function
|
|
4
4
|
//
|
|
5
5
|
// Created by Yusuf Olokoba on 11/23/2023.
|
|
6
|
-
// Copyright ©
|
|
6
|
+
// Copyright © 2026 NatML Inc. All rights reserved.
|
|
7
7
|
//
|
|
8
8
|
|
|
9
9
|
#pragma once
|
|
@@ -35,7 +35,7 @@ typedef struct FXNPrediction FXNPrediction;
|
|
|
35
35
|
@param prediction
|
|
36
36
|
Prediction.
|
|
37
37
|
*/
|
|
38
|
-
FXN_API FXNStatus FXNPredictionRelease
|
|
38
|
+
FXN_API FXNStatus FXNPredictionRelease(FXNPrediction* prediction);
|
|
39
39
|
#pragma endregion
|
|
40
40
|
|
|
41
41
|
|
|
@@ -56,7 +56,7 @@ FXN_API FXNStatus FXNPredictionRelease (FXNPrediction* prediction);
|
|
|
56
56
|
@param size
|
|
57
57
|
Destination buffer size.
|
|
58
58
|
*/
|
|
59
|
-
FXN_API FXNStatus FXNPredictionGetID
|
|
59
|
+
FXN_API FXNStatus FXNPredictionGetID(
|
|
60
60
|
FXNPrediction* prediction,
|
|
61
61
|
char* destination,
|
|
62
62
|
int32_t size
|
|
@@ -75,7 +75,7 @@ FXN_API FXNStatus FXNPredictionGetID (
|
|
|
75
75
|
@param latency
|
|
76
76
|
Prediction latency in milliseconds.
|
|
77
77
|
*/
|
|
78
|
-
FXN_API FXNStatus FXNPredictionGetLatency
|
|
78
|
+
FXN_API FXNStatus FXNPredictionGetLatency(
|
|
79
79
|
FXNPrediction* prediction,
|
|
80
80
|
double* latency
|
|
81
81
|
);
|
|
@@ -93,7 +93,7 @@ FXN_API FXNStatus FXNPredictionGetLatency (
|
|
|
93
93
|
@param map
|
|
94
94
|
Prediction output value map. Do NOT release this value map as it is owned by the prediction.
|
|
95
95
|
*/
|
|
96
|
-
FXN_API FXNStatus FXNPredictionGetResults
|
|
96
|
+
FXN_API FXNStatus FXNPredictionGetResults(
|
|
97
97
|
FXNPrediction* prediction,
|
|
98
98
|
FXNValueMap** map
|
|
99
99
|
);
|
|
@@ -117,7 +117,7 @@ FXN_API FXNStatus FXNPredictionGetResults (
|
|
|
117
117
|
@returns `FXN_OK` if an error has been copied.
|
|
118
118
|
`FXN_ERROR_INVALID_OPERATION` if no error exists.
|
|
119
119
|
*/
|
|
120
|
-
FXN_API FXNStatus FXNPredictionGetError
|
|
120
|
+
FXN_API FXNStatus FXNPredictionGetError(
|
|
121
121
|
FXNPrediction* prediction,
|
|
122
122
|
char* error,
|
|
123
123
|
int32_t size
|
|
@@ -139,7 +139,7 @@ FXN_API FXNStatus FXNPredictionGetError (
|
|
|
139
139
|
@param size
|
|
140
140
|
Destination buffer size.
|
|
141
141
|
*/
|
|
142
|
-
FXN_API FXNStatus FXNPredictionGetLogs
|
|
142
|
+
FXN_API FXNStatus FXNPredictionGetLogs(
|
|
143
143
|
FXNPrediction* prediction,
|
|
144
144
|
char* logs,
|
|
145
145
|
int32_t size
|
|
@@ -158,7 +158,7 @@ FXN_API FXNStatus FXNPredictionGetLogs (
|
|
|
158
158
|
@param length
|
|
159
159
|
Logs length.
|
|
160
160
|
*/
|
|
161
|
-
FXN_API FXNStatus FXNPredictionGetLogLength
|
|
161
|
+
FXN_API FXNStatus FXNPredictionGetLogLength(
|
|
162
162
|
FXNPrediction* prediction,
|
|
163
163
|
int32_t* length
|
|
164
164
|
);
|
package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNPredictionStream.h
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Function
|
|
4
4
|
//
|
|
5
5
|
// Created by Yusuf Olokoba on 4/19/2024.
|
|
6
|
-
// Copyright ©
|
|
6
|
+
// Copyright © 2026 NatML Inc. All rights reserved.
|
|
7
7
|
//
|
|
8
8
|
|
|
9
9
|
#pragma once
|
|
@@ -34,7 +34,7 @@ typedef struct FXNPredictionStream FXNPredictionStream;
|
|
|
34
34
|
@param stream
|
|
35
35
|
Prediction stream.
|
|
36
36
|
*/
|
|
37
|
-
FXN_API FXNStatus FXNPredictionStreamRelease
|
|
37
|
+
FXN_API FXNStatus FXNPredictionStreamRelease(FXNPredictionStream* stream);
|
|
38
38
|
#pragma endregion
|
|
39
39
|
|
|
40
40
|
|
|
@@ -56,7 +56,7 @@ FXN_API FXNStatus FXNPredictionStreamRelease (FXNPredictionStream* stream);
|
|
|
56
56
|
@returns `FXN_OK` a prediction was successfully read from the stream.
|
|
57
57
|
`FXN_ERROR_INVALID_OPERATION` if the stream has no more predictions.
|
|
58
58
|
*/
|
|
59
|
-
FXN_API FXNStatus FXNPredictionStreamReadNext
|
|
59
|
+
FXN_API FXNStatus FXNPredictionStreamReadNext(
|
|
60
60
|
FXNPredictionStream* stream,
|
|
61
61
|
FXNPrediction** prediction
|
|
62
62
|
);
|
package/Plugins/iOS/Function.xcframework/xros-arm64/Function.framework/Headers/FXNPredictor.h
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Function
|
|
4
4
|
//
|
|
5
5
|
// Created by Yusuf Olokoba on 10/14/2023.
|
|
6
|
-
// Copyright ©
|
|
6
|
+
// Copyright © 2026 NatML Inc. All rights reserved.
|
|
7
7
|
//
|
|
8
8
|
|
|
9
9
|
#pragma once
|
|
@@ -39,7 +39,7 @@ typedef struct FXNPredictor FXNPredictor;
|
|
|
39
39
|
@param predictor
|
|
40
40
|
Created predictor.
|
|
41
41
|
*/
|
|
42
|
-
FXN_API FXNStatus FXNPredictorCreate
|
|
42
|
+
FXN_API FXNStatus FXNPredictorCreate(
|
|
43
43
|
FXNConfiguration* configuration,
|
|
44
44
|
FXNPredictor** predictor
|
|
45
45
|
);
|
|
@@ -54,7 +54,7 @@ FXN_API FXNStatus FXNPredictorCreate (
|
|
|
54
54
|
@param predictor
|
|
55
55
|
Predictor.
|
|
56
56
|
*/
|
|
57
|
-
FXN_API FXNStatus FXNPredictorRelease
|
|
57
|
+
FXN_API FXNStatus FXNPredictorRelease(FXNPredictor* predictor);
|
|
58
58
|
#pragma endregion
|
|
59
59
|
|
|
60
60
|
|
|
@@ -76,7 +76,7 @@ FXN_API FXNStatus FXNPredictorRelease (FXNPredictor* predictor);
|
|
|
76
76
|
Prediction.
|
|
77
77
|
You MUST release the prediction with `FXNPredictionRelease` when no longer needed.
|
|
78
78
|
*/
|
|
79
|
-
FXN_API FXNStatus FXNPredictorCreatePrediction
|
|
79
|
+
FXN_API FXNStatus FXNPredictorCreatePrediction(
|
|
80
80
|
FXNPredictor* predictor,
|
|
81
81
|
FXNValueMap* inputs,
|
|
82
82
|
FXNPrediction** prediction
|
|
@@ -100,7 +100,7 @@ FXN_API FXNStatus FXNPredictorCreatePrediction (
|
|
|
100
100
|
Prediction stream.
|
|
101
101
|
You MUST release the prediction stream with `FXNPredictionStreamRelease` when no longer needed.
|
|
102
102
|
*/
|
|
103
|
-
FXN_API FXNStatus FXNPredictorStreamPrediction
|
|
103
|
+
FXN_API FXNStatus FXNPredictorStreamPrediction(
|
|
104
104
|
FXNPredictor* predictor,
|
|
105
105
|
FXNValueMap* inputs,
|
|
106
106
|
FXNPredictionStream** stream
|