File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,11 @@ xcuserdata/
14
14
.build /
15
15
.swiftpm /
16
16
* .xcworkspace /
17
+ <<<<<<< HEAD
17
18
* .xcframework /
19
+ =======
20
+
21
+ # MV2
22
+ mv2 /cpp /build
23
+
24
+ >>>>>>> 54b0238 (MV2 cpp and python example ( # 13))
Original file line number Diff line number Diff line change
1
+ <<<<<<< HEAD
1
2
# ExecuTorch MobileNetV2 Demo C++ Application
2
3
3
4
This is a simple C++ demo application that uses the ExecuTorch library for MobileNetV2 model inference.
5
+ =======
6
+ # ExecutorTorch MobileNetV2 Demo C++ Application
7
+
8
+ This is a simple C++ demo application that uses the ExecutorTorch library for MobileNetV2 model inference.
9
+ >>>>>>> 54b0238 (MV2 cpp and python example (#13 ))
4
10
5
11
## Build instructions
6
12
7
13
0 . Export the model. See [ mv2/python/README.md] ( ../python/README.md )
8
14
15
+ <<<<<<< HEAD
9
16
1 . The ExecuTorch repository is already configured as a git submodule at ` ~/executorch-examples/mv2/cpp/executorch/ ` . To initialize it:
17
+ =======
18
+ 1 . The ExecuTorch repository is already configured as a git submodule at ` ~/executorch-examples/cpp/executorch/ ` . To initialize it:
19
+ >>>>>>> 54b0238 (MV2 cpp and python example (#13 ))
10
20
``` bash
11
21
cd ~ /executorch-examples/
12
22
git submodule sync
@@ -36,9 +46,18 @@ This is a simple C++ demo application that uses the ExecuTorch library for Mobil
36
46
37
47
- CMake 3.18 or higher
38
48
- C++17 compatible compiler
49
+ <<< <<< < HEAD
39
50
- ExecuTorch library (release/0.6)
40
51
41
52
# # Notes
42
53
43
54
- Make sure you have the correct model file (` .pte` ) compatible with ExecuTorch.
44
55
- This demo currently initializes the input tensor with random data. In a real application, you would replace this with actual input data.
56
+ =======
57
+ - ExecutorTorch library (release/0.6)
58
+
59
+ # # Notes
60
+
61
+ - Make sure you have the correct model file (` .pte` ) compatible with ExecutorTorch.
62
+ - This demo currently initializes the input tensor with random data. In a real application, you would replace this with actual input data.
63
+ >>>>>>> 54b0238 (MV2 cpp and python example (# 13))
You can’t perform that action at this time.
0 commit comments