Skip to content

Commit

Permalink
Run lintrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Sep 22, 2024
1 parent eee89b1 commit 9d8dae5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def make_model(model_path: str):
nodes.append(tp1_node)

# Q_3 to graph output
nodes.append(onnx.helper.make_node(
"QuantizeLinear", ["tp1_out", "scale_inv_255", "zp_0"], ["output0"], name="q3_node"
))
nodes.append(
onnx.helper.make_node("QuantizeLinear", ["tp1_out", "scale_inv_255", "zp_0"], ["output0"], name="q3_node")
)

graph = onnx.helper.make_graph(
nodes,
Expand Down

0 comments on commit 9d8dae5

Please sign in to comment.