Skip to content

Commit 71767c3

Browse files
authored
Update javadoc in Module.java
Differential Revision: D74823057 Pull Request resolved: #10914
1 parent 7175ca4 commit 71767c3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public String[] readLogBuffer() {
138138
}
139139

140140
/**
141-
* Explicitly destroys the native torch::jit::Module. Calling this method is not required, as the
141+
* Explicitly destroys the native Module object. Calling this method is not required, as the
142142
* native object will be destroyed when this object is garbage-collected. However, the timing of
143143
* garbage collection is not guaranteed, so proactively calling {@code destroy} can free memory
144144
* more quickly. See {@link com.facebook.jni.HybridData#resetNative}.

0 commit comments

Comments
 (0)