public class GraphRuntime extends Object
| Constructor and Description |
|---|
GraphRuntime() |
| Modifier and Type | Method and Description |
|---|---|
static GraphModule |
create(String graphJson,
Module libmod,
TVMContext ctx)
Create a runtime executor module given a graph and module.
|
public static GraphModule create(String graphJson, Module libmod, TVMContext ctx)
graphJson - The graph deployed in json format output by compiler.libmod - The module of the corresponding function.ctx - The local or remote context to deploy the module.Copyright © 2021. All rights reserved.