File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ let version = "0.1.0"
14
14
let coreml_sha256 = " 1f0432ee5782eab259ce9e3007415006be152c27ce530c1ef8a79bca940c6a32 "
15
15
let executorch_sha256 = " bf1ea573338bd30e90433bfb93db5d713aa7ecc351579ee7432f57fec329441b "
16
16
let mps_sha256 = " df851be40444509f622ed155b787073aaba7643669eda36b6b3eb902e29b43a6 "
17
+ let optimized_sha256 = " "
17
18
let portable_sha256 = " f183c5934491047b04130304466357959ae65e99b0b482a8a3372676ef817777 "
18
19
let quantized_sha256 = " bf79625d32161ac1892e172ec69e83a94b60ea400c8fa32bf4c4e85c7d338e8a "
19
20
let xnnpack_sha256 = " 85ab60d6a29fcebaf7aac1eb775ef96c1d87d1fa104458d0efdc681b7ea6b558 "
@@ -69,6 +70,10 @@ let frameworks = [
69
70
" MetalPerformanceShadersGraph " ,
70
71
]
71
72
) ,
73
+ Framework (
74
+ name: " optimized_backend " ,
75
+ checksum: portable_sha256
76
+ ) ,
72
77
Framework (
73
78
name: " portable_backend " ,
74
79
checksum: portable_sha256
You can’t perform that action at this time.
0 commit comments