| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Method and Description |
|---|---|
tvm_runtime.PackedFuncFType |
PackedFunc.body() |
| Modifier and Type | Method and Description |
|---|---|
Registry |
Registry.set_body(tvm_runtime.PackedFuncFType f)
\brief set the body of the function to be f
|
| Constructor and Description |
|---|
PackedFunc(tvm_runtime.PackedFuncFType body)
\brief constructing a packed function from a std::function.
|
Copyright © 2021. All rights reserved.