Searched refs:_matvec (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/linalg/ | ||
D | linear_operator_adjoint.py | 194 def _matvec(self, x, adjoint=False): member in LinearOperatorAdjoint |
D | linear_operator_diag.py | 230 def _matvec(self, x, adjoint=False): member in LinearOperatorDiag |
D | linear_operator.py | 689 def _matvec(self, x, adjoint=False): member in LinearOperator |