Home
last modified time | relevance | path

Searched defs:svd (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h76 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate()
86 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate()
133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
159 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate()
170 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
212 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate()
224 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
257 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate()
268 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run()
[all …]
/aosp_15_r20/external/eigen/test/
H A Dsvd_common.h25 void svd_check_full(const MatrixType& m, const SvdType& svd) in svd_check_full()
306 SvdType svd; in svd_inf_nan() local
478 SvdType svd; variable
H A Dqr_colpivoting.cpp58 JacobiSVD<MatrixType> svd(matrix, ComputeThinU | ComputeThinV); in cod() local
91 JacobiSVD<MatrixType> svd(matrix, ComputeFullU | ComputeFullV); in cod_fixedsize() local
H A Dgeo_alignedbox.cpp214 const JacobiSVD<MatrixType> svd = q.jacobiSvd(ComputeFullU | ComputeFullV); in randomRotationMatrix() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dstring_view_compat_test.cpp47 const boost::string_view svd = "different text"; in equal_test() local
58 const boost::string_view svd = "different text"; in unequal_test() local
/aosp_15_r20/external/eigen/doc/snippets/
H A DJacobiSVD_basic.cpp3 JacobiSVD<MatrixXf> svd(m, ComputeThinU | ComputeThinV); variable
/aosp_15_r20/external/pytorch/torch/linalg/
H A D__init__.py1632 svd = _add_docstr(_linalg.linalg_svd, r""" variable
/aosp_15_r20/external/pytorch/torch/_refs/linalg/
H A D__init__.py291 def svd(A: TensorLikeType, full_matrices: bool = True) -> Tuple[Tensor, Tensor, Tensor]: function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dintroduce_floating_point_jitter_pass_test.cc153 ops::Svd svd(root.WithOpName("svd"), input); in TEST() local
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dlinalg.py193 def svd(a: ArrayLike, full_matrices=True, compute_uv=True, hermitian=False): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dops.cc411 auto svd = SVD(a, max_iter, epsilon); in BuildOpsSubmodule() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dlinalg_ops.py488 def svd(tensor, full_matrices=False, compute_uv=True, name=None): function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dlinalg.h382 inline std::tuple<Tensor, Tensor, Tensor> svd( in svd() function
976 inline std::tuple<Tensor, Tensor, Tensor> svd( in svd() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinalg_impl.py58 svd = linalg_ops.svd variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/
H A Dxla.py359 def svd(a, max_iter, epsilon, precision_config=None): function
/aosp_15_r20/external/arm-optimized-routines/math/test/
H A Dmathbench.c177 sv_double (*svd) (sv_double, sv_bool); member
/aosp_15_r20/external/edid-decode/
H A Dparse-cta-block.cpp406 unsigned char svd = x[i]; in cta_svd() local
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py2826 svd = _make_prim( variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp3263 std::tuple<Tensor, Tensor, Tensor> svd(const Tensor& self, bool some, bool compute_uv) { in svd() function