Skip to content

Commit 1f5a326

Browse files
authored
Update using-executorch-android.md
1 parent 313821f commit 1f5a326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-executorch-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public class MainActivity extends Activity {
172172
protected void onCreate(Bundle savedInstanceState) {
173173
super.onCreate(savedInstanceState);
174174
// Load the ExecuTorch module
175-
module = Module.load("/data/local/tmp/add.pte");
175+
Module module = Module.load("/data/local/tmp/add.pte");
176176
Tensor tensor1 = Tensor.fromBlob(new float[] {1.0f}, new long[] {1});
177177
Tensor tensor2 = Tensor.fromBlob(new float[] {20.0f}, new long[] {1});
178178

0 commit comments

Comments
 (0)