xflow error
wangxihuiok opened this issue · 2 comments
wangxihuiok commented
what's the use of xflow, it's a python library or not ?
I use pip install xflow, but when I use xflow to optimizite my onnx model ,it return error:
graph = xflow.load_onnx(args.file)
NameError: name 'xflow' is not defined
can you tell me the difference between xflow.optimize() and taso.optimize()??
thanks.
puddingfjz commented
Taso is a python library, while xflow seems to be the old version of the library.
Hope this is helpful to you.
12345ljx commented
I just change the include path to 'ops.h' and the namespace to 'taso'