Searched defs:matvec (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/ |
H A D | linear_operator_block_lower_triangular.py | 527 def matvec(self, x, adjoint=False, name="matvec"): member in LinearOperatorBlockLowerTriangular
|
H A D | linear_operator_block_diag.py | 410 def matvec(self, x, adjoint=False, name="matvec"): member in LinearOperatorBlockDiag
|
H A D | linear_operator.py | 698 def matvec(self, x, adjoint=False, name="matvec"): member in LinearOperator
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
H A D | tf_cpurt_passes.cc | 426 auto matvec = [&](mlir::OpBuilder& builder, mlir::Location nestedLoc) { in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | math_ops.py | 3720 def matvec(a, function
|