Skip to content

Commit

Permalink
Apply spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 31, 2024
1 parent b83c422 commit f1ddf53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions com.ibm.wala.cast.python.test/data/tf2_test_multiply.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import tensorflow as tf


def f(a):
pass


x = tf.constant(([1, 2, 3, 4]))
f(tf.math.multiply(x, x))

0 comments on commit f1ddf53

Please sign in to comment.