An error occurred when I run the code
"tvm.contrib.graph_runtime.create(graph,lib,ctx)" .But when I run it again, it
working. Every time I run it for the first time, I get an error.
latest tvm version
windows and cpu
error info:
```
xxxxx
module = tvm.contrib.graph_runtime.create(graph,lib,ctx)
File "tvm\python\tvm\contrib\graph_runtime.py", line 64, in create
return GraphModule(freate(graph_json_str, libmod, *device_type_id))
File "tvm\python\tvm\_ffi_\_ctypes\packed_func.py", line 224, in __call__
ctypes.byref(ret_val), ctypes.byref(ret_code)) != 0:
OSError: [WinError - 529697949] Windows Error 0xe06d7363
```
---
[Visit
Topic](https://discuss.tvm.ai/t/tvm-contrib-graph-runtime-create-error/6868/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/690772f87e669f7e5c3fe06102372eb2818952ad73cf41d2bee5f2377da95d21).