Home
last modified time | relevance | path

Searched refs:TVMGraphRuntimeGraphAttr (Results 1 – 3 of 3) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/runtime/crt/
H A Dgraph_runtime.h46 typedef struct TVMGraphRuntimeGraphAttr { struct
55 } TVMGraphRuntimeGraphAttr; argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/crt/include/tvm/runtime/crt/internal/graph_runtime/
H A Dgraph_runtime.h83 TVMGraphRuntimeGraphAttr attrs;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/crt/graph_runtime/
H A Dgraph_runtime.c206 int TVMGraphRuntimeGraphAttr_Load(TVMGraphRuntimeGraphAttr* attr, JSONReader* reader) { in TVMGraphRuntimeGraphAttr_Load()
429 void TVMGraphRuntimeGraphAttr_Release(TVMGraphRuntimeGraphAttr* attr) { in TVMGraphRuntimeGraphAttr_Release()
699 TVMGraphRuntimeGraphAttr* attrs = &(runtime->attrs); in TVMGraphRuntime_SetupStorage()