Skip to content

Commit

Permalink
Fix name 'np' is not defined error
Browse files Browse the repository at this point in the history
Signed-off-by: Molly Sophia <[email protected]>
  • Loading branch information
MollySophia committed Nov 23, 2024
1 parent 31ce219 commit a46514d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxslim/core/pattern/fusion/gemm.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import numpy as np

import onnxslim.third_party.onnx_graphsurgeon as gs
from onnxslim.core.optimization.dead_node_elimination import get_constant_variable
from onnxslim.core.pattern import Pattern, PatternMatcher, get_node_users
Expand Down

0 comments on commit a46514d

Please sign in to comment.