Home
last modified time | relevance | path

Searched defs:_to_dense (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinear_operator_full_matrix.py195 def _to_dense(self): member in LinearOperatorFullMatrix
H A Dlinear_operator_toeplitz.py243 def _to_dense(self): member in LinearOperatorToeplitz
H A Dlinear_operator_lower_triangular.py213 def _to_dense(self): member in LinearOperatorLowerTriangular
H A Dlinear_operator_tridiag.py350 def _to_dense(self): member in LinearOperatorTridiag
H A Dlinear_operator_permutation.py244 def _to_dense(self): member in LinearOperatorPermutation
H A Dlinear_operator_householder.py235 def _to_dense(self): member in LinearOperatorHouseholder
H A Dlinear_operator_diag.py245 def _to_dense(self): member in LinearOperatorDiag
H A Dlinear_operator_adjoint.py212 def _to_dense(self): member in LinearOperatorAdjoint
H A Dlinear_operator_kronecker.py439 def _to_dense(self): member in LinearOperatorKronecker
H A Dlinear_operator_block_lower_triangular.py845 def _to_dense(self): member in LinearOperatorBlockLowerTriangular
H A Dlinear_operator_block_diag.py684 def _to_dense(self): member in LinearOperatorBlockDiag
H A Dlinear_operator.py1007 def _to_dense(self): member in LinearOperator
/aosp_15_r20/external/pytorch/torch/masked/maskedtensor/
H A D_ops_refs.py461 def _to_dense(func, *args, **kwargs): function