Skip to content

Commit 5abfe13

Browse files
jackzhxngfacebook-github-bot
authored andcommitted
Update runtime-build-and-cross-compilation.md (#5452)
Summary: Update the output of executor runner on the tutorial `add.pte` Pull Request resolved: #5452 Reviewed By: mergennachin Differential Revision: D63934482 Pulled By: dvorjackz fbshipit-source-id: 4933508d21f6965e0fcddd0caf5bf0ec1acc69ee
1 parent 4651d65 commit 5abfe13

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/source/runtime-build-and-cross-compilation.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,20 @@ If it worked, you should see the message "Model executed successfully" followed
9898
by the output values.
9999

100100
```
101-
I 00:00:00.002052 executorch:executor_runner.cpp:75] Model file add.pte is loaded.
102-
I 00:00:00.002086 executorch:executor_runner.cpp:85] Running method forward
103-
I 00:00:00.002092 executorch:executor_runner.cpp:140] Setting up non-const buffer 1, size 48.
104-
I 00:00:00.002149 executorch:executor_runner.cpp:181] Method loaded.
105-
I 00:00:00.002154 executorch:util.h:105] input already initialized, refilling.
106-
I 00:00:00.002157 executorch:util.h:105] input already initialized, refilling.
107-
I 00:00:00.002159 executorch:executor_runner.cpp:186] Inputs prepared.
108-
I 00:00:00.011684 executorch:executor_runner.cpp:195] Model executed successfully.
109-
I 00:00:00.011709 executorch:executor_runner.cpp:210] 8.000000
101+
I 00:00:00.000526 executorch:executor_runner.cpp:82] Model file add.pte is loaded.
102+
I 00:00:00.000595 executorch:executor_runner.cpp:91] Using method forward
103+
I 00:00:00.000612 executorch:executor_runner.cpp:138] Setting up planned buffer 0, size 48.
104+
I 00:00:00.000669 executorch:executor_runner.cpp:161] Method loaded.
105+
I 00:00:00.000685 executorch:executor_runner.cpp:171] Inputs prepared.
106+
I 00:00:00.000764 executorch:executor_runner.cpp:180] Model executed successfully.
107+
I 00:00:00.000770 executorch:executor_runner.cpp:184] 1 outputs:
108+
Output 0: tensor(sizes=[1], [2.])
110109
```
111110

112111

113112
## Cross compilation
114113

115-
Follwing are instruction on how to perform cross compilation for Android and iOS.
114+
Following are instruction on how to perform cross compilation for Android and iOS.
116115

117116
### Android
118117
- Prerequisite: [Android NDK](https://developer.android.com/ndk), choose one of the following:

0 commit comments

Comments
 (0)