Skip to content

Commit

Permalink
remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Nov 6, 2023
1 parent d3b9274 commit 69d7914
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def main():
data = np.random.uniform(-10, 20, [4, 3, 2]).astype(np.float32)
tanh_shrink("tanh_shrink_2", data)

# data = np.random.uniform(10, 20, [2, 3, 4]).astype(np.float16) // only on gpu
# tanh_shrink("tanh_shrink_3", data)

if __name__ == "__main__":
main()

Expand Down

0 comments on commit 69d7914

Please sign in to comment.