Skip to content

Commit 149f7de

Browse files
committed
Update
1 parent 818efd3 commit 149f7de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/using-executorch-android.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,9 @@ TODO Describe commonly used backends, including XNN, Vulkan, and NPUs.
116116

117117
## Runtime Integration
118118

119-
TODO Code sample in Java
120-
121119
Here is an example code sample in Java that demonstrates how to integrate ExecuTorch into an Android app:
122120

123-
```
121+
```{java}
124122
import org.pytorch.executorch.EValue;
125123
import org.pytorch.executorch.Module;
126124
import org.pytorch.executorch.Tensor;

0 commit comments

Comments
 (0)