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 8cf5587 commit 202f81fCopy full SHA for 202f81f
tensorflow_probability/python/internal/backend/numpy/linalg.py
@@ -33,6 +33,7 @@
33
from tensorflow_probability.python.internal.backend.numpy.gen import solve_registrations as _solve_registrations
34
35
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator import *
36
+ from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_addition import *
37
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_block_diag import *
38
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_block_lower_triangular import *
39
from tensorflow_probability.python.internal.backend.numpy.gen.linear_operator_circulant import *
0 commit comments