HomeSort by relevance Sort by last modified time
    Searched refs:_determinant (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_lower_triangular.py 201 def _determinant(self): member in class:LinearOperatorLowerTriangular
linear_operator_composition.py 249 def _determinant(self): member in class:LinearOperatorComposition
linear_operator_diag.py 231 def _determinant(self): member in class:LinearOperatorDiag
linear_operator.py 663 def _determinant(self): member in class:LinearOperator
688 return self._determinant()
    [all...]
linear_operator_identity.py 357 def _determinant(self): member in class:LinearOperatorIdentity
661 def _determinant(self): member in class:LinearOperatorScaledIdentity
linear_operator_low_rank_update.py 378 def _determinant(self): member in class:LinearOperatorLowRankUpdate

Completed in 413 milliseconds