jiazhihao / TASO

The Tensor Algebra SuperOptimizer for Deep Learning
Apache License 2.0
687 stars 90 forks source link

xflow error #45

Open wangxihuiok opened 4 years ago

wangxihuiok commented 4 years ago

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 4 years ago

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

12345ljx commented 1 year ago

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