Skip to content

Commit cd7b373

Browse files
lambertatensorflower-gardener
authored andcommitted
internal
PiperOrigin-RevId: 380869895
1 parent ddae7c4 commit cd7b373

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tensorflow_probability/python/experimental/distributions/marginal_fns.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
def make_backoff_choleksy(alternate_cholesky, name='BackoffCholesky'):
2626
"""Make a function that tries Cholesky then the user-specified function.
2727
28-
Note this will NOT work under a gradient tape until b/177365178 is resolved.
29-
Also this uses XLA compilation, which is necessary until b/144845034 is
30-
resolved.
28+
Warning: This function uses an XLA-compiled `tf.linalg.cholesky` to capture
29+
factorization failures.
3130
3231
Args:
3332
alternate_cholesky: A callable with the same signature as

0 commit comments

Comments
 (0)