jiazhihao/TASO

xflow error

wangxihuiok opened this issue · 2 comments

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.

Taso is a python library, while xflow seems to be the old version of the library.
Hope this is helpful to you.

I just change the include path to 'ops.h' and the namespace to 'taso'