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

Method asModule

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

Source from the content-addressed store, hash-verified

35 }
36
37 public Module asModule() {
38 throw new UnsupportedOperationException();
39 }
40
41 public Function asFunction() {
42 throw new UnsupportedOperationException();

Callers 2

loadMethod · 0.95
connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected