| Package | Description |
|---|---|
| org.apache.tvm |
| Modifier and Type | Class and Description |
|---|---|
class |
Function
TVM Packed Function.
|
class |
Module
Container of compiled functions of TVM.
|
class |
NDArray
Lightweight NDArray class of TVM runtime.
|
class |
NDArrayBase
Base class of NDArray.
|
class |
TVMValueBytes |
class |
TVMValueDouble |
class |
TVMValueHandle
Java class related to TVM handles (ArgTypeCode.HANDLE)
|
class |
TVMValueLong |
class |
TVMValueNull |
class |
TVMValueString |
| Modifier and Type | Method and Description |
|---|---|
TVMValue |
Function.call(Object... args)
Invoke function with arguments.
|
TVMValue |
Function.call(Object... args)
Invoke function with arguments.
|
TVMValue |
Function.invoke()
Invoke the function.
|
TVMValue |
Function.invoke()
Invoke the function.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Function.Callback.invoke(TVMValue... args) |
Object |
Function.Callback.invoke(TVMValue... args) |
Copyright © 2022. All rights reserved.