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