gyojir
Results
1
comments of
gyojir
I had the same problem. So I ran the following and got an error that libdevice.10.bc was not found. ```python @tf.function(jit_compile=True) def floormod(a, b): return tf.math.floormod(a, b) floormod(tf.constant(1.), tf.constant(1.)) ```...