|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 031B92F72ACF2A5400D4EBE0 /* mv3_mps.pte in Resources */ = {isa = PBXBuildFile; fileRef = 031B92F62ACF2A5400D4EBE0 /* mv3_mps.pte */; }; |
| 10 | + 031B92F72ACF2A5400D4EBE0 /* mv3_mps_float16.pte in Resources */ = {isa = PBXBuildFile; fileRef = 031B92F62ACF2A5400D4EBE0 /* mv3_mps_float16.pte */; }; |
11 | 11 | 032C01A52AC22B16002955E1 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 032C018B2AC22B16002955E1 /* App.swift */; };
|
12 | 12 | 032C01A72AC22B16002955E1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 032C018D2AC22B16002955E1 /* ContentView.swift */; };
|
13 | 13 | 032C01B72AC329B6002955E1 /* CustomViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 032C01B62AC329B6002955E1 /* CustomViews.swift */; };
|
|
32 | 32 | 03C818482AC7BF470084CC29 /* imagenet_classes.txt in Resources */ = {isa = PBXBuildFile; fileRef = 032C02012AC47CFB002955E1 /* imagenet_classes.txt */; };
|
33 | 33 | 03C8184A2AC7BF470084CC29 /* mv3_xnnpack_fp32.pte in Resources */ = {isa = PBXBuildFile; fileRef = 032C01FC2AC47CFB002955E1 /* mv3_xnnpack_fp32.pte */; };
|
34 | 34 | 03C8DC7C2AE2533C0064384A /* mv3_coreml_all.pte in Resources */ = {isa = PBXBuildFile; fileRef = 036834D72ACB893700BA100F /* mv3_coreml_all.pte */; };
|
35 |
| - 03D494E22B5B7AE900FCF524 /* mv3_mps.pte in Resources */ = {isa = PBXBuildFile; fileRef = 031B92F62ACF2A5400D4EBE0 /* mv3_mps.pte */; }; |
| 35 | + 03D494E22B5B7AE900FCF524 /* mv3_mps_float16.pte in Resources */ = {isa = PBXBuildFile; fileRef = 031B92F62ACF2A5400D4EBE0 /* mv3_mps_float16.pte */; }; |
36 | 36 | 03D76BF12BAD297E0040FD82 /* backend_coreml in Frameworks */ = {isa = PBXBuildFile; productRef = 03D76BF02BAD297E0040FD82 /* backend_coreml */; };
|
37 | 37 | 03D76BF32BAD297E0040FD82 /* executorch in Frameworks */ = {isa = PBXBuildFile; productRef = 03D76BF22BAD297E0040FD82 /* executorch */; };
|
38 | 38 | 03D76BF52BAD297E0040FD82 /* backend_mps in Frameworks */ = {isa = PBXBuildFile; productRef = 03D76BF42BAD297E0040FD82 /* backend_mps */; };
|
|
90 | 90 | /* End PBXCopyFilesBuildPhase section */
|
91 | 91 |
|
92 | 92 | /* Begin PBXFileReference section */
|
93 |
| - 031B92F62ACF2A5400D4EBE0 /* mv3_mps.pte */ = {isa = PBXFileReference; lastKnownFileType = file; path = mv3_mps.pte; sourceTree = "<group>"; }; |
| 93 | + 031B92F62ACF2A5400D4EBE0 /* mv3_mps_float16.pte */ = {isa = PBXFileReference; lastKnownFileType = file; path = mv3_mps_float16.pte; sourceTree = "<group>"; }; |
94 | 94 | 032C016F2AC228E6002955E1 /* ExecuTorchDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExecuTorchDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
95 | 95 | 032C018A2AC22B16002955E1 /* MobileNetClassifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MobileNetClassifier.swift; sourceTree = "<group>"; };
|
96 | 96 | 032C018B2AC22B16002955E1 /* App.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
|
|
245 | 245 | children = (
|
246 | 246 | 032C02012AC47CFB002955E1 /* imagenet_classes.txt */,
|
247 | 247 | 036834D72ACB893700BA100F /* mv3_coreml_all.pte */,
|
248 |
| - 031B92F62ACF2A5400D4EBE0 /* mv3_mps.pte */, |
| 248 | + 031B92F62ACF2A5400D4EBE0 /* mv3_mps_float16.pte */, |
249 | 249 | 032C01FC2AC47CFB002955E1 /* mv3_xnnpack_fp32.pte */,
|
250 | 250 | 036834D42ACB710D00BA100F /* mv3.pte */,
|
251 | 251 | );
|
|
419 | 419 | isa = PBXResourcesBuildPhase;
|
420 | 420 | buildActionMask = 2147483647;
|
421 | 421 | files = (
|
422 |
| - 031B92F72ACF2A5400D4EBE0 /* mv3_mps.pte in Resources */, |
| 422 | + 031B92F72ACF2A5400D4EBE0 /* mv3_mps_float16.pte in Resources */, |
423 | 423 | 036834D82ACB893700BA100F /* mv3_coreml_all.pte in Resources */,
|
424 | 424 | 036834D52ACB710D00BA100F /* mv3.pte in Resources */,
|
425 | 425 | 032C02082AC47CFB002955E1 /* imagenet_classes.txt in Resources */,
|
|
438 | 438 | 03C818192AC671980084CC29 /* Samoyed.jpg in Resources */,
|
439 | 439 | 03C8181F2AC69DFF0084CC29 /* hot pot.jpg in Resources */,
|
440 | 440 | 03C8DC7C2AE2533C0064384A /* mv3_coreml_all.pte in Resources */,
|
441 |
| - 03D494E22B5B7AE900FCF524 /* mv3_mps.pte in Resources */, |
| 441 | + 03D494E22B5B7AE900FCF524 /* mv3_mps_float16.pte in Resources */, |
442 | 442 | );
|
443 | 443 | runOnlyForDeploymentPostprocessing = 0;
|
444 | 444 | };
|
|
0 commit comments