Searched refs:Diagonal (Results 1 - 25 of 25) sorted by relevance

/external/eigen/failtest/
H A Dconst_qualified_diagonal_method_retval.cpp12 Diagonal<Matrix3d> b(m.diagonal());
H A Ddiagonal_nonconst_ctor_on_const_xpr.cpp12 Diagonal<Matrix3d> d(m);
H A Ddiagonal_on_const_type_actually_const.cpp13 Diagonal<CV_QUALIFIER MatrixXf>(m).coeffRef(0) = 1.0f;
/external/tensorflow/tensorflow/stream_executor/
H A Dblas.cc48 string DiagonalString(Diagonal d) {
50 case Diagonal::kUnit:
52 case Diagonal::kNonUnit:
H A Dblas.h78 enum class Diagonal { kUnit, kNonUnit }; class in namespace:perftools::gputools::blas
81 string DiagonalString(Diagonal d);
782 blas::Transpose trans, blas::Diagonal diag, uint64 n,
786 blas::Transpose trans, blas::Diagonal diag, uint64 n,
790 blas::Transpose trans, blas::Diagonal diag, uint64 n,
795 blas::Transpose trans, blas::Diagonal diag, uint64 n,
812 blas::Transpose trans, blas::Diagonal diag, uint64 n,
816 blas::Transpose trans, blas::Diagonal diag, uint64 n,
820 blas::Transpose trans, blas::Diagonal diag, uint64 n,
825 blas::Transpose trans, blas::Diagonal dia
[all...]
H A Dstream.h1215 blas::Diagonal diag, uint64 n, uint64 k,
1219 blas::Diagonal diag, uint64 n, uint64 k,
1223 blas::Diagonal diag, uint64 n, uint64 k,
1227 blas::Diagonal diag, uint64 n, uint64 k,
1233 blas::Diagonal diag, uint64 n, uint64 k,
1237 blas::Diagonal diag, uint64 n, uint64 k,
1241 blas::Diagonal diag, uint64 n, uint64 k,
1245 blas::Diagonal diag, uint64 n, uint64 k,
1251 blas::Diagonal diag, uint64 n,
1255 blas::Diagonal dia
[all...]
H A Dstream.cc78 string ToVlogString(blas::Diagonal d) { return blas::DiagonalString(d); }
3157 blas::Diagonal diag, uint64 n, uint64 k,
3163 ThenBlasImpl<blas::UpperLower, blas::Transpose, blas::Diagonal, uint64,
3171 blas::Diagonal diag, uint64 n, uint64 k,
3177 ThenBlasImpl<blas::UpperLower, blas::Transpose, blas::Diagonal, uint64,
3185 blas::Diagonal diag, uint64 n, uint64 k,
3192 ThenBlasImpl<blas::UpperLower, blas::Transpose, blas::Diagonal, uint64,
3200 blas::Diagonal diag, uint64 n, uint64 k,
3207 ThenBlasImpl<blas::UpperLower, blas::Transpose, blas::Diagonal, uint64,
3215 blas::Diagonal dia
[all...]
/external/eigen/Eigen/src/Core/
H A DDiagonal.h16 /** \class Diagonal
37 struct traits<Diagonal<MatrixType,DiagIndex> >
63 template<typename MatrixType, int _DiagIndex> class Diagonal class in namespace:Eigen
64 : public internal::dense_xpr_base< Diagonal<MatrixType,_DiagIndex> >::type
69 typedef typename internal::dense_xpr_base<Diagonal>::type Base;
70 EIGEN_DENSE_PUBLIC_INTERFACE(Diagonal)
73 explicit inline Diagonal(MatrixType& matrix, Index a_index = DiagIndex) : m_matrix(matrix), m_index(a_index) {} function in class:Eigen::Diagonal
75 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Diagonal)
185 * \sa class Diagonal */
211 * \sa MatrixBase::diagonal(), class Diagonal */
[all...]
H A DMatrixBase.h214 typedef Diagonal<Derived> DiagonalReturnType;
218 typedef typename internal::add_const<Diagonal<const Derived> >::type ConstDiagonalReturnType;
222 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; };
223 template<int Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; };
233 typedef Diagonal<Derived,DynamicIndex> DiagonalDynamicIndexReturnType;
234 typedef typename internal::add_const<Diagonal<const Derived,DynamicIndex> >::type ConstDiagonalDynamicIndexReturnType;
H A DProductEvaluators.h65 struct evaluator<Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> >
66 : public evaluator<Diagonal<const Product<Lhs, Rhs, LazyProduct>, DiagIndex> >
68 typedef Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> XprType;
69 typedef evaluator<Diagonal<const Product<Lhs, Rhs, LazyProduct>, DiagIndex> > Base;
72 : Base(Diagonal<const Product<Lhs, Rhs, LazyProduct>, DiagIndex>(
765 * Diagonal products
H A DCoreEvaluators.h28 // It can be Dense, Sparse, Triangular, Diagonal, SelfAdjoint, Band, etc.
1537 // -------------------- Diagonal --------------------
1540 struct evaluator<Diagonal<ArgType, DiagIndex> >
1541 : evaluator_base<Diagonal<ArgType, DiagIndex> >
1543 typedef Diagonal<ArgType, DiagIndex> XprType;
/external/gemmlowp/internal/
H A Dkernel.h123 enum class CellOrder { DepthMajor, WidthMajor, Diagonal };
175 case CellOrder::Diagonal:
176 return "Diagonal";
192 case CellOrder::Diagonal:
/external/eigen/Eigen/src/Eigenvalues/
H A DTridiagonalization.h89 typename internal::add_const_on_value_type<typename Diagonal<const MatrixType>::RealReturnType>::type,
90 const Diagonal<const MatrixType>
94 typename internal::add_const_on_value_type<typename Diagonal<const MatrixType, -1>::RealReturnType>::type,
95 const Diagonal<const MatrixType, -1>
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_blas.cc501 cublasDiagType_t CUDABlasDiagonal(blas::Diagonal diag) {
503 case blas::Diagonal::kUnit:
505 case blas::Diagonal::kNonUnit:
508 LOG(FATAL) << "Invalid value of blas::Diagonal.";
1551 blas::Transpose trans, blas::Diagonal diag, uint64 n,
1562 blas::Transpose trans, blas::Diagonal diag, uint64 n,
1573 blas::Transpose trans, blas::Diagonal diag, uint64 n,
1585 blas::Transpose trans, blas::Diagonal diag, uint64 n,
1597 blas::Transpose trans, blas::Diagonal diag, uint64 n,
1608 blas::Transpose trans, blas::Diagonal dia
[all...]
/external/dng_sdk/source/
H A Ddng_rect.h188 real64 Diagonal () const function in class:dng_rect
331 real64 Diagonal () const function in class:dng_rect_real64
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h40 const typename internal::remove_all<typename Diagonal<const MatrixType,0>::ConjugateReturnType>::type
44 Diagonal<const MatrixType,1>,
H A DBDCSVD.h1051 Diagonal<MatrixXr> fulldiag(m_computed);
1052 VectorBlock<Diagonal<MatrixXr>,Dynamic> diag(fulldiag, firstCol+shift, length);
/external/tensorflow/tensorflow/core/kernels/
H A Dmatrix_triangular_solve_op.cc229 perftools::gputools::blas::Diagonal::kNonUnit /*diag*/,
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h64 struct traits<Diagonal<SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex> >
85 struct traits<Diagonal<const SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex> >
86 : public traits<Diagonal<SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex> >
110 typedef Diagonal<SparseMatrix> DiagonalReturnType;
111 typedef Diagonal<const SparseMatrix> ConstDiagonalReturnType;
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h163 inline Diagonal<const MatrixType> vectorD() const
570 const typename Diagonal<const MatrixType>::RealReturnType vecD(vectorD());
/external/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc203 enum class CellOrder { DepthMajor, WidthMajor, Diagonal };
249 case CellOrder::Diagonal:
250 return "Diagonal";
265 case CellOrder::Diagonal:
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h104 template<typename MatrixType, int Index = 0> class Diagonal;
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h640 Scalar detL = Diagonal<const CholMatrixType>(Base::m_matrix).prod();
/external/ImageMagick/www/api/
H A Dmorphology.php192 <dd> Type 2: Diagonal form of Kernel... | 1, sqrt(2), 0 | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) | 0, -sqrt(2) -1 | </dd>
254 <dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
/external/gemmlowp/test/
H A Dtest.cc1566 KernelSideFormat<CellFormat<8, 8, CellOrder::Diagonal>, 2>,
1571 KernelSideFormat<CellFormat<4, 4, CellOrder::Diagonal>, 1>>>>(&context);

Completed in 2369 milliseconds