Uses of Class
org.apache.tvm.Function
-
Uses of Function in org.apache.tvm
Modifier and TypeMethodDescriptionFunction.asFunction()
Easy for user to get the instance from returned TVMValue.TVMValue.asFunction()
static Function
Function.convertFunc
(Function.Callback function) Convert a Java function to TVM function.Module.entryFunc()
Get the entry function.static Function
Get a tvm api function according by name.static Function
Get a tvm api function according by name.static Function
Function.getFunction
(String name) Get registered function.Module.getFunction
(String name) Module.getFunction
(String name, boolean queryImports) Get function from the module.Function.pushArg
(byte[] arg) Push argument to the function.Function.pushArg
(double arg) Push argument to the function.Function.pushArg
(float arg) Push argument to the function.Function.pushArg
(int arg) Push argument to the function.Function.pushArg
(long arg) Push argument to the function.Push argument to the function.Push argument to the function.Push argument to the function.Push argument to the function.Function.pushArg
(NDArrayBase arg) Push argument to the function. -
Uses of Function in org.apache.tvm.contrib
Modifier and TypeMethodDescriptionGraphModule.getFunction
(String key) Get internal module function. -
Uses of Function in org.apache.tvm.rpc
Modifier and TypeMethodDescriptionSocketChannel.getFrecv()
SocketChannel.getFsend()
RPCSession.getFunction
(String name) Get function from the session.ModifierConstructorDescriptionNativeServerLoop
(Function fsend, Function frecv) Constructor for NativeServerLoop.