We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae7c4 commit cd7b373Copy full SHA for cd7b373
tensorflow_probability/python/experimental/distributions/marginal_fns.py
@@ -25,9 +25,8 @@
25
def make_backoff_choleksy(alternate_cholesky, name='BackoffCholesky'):
26
"""Make a function that tries Cholesky then the user-specified function.
27
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.
+ Warning: This function uses an XLA-compiled `tf.linalg.cholesky` to capture
+ factorization failures.
31
32
Args:
33
alternate_cholesky: A callable with the same signature as
0 commit comments