Uses of Class
org.apache.tvm.Function
Packages that use Function
-
Uses of Function in org.apache.tvm
Methods in org.apache.tvm that return FunctionModifier 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.Methods in org.apache.tvm with parameters of type Function -
Uses of Function in org.apache.tvm.rpc
Methods in org.apache.tvm.rpc that return FunctionModifier and TypeMethodDescriptionSocketChannel.getFrecv()
SocketChannel.getFsend()
RPCSession.getFunction
(String name) Get function from the session.Constructors in org.apache.tvm.rpc with parameters of type FunctionModifierConstructorDescriptionNativeServerLoop
(Function fsend, Function frecv) Constructor for NativeServerLoop.