Home
last modified time | relevance | path

Searched defs:full_matrices (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/linalg/
H A DBatchLinearAlgebraLib.cpp251 const Tensor& infos, bool full_matrices, bool compute_uv, in apply_svd_cusolver_gesvd()
323 const Tensor& infos, bool full_matrices, bool compute_uv, in svd_cusolver_gesvd()
360 const Tensor& infos, bool full_matrices, bool compute_uv) { in apply_svd_cusolver_gesvdj()
433 … Tensor& U, const Tensor& S, const Tensor& V, const Tensor& infos, bool full_matrices, bool comput… in svd_cusolver_gesvdj()
484 … Tensor& U, const Tensor& S, const Tensor& V, const Tensor& infos, bool full_matrices, bool comput… in svd_cusolver_gesvdjBatched()
524 const Tensor& infos, bool full_matrices, bool compute_uv) { in apply_svd_cusolver_gesvdaStridedBatched()
582 const Tensor& infos, bool full_matrices, bool compute_uv) { in svd_cusolver_gesvdaStridedBatched()
649 const bool full_matrices, in svd_cusolver()
H A DBatchLinearAlgebra.cpp2102 const bool full_matrices, in apply_svd_magma()
2171 const bool full_matrices, in svd_magma()
2211 const bool full_matrices, in svd_kernel()
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dlinalg_ops_test.cc202 auto set_attrs = [&op](bool full_matrices) { in TEST()
253 auto set_attrs = [&op](bool compute_uv, bool full_matrices) { in TEST()
H A Dlinalg_ops.cc223 bool full_matrices; in QrShapeFn() local
260 bool full_matrices; in SvdShapeFn() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dlinalg.h384 bool full_matrices, in svd()
394 bool full_matrices, in svd_out()
978 bool full_matrices, in svd()
988 bool full_matrices, in svd_out()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebraKernel.cpp1026 const bool full_matrices, in apply_svd()
1088 const bool full_matrices, in svd_kernel()
H A DBatchLinearAlgebra.cpp3185 bool full_matrices, in linalg_svd_out()
3204 std::tuple<Tensor, Tensor, Tensor> linalg_svd(const Tensor& A, bool full_matrices, in linalg_svd()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dqr.cc110 void QrExplicit(XlaOp a, bool full_matrices, XlaOp& q, XlaOp& r) { in QrExplicit()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dqr_op_test.py84 def _test(self, x_np, full_matrices, full_rank=True): argument
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dlinalg.py193 def svd(a: ArrayLike, full_matrices=True, compute_uv=True, hermitian=False): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dops.cc287 [](XlaOp a, bool full_matrices) -> StatusOr<std::pair<XlaOp, XlaOp>> { in BuildOpsSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dlinalg_ops.py488 def svd(tensor, full_matrices=False, compute_uv=True, name=None): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DLinearAlgebraStubs.cpp99 const bool full_matrices, in lazy_svd_kernel()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp3389 const bool full_matrices) { in linalg_svd_jvp()