Skip to content

Commit

Permalink
fix generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed May 13, 2024
1 parent 35a4374 commit 8ad2d94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def triu(name: str, x, diagonal=0, dtype="float32"):
saveModel(
name,
exe,
feedkeys=["x"],
feed_vars=[node_x],
fetchlist=[triu_outs],
inputs=[x],
outputs=outs,
Expand All @@ -54,7 +54,7 @@ def tril(name: str, x, diagonal=0, dtype="float32"):
saveModel(
name,
exe,
feedkeys=["x"],
feed_vars=[node_x],
fetchlist=[tril_outs],
inputs=[x],
outputs=outs,
Expand Down

0 comments on commit 8ad2d94

Please sign in to comment.