Home
last modified time | relevance | path

Searched refs:TVMGraphRuntime_Release (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/runtime/crt/
H A Dgraph_runtime.h109 void TVMGraphRuntime_Release(TVMGraphRuntime** runtime);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/bundle_deploy/
H A Dbundle_static.c82 TVMGraphRuntime_Release(&graph_runtime); in tvm_runtime_destroy()
H A Dbundle.c81 TVMGraphRuntime_Release((TVMGraphRuntime**)&runtime); in tvm_runtime_destroy()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/crt/graph_runtime/
H A Dgraph_runtime.c886 void TVMGraphRuntime_Release(TVMGraphRuntime** pptr) { in TVMGraphRuntime_Release() function