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 7175ca4 commit 71767c3Copy full SHA for 71767c3
extension/android/executorch_android/src/main/java/org/pytorch/executorch/Module.java
@@ -138,7 +138,7 @@ public String[] readLogBuffer() {
138
}
139
140
/**
141
- * Explicitly destroys the native torch::jit::Module. Calling this method is not required, as the
+ * Explicitly destroys the native Module object. Calling this method is not required, as the
142
* native object will be destroyed when this object is garbage-collected. However, the timing of
143
* garbage collection is not guaranteed, so proactively calling {@code destroy} can free memory
144
* more quickly. See {@link com.facebook.jni.HybridData#resetNative}.
0 commit comments