Skip to content

Commit

Permalink
Apply spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Feb 1, 2024
1 parent 69f70f0 commit e353b84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion com.ibm.wala.cast.python.test/data/tf2_test_relu.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import tensorflow as tf


def f(a):
pass

f(tf.nn.relu(tf.constant([-2., 0., 3.])))

f(tf.nn.relu(tf.constant([-2.0, 0.0, 3.0])))

0 comments on commit e353b84

Please sign in to comment.