Skip to content

Commit dba5dcc

Browse files
committed
Add framework packages
1 parent c54ca14 commit dba5dcc

File tree

218 files changed

+42524
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+42524
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ethos-u-scratch/
1111
executorch.egg-info
1212
pip-out/
1313
__pycache__/
14+
.venv
1415

1516
# Any exported models and profiling outputs
1617
*.pte

extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>libbackend_coreml-ios-release.a</string>
10+
<key>LibraryIdentifier</key>
11+
<string>ios-arm64</string>
12+
<key>LibraryPath</key>
13+
<string>libbackend_coreml-ios-release.a</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
</array>
18+
<key>SupportedPlatform</key>
19+
<string>ios</string>
20+
</dict>
21+
<dict>
22+
<key>BinaryPath</key>
23+
<string>libbackend_coreml-macos-release.a</string>
24+
<key>LibraryIdentifier</key>
25+
<string>macos-arm64</string>
26+
<key>LibraryPath</key>
27+
<string>libbackend_coreml-macos-release.a</string>
28+
<key>SupportedArchitectures</key>
29+
<array>
30+
<string>arm64</string>
31+
</array>
32+
<key>SupportedPlatform</key>
33+
<string>macos</string>
34+
</dict>
35+
<dict>
36+
<key>BinaryPath</key>
37+
<string>libbackend_coreml-simulator-release.a</string>
38+
<key>LibraryIdentifier</key>
39+
<string>ios-arm64-simulator</string>
40+
<key>LibraryPath</key>
41+
<string>libbackend_coreml-simulator-release.a</string>
42+
<key>SupportedArchitectures</key>
43+
<array>
44+
<string>arm64</string>
45+
</array>
46+
<key>SupportedPlatform</key>
47+
<string>ios</string>
48+
<key>SupportedPlatformVariant</key>
49+
<string>simulator</string>
50+
</dict>
51+
</array>
52+
<key>CFBundlePackageType</key>
53+
<string>XFWK</string>
54+
<key>XCFrameworkFormatVersion</key>
55+
<string>1.0</string>
56+
</dict>
57+
</plist>
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>libbackend_mps-simulator-release.a</string>
10+
<key>LibraryIdentifier</key>
11+
<string>ios-arm64-simulator</string>
12+
<key>LibraryPath</key>
13+
<string>libbackend_mps-simulator-release.a</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
</array>
18+
<key>SupportedPlatform</key>
19+
<string>ios</string>
20+
<key>SupportedPlatformVariant</key>
21+
<string>simulator</string>
22+
</dict>
23+
<dict>
24+
<key>BinaryPath</key>
25+
<string>libbackend_mps-ios-release.a</string>
26+
<key>LibraryIdentifier</key>
27+
<string>ios-arm64</string>
28+
<key>LibraryPath</key>
29+
<string>libbackend_mps-ios-release.a</string>
30+
<key>SupportedArchitectures</key>
31+
<array>
32+
<string>arm64</string>
33+
</array>
34+
<key>SupportedPlatform</key>
35+
<string>ios</string>
36+
</dict>
37+
<dict>
38+
<key>BinaryPath</key>
39+
<string>libbackend_mps-macos-release.a</string>
40+
<key>LibraryIdentifier</key>
41+
<string>macos-arm64</string>
42+
<key>LibraryPath</key>
43+
<string>libbackend_mps-macos-release.a</string>
44+
<key>SupportedArchitectures</key>
45+
<array>
46+
<string>arm64</string>
47+
</array>
48+
<key>SupportedPlatform</key>
49+
<string>macos</string>
50+
</dict>
51+
</array>
52+
<key>CFBundlePackageType</key>
53+
<string>XFWK</string>
54+
<key>XCFrameworkFormatVersion</key>
55+
<string>1.0</string>
56+
</dict>
57+
</plist>

0 commit comments

Comments
 (0)