mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge branch 'master' of github.com:google/jax
This commit is contained in:
commit
fd4b84bd95
@ -68,7 +68,8 @@ JAX_SPECIAL_FUNCTION_RECORDS = [
|
||||
op_record("log_ndtr", 1, float_dtypes, jtu.rand_default(), True),
|
||||
op_record("ndtri", 1, float_dtypes, jtu.rand_uniform(0.05, 0.95), True),
|
||||
op_record("ndtr", 1, float_dtypes, jtu.rand_default(), True),
|
||||
op_record("entr", 1, float_dtypes, jtu.rand_default(), True),
|
||||
# TODO(phawkins): gradient of entr yields NaNs.
|
||||
op_record("entr", 1, float_dtypes, jtu.rand_default(), False),
|
||||
]
|
||||
|
||||
CombosWithReplacement = itertools.combinations_with_replacement
|
||||
|
Loading…
x
Reference in New Issue
Block a user