Commit 5818ebde authored by turneram's avatar turneram
Browse files

Fix pyflakes failure

parent fa4dbde2
# This script generates onnx files for MIGraphX onnx operator tests. # This script generates onnx files for MIGraphX onnx operator tests.
# To generate an individual onnx file, you can use the following # To generate an individual onnx file, you can use the following
# command: python -c "import gen_onnx; gen_onnx.{test_name}_test()" # command: python -c "import gen_onnx; gen_onnx.{test_name}_test()"
from audioop import bias
import numpy as np import numpy as np
import onnx import onnx
from onnx import helper from onnx import helper
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment