Skip to content

Commit 202f81f

Browse files
srvasudetensorflower-gardener
authored andcommitted
Expose linear_operator_addition.add_operators in the JAX/Numpy backends.
PiperOrigin-RevId: 476233072
1 parent 8cf5587 commit 202f81f

File tree

1 file changed

+1
-0
lines changed
  • tensorflow_probability/python/internal/backend/numpy

1 file changed

+1
-0
lines changed

tensorflow_probability/python/internal/backend/numpy/linalg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from tensorflow_probability.python.internal.backend.numpy.gen import solve_registrations as _solve_registrations
3434

3535
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator import *
36+
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_addition import *
3637
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_block_diag import *
3738
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_block_lower_triangular import *
3839
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_circulant import *

0 commit comments

Comments
 (0)