We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554f81e commit 1b7155aCopy full SHA for 1b7155a
extension/android/executorch_android/src/main/java/org/pytorch/executorch/Module.java
@@ -152,6 +152,14 @@ public String[] readLogBuffer() {
152
return mNativePeer.readLogBuffer();
153
}
154
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
163
public boolean etdump() {
164
return mNativePeer.etdump();
165
0 commit comments