MCPcopy Index your code
hub / github.com/apache/tvm / finalize

Method finalize

jvm/core/src/main/java/org/apache/tvm/TVMObject.java:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 @Override
38 protected void finalize() throws Throwable {
39 release();
40 super.finalize();
41 }
42}

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected