Uses of Interface
org.apache.tvm.Function.Callback
Packages that use Function.Callback
-
Uses of Function.Callback in org.apache.tvm
Methods in org.apache.tvm with parameters of type Function.CallbackModifier and TypeMethodDescriptionstatic Function
Function.convertFunc
(Function.Callback function) Convert a Java function to TVM function.static void
Function.register
(String name, Function.Callback function) Register user-defined global function, do not override existing entry.static void
Function.register
(String name, Function.Callback function, boolean override) Register user-defined global function.