mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Added debug_callback to the list of exclusions in jax2tf/tests/primitives_test.py
PiperOrigin-RevId: 641149152
This commit is contained in:
parent
c01c98400d
commit
5d6413cecc
@ -179,7 +179,7 @@ class JaxPrimitiveTest(tf_test_util.JaxToTfTestCase):
|
||||
# TODO: Remove once tensorflow is 2.10.0 everywhere.
|
||||
if p.name == "optimization_barrier":
|
||||
continue
|
||||
if p.name == "debug_callback":
|
||||
if p.name == "debug_callback" or p.name == "debug_print":
|
||||
# TODO(sharadmv,necula): enable debug callbacks in TF
|
||||
continue
|
||||
if p.name == "pallas_call":
|
||||
|
Loading…
x
Reference in New Issue
Block a user