Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_output
Method · 0.80
function
Function · 0.80
_lower_while_to_function
Method · 0.80
visit_function_
Method · 0.80
transform
Method · 0.80
visit_function_
Method · 0.80
gen_mod
Function · 0.80
build_function
Function · 0.80
test_recursive
Function · 0.80
test_tuple_get_item_nested
Function · 0.80
test_complex_seq_body
Function · 0.80
Calls
no outgoing calls
Tested by
15
gen_mod
Function · 0.64
build_function
Function · 0.64
test_recursive
Function · 0.64
test_tuple_get_item_nested
Function · 0.64
test_complex_seq_body
Function · 0.64
test_inline_prim_func
Function · 0.64
test_global_var_vs_gsymbol
Function · 0.64
test_nested_dataflow
Function · 0.64
test_sinfo_erase_to_well_formed
Function · 0.64
test_conditional_in_dataflow_block
Function · 0.64
test_unlabeled_impure
Function · 0.64
test_labeled_impure
Function · 0.64