You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, I run python buddy-lenet-main.cpp to get pth file first,
then I run python buddy-lenet-import.py to get some mlir files: subgraph0.mlir and forward.mlir,
However, I see the mlir used in makefile is fake-lenet.mlir, which is different from subgraph0.mlir and forward.mlir, I want to know how to get fake-lenet.mlir
The text was updated successfully, but these errors were encountered:
In this example, I run
python buddy-lenet-main.cpp
to get pth file first,then I run
python buddy-lenet-import.py
to get some mlir files: subgraph0.mlir and forward.mlir,However, I see the mlir used in makefile is fake-lenet.mlir, which is different from subgraph0.mlir and forward.mlir, I want to know how to get fake-lenet.mlir
The text was updated successfully, but these errors were encountered: