Skip to content

Commit 1b7155a

Browse files
committed
Doc
1 parent 554f81e commit 1b7155a

File tree

1 file changed

+8
-0
lines changed
  • extension/android/executorch_android/src/main/java/org/pytorch/executorch

1 file changed

+8
-0
lines changed

extension/android/executorch_android/src/main/java/org/pytorch/executorch/Module.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ public String[] readLogBuffer() {
152152
return mNativePeer.readLogBuffer();
153153
}
154154

155+
/**
156+
* Dump the ExecuTorch ETRecord file to /data/local/tmp/result.etdump.
157+
*
158+
* <p>Currently for internal (minibench) use only.
159+
*
160+
* @return true if the etdump was successfully written, false otherwise.
161+
*/
162+
@Experimental
155163
public boolean etdump() {
156164
return mNativePeer.etdump();
157165
}

0 commit comments

Comments
 (0)