mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00
Cleanup: remove obsolete TODOs
This commit is contained in:
parent
8b6be20518
commit
4e738bf56b
@ -43,7 +43,6 @@ all_dtypes = jtu.dtypes.all
|
||||
map, unsafe_map = safe_map, map
|
||||
zip, unsafe_zip = safe_zip, zip
|
||||
|
||||
# TODO(jakevdp): move the following to test_util.py
|
||||
compatible_shapes = [[(3,)], [(3, 4), (3, 1), (1, 4)], [(2, 3, 4), (2, 1, 4)]]
|
||||
|
||||
def all_bdims(*shapes):
|
||||
|
@ -47,7 +47,6 @@ config.parse_flags_with_absl()
|
||||
|
||||
prev_xla_flags = None
|
||||
|
||||
# TODO(jakevdp): move the following to test_util.py
|
||||
compatible_shapes = [[(3,)], [(3, 4), (3, 1), (1, 4)], [(2, 3, 4), (2, 1, 4)]]
|
||||
|
||||
def all_bdims(*shapes):
|
||||
|
Loading…
x
Reference in New Issue
Block a user