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

Method asFunction

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

Source from the content-addressed store, hash-verified

39 }
40
41 public Function asFunction() {
42 throw new UnsupportedOperationException();
43 }
44
45 public TensorBase asTensor() {
46 throw new UnsupportedOperationException();

Callers 2

getFunctionMethod · 0.95
test_return_functionMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_return_functionMethod · 0.36