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

Method Function

jvm/core/src/main/java/org/apache/tvm/Function.java:67–69  ·  view source on GitHub ↗
(long handle)

Source from the content-addressed store, hash-verified

65 }
66
67 Function(long handle) {
68 super(handle, TypeIndex.kTVMFFIFunction);
69 }
70
71 /**
72 * Easy for user to get the instance from returned TVMValue.

Callers 15

visit_function_Method · 0.80
emit_func_outputMethod · 0.80
functionFunction · 0.80
visit_function_Method · 0.80
transformMethod · 0.80
visit_function_Method · 0.80
gen_modFunction · 0.80
build_functionFunction · 0.80
test_recursiveFunction · 0.80
test_complex_seq_bodyFunction · 0.80

Calls

no outgoing calls

Tested by 15

gen_modFunction · 0.64
build_functionFunction · 0.64
test_recursiveFunction · 0.64
test_complex_seq_bodyFunction · 0.64
test_inline_prim_funcFunction · 0.64
test_nested_dataflowFunction · 0.64
test_unlabeled_impureFunction · 0.64
test_labeled_impureFunction · 0.64