This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tools/qqem/qml/CustomDialog.qml b/tools/qqem/qml/CustomDialog.qml | |
index a5449f9..b1c8a5c 100644 | |
--- a/tools/qqem/qml/CustomDialog.qml | |
+++ b/tools/qqem/qml/CustomDialog.qml | |
@@ -3,6 +3,7 @@ | |
import QtQuick | |
import QtQuick.Controls | |
+import QtQuick.Controls.Material | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
original graph: | |
opcode name target args kwargs | |
------------- ---------- ----------------------- ------------- -------- | |
placeholder x x () {} | |
call_function mul <built-in function mul> (x, 1.1) {} | |
call_module mod_linear mod.linear (mul,) {} | |
output output output (mod_linear,) {} | |
# from tvm.script import ir as I | |
# from tvm.script import relax as R |