From 2bf19555f0dac05f2831d2da1ba709cf1b38d447 Mon Sep 17 00:00:00 2001 From: TF2JAXDev Date: Mon, 27 May 2024 19:28:48 -0700 Subject: [PATCH] OOB whatever; this CL description should be cleaned up before sent for review. PiperOrigin-RevId: 637748070 --- tf2jax/_src/ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf2jax/_src/ops.py b/tf2jax/_src/ops.py index a41839a..d511f7e 100644 --- a/tf2jax/_src/ops.py +++ b/tf2jax/_src/ops.py @@ -1727,7 +1727,7 @@ def _func( @register_operation("ScatterNd") def _scatter_nd(proto): """Parse a ScatterNd op.""" - _check_attrs(proto, {"T", "Tindices"}) + _check_attrs(proto, {"T", "Tindices", "bad_indices_policy"}) def _func( indices: jnp.ndarray,