HomeSort by relevance Sort by last modified time
    Searched refs:RowMajor (Results 76 - 100 of 201) sorted by null

1 2 34 5 6 7 8 9

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix.h 57 RhsStorageOrder,ConjugateRhs,RowMajor,Version>
69 RhsStorageOrder==RowMajor ? ColMajor : RowMajor,
71 LhsStorageOrder==RowMajor ? ColMajor : RowMajor,
411 typedef internal::gemm_blocking_space<(Dest::Flags&RowMajorBit) ? RowMajor : ColMajor,Scalar,Scalar,
424 (internal::traits<ActualLhsTypeCleaned>::Flags&RowMajorBit) ? RowMajor : ColMajor, LhsBlasTraits::NeedToConjugate,
425 (internal::traits<ActualRhsTypeCleaned>::Flags&RowMajorBit) ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
426 (internal::traits<Dest >::Flags&RowMajorBit) ? RowMajor : ColMajor>
SelfadjointMatrixMatrix.h 286 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,LhsSelfAdjoint,ConjugateLhs, RhsStorageOrder,RhsSelfAdjoint,ConjugateRhs,RowMajor>
297 EIGEN_LOGICAL_XOR(RhsSelfAdjoint,RhsStorageOrder==RowMajor) ? ColMajor : RowMajor,
299 EIGEN_LOGICAL_XOR(LhsSelfAdjoint,LhsStorageOrder==RowMajor) ? ColMajor : RowMajor,
335 typedef const_blas_data_mapper<Scalar, Index, (LhsStorageOrder == RowMajor) ? ColMajor : RowMajor> LhsTransposeMapper;
355 gemm_pack_lhs<Scalar, Index, LhsTransposeMapper, Traits::mr, Traits::LhsProgress, LhsStorageOrder==RowMajor?ColMajor:RowMajor, true> pack_lhs_transposed;
496 typedef internal::gemm_blocking_space<(Dest::Flags&RowMajorBit) ? RowMajor : ColMajor,Scalar,Scalar
    [all...]
TriangularMatrixVector_BLAS.h 60 struct triangular_matrix_vector_product<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,RowMajor,Specialized> { \
63 triangular_matrix_vector_product_trmv<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,RowMajor>::run( \
158 struct triangular_matrix_vector_product_trmv<Index,Mode,EIGTYPE,ConjLhs,EIGTYPE,ConjRhs,RowMajor> { \
170 triangular_matrix_vector_product<Index,Mode,EIGTYPE,ConjLhs,EIGTYPE,ConjRhs,RowMajor,BuiltIn>::run( \
GeneralMatrixMatrixTriangular_BLAS.h 89 char uplo=((IsLower) ? 'L' : 'U'), trans=((AStorageOrder==RowMajor) ? 'T':'N'); \
102 conjA = (((AStorageOrder==ColMajor) && ConjugateA) || ((AStorageOrder==RowMajor) && !ConjugateA)) ? 1 : 0 \
110 char uplo=((IsLower) ? 'L' : 'U'), trans=((AStorageOrder==RowMajor) ? 'C':'N'); \
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorChipping.h 209 (static_cast<int>(Layout) == static_cast<int>(RowMajor) && m_dim.actualDim() == NumInputDims-1)) {
221 (static_cast<int>(Layout) == static_cast<int>(RowMajor) && m_dim.actualDim() == 0)) {
249 (static_cast<int>(Layout) == static_cast<int>(RowMajor) &&
254 (static_cast<int>(Layout) == static_cast<int>(RowMajor) &&
269 (static_cast<int>(Layout) == static_cast<int>(RowMajor) && m_dim.actualDim() == 0)) &&
282 (static_cast<int>(Layout) == static_cast<int>(RowMajor) && m_dim.actualDim() == NumInputDims-1)) {
287 (static_cast<int>(Layout) == static_cast<int>(RowMajor) && m_dim.actualDim() == 0)) {
347 (static_cast<int>(this->Layout) == static_cast<int>(RowMajor) && this->m_dim.actualDim() == NumInputDims-1)) {
358 (static_cast<int>(this->Layout) == static_cast<int>(RowMajor) && this->m_dim.actualDim() == 0)) {
TensorLayoutSwap.h 27 * Tensor<float, 2, RowMajor> output = input.swap_layout();
48 static const int Layout = (traits<XprType>::Layout == ColMajor) ? RowMajor : ColMajor;
121 Layout = (static_cast<int>(TensorEvaluator<ArgType, Device>::Layout) == static_cast<int>(ColMajor)) ? RowMajor : ColMajor,
183 Layout = (static_cast<int>(TensorEvaluator<ArgType, Device>::Layout) == static_cast<int>(ColMajor)) ? RowMajor : ColMajor,
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 85 transpose_c ? MapOrder::RowMajor : MapOrder::ColMajor;
87 transpose_a ? MapOrder::RowMajor : MapOrder::ColMajor;
89 transpose_b ? MapOrder::RowMajor : MapOrder::ColMajor;
120 transpose_c ? MapOrder::RowMajor : MapOrder::ColMajor;
122 transpose_a ? MapOrder::RowMajor : MapOrder::ColMajor;
124 transpose_b ? MapOrder::RowMajor : MapOrder::ColMajor;
  /external/gemmlowp/meta/
legacy_single_thread_gemm.h 41 RowMajorWithSum, QuantizedStaticPreprocessed, RowMajor>
85 RowMajorWithSum, QuantizedStaticPreprocessed, RowMajor>
134 RowMajor>
174 RowMajor>
218 QuantizedStaticPreprocessedAsFloat, RowMajor>
258 QuantizedStaticPreprocessedAsFloat, RowMajor>
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 82 typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> CoeffVectorType;
270 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
  /external/eigen/blas/
BandTriangularSolver.h 23 struct band_solve_triangular_selector<Index,Mode,LhsScalar,ConjLhs,RhsScalar,RowMajor>
25 typedef Map<const Matrix<LhsScalar,Dynamic,Dynamic,RowMajor>, 0, OuterStride<> > LhsMap;
PackedSelfadjointProduct.h 42 struct selfadjoint_packed_rank1_update<Scalar,Index,RowMajor,UpLo,ConjLhs,ConjRhs>
  /external/eigen/test/
product_selfadjoint.cpp 19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, Dynamic, RowMajor> RhsMatrixType;
84 CALL_SUBTEST_7( product_selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s,s)) );
selfadjoint.cpp 66 CALL_SUBTEST_5( selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) );
product_trsolve.cpp 35 Matrix<Scalar,Size,Size,RowMajor> rmLhs(size,size);
37 enum { colmajor = Size==1 ? RowMajor : ColMajor,
38 rowmajor = Cols==1 ? ColMajor : RowMajor }; enumerator in enum:__anon18633
40 Matrix<Scalar,Size,Cols,rowmajor> rmRhs(size,cols);
  /external/gemmlowp/public/
map.h 26 // means column-major, RowMajor means row-major.
27 enum class MapOrder { ColMajor, RowMajor };
60 int cols_stride() const { return kOrder == MapOrder::RowMajor ? 1 : stride_; }
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 72 (int(Lhs::Flags) & RowMajorBit) ? RowMajor : ColMajor>
95 typedef internal::gemm_blocking_space<(Rhs::Flags&RowMajorBit) ? RowMajor : ColMajor,Scalar,Scalar,
100 triangular_solve_matrix<Scalar,Index,Side,Mode,LhsProductTraits::NeedToConjugate,(int(Lhs::Flags) & RowMajorBit) ? RowMajor : ColMajor,
101 (Rhs::Flags&RowMajorBit) ? RowMajor : ColMajor>
BandMatrix.h 70 EIGEN_STATIC_ASSERT((Options&RowMajor)==0,THIS_METHOD_IS_ONLY_FOR_COLUMN_MAJOR_MATRICES);
169 * \tparam _Options A combination of either \b #RowMajor or \b #ColMajor, and of \b #SelfAdjoint
195 typedef Matrix<Scalar,DataRowsAtCompileTime,ColsAtCompileTime,Options&RowMajor?RowMajor:ColMajor> CoefficientsType;
312 class TridiagonalMatrix : public BandMatrix<Scalar,Size,Size,Options&SelfAdjoint?0:1,1,Options|RowMajor>
314 typedef BandMatrix<Scalar,Size,Size,Options&SelfAdjoint?0:1,1,Options|RowMajor> Base;
GeneralProduct.h 132 * 2 - the matrix is row-major, BLAS compatible and N is large => call fast BLAS-like rowmajor routine
190 enum { OtherStorageOrder = StorageOrder == RowMajor ? ColMajor : RowMajor };
231 typedef const_blas_data_mapper<RhsScalar,Index,RowMajor> RhsMapper;
290 template<> struct gemv_dense_selector<OnTheRight,RowMajor,true>
331 typedef const_blas_data_mapper<LhsScalar,Index,RowMajor> LhsMapper;
334 <Index,LhsScalar,LhsMapper,RowMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsMapper,RhsBlasTraits::NeedToConjugate>::run(
357 template<> struct gemv_dense_selector<OnTheRight,RowMajor,false>
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h 25 typedef SparseMatrix<Scalar,RowMajor> FactorType;
  /external/eigen/unsupported/test/
cxx11_tensor_sugar.cpp 6 using Eigen::RowMajor;
cxx11_tensor_reverse.cpp 185 CALL_SUBTEST(test_simple_reverse<RowMajor>());
187 CALL_SUBTEST(test_expr_reverse<RowMajor>(true));
189 CALL_SUBTEST(test_expr_reverse<RowMajor>(false));
cxx11_tensor_image_patch.cpp 20 Tensor<float, 4, RowMajor> tensor_row_major = tensor.swap_layout();
35 // Single pixel patch: RowMajor
36 Tensor<float, 5, RowMajor> single_pixel_patch_row_major;
52 // RowMajor
74 // Entire image patch: RowMajor
75 Tensor<float, 5, RowMajor> entire_image_patch_row_major;
101 // RowMajor
110 // Check that ColMajor and RowMajor agree.
128 // 2D patch: RowMajor
129 Tensor<float, 5, RowMajor> twod_patch_row_major
    [all...]
cxx11_tensor_morphing.cpp 469 CALL_SUBTEST_1(test_simple_slice<RowMajor>());
472 CALL_SUBTEST_3(test_slice_in_expr<RowMajor>());
474 CALL_SUBTEST_4(test_slice_as_lvalue<RowMajor>());
476 CALL_SUBTEST_5(test_slice_raw_data<RowMajor>());
480 CALL_SUBTEST_6(test_strided_slice_write<RowMajor>());
481 CALL_SUBTEST_6(test_strided_slice<RowMajor>());
484 CALL_SUBTEST_7(test_composition<RowMajor>());
cxx11_tensor_thread_pool.cpp 354 CALL_SUBTEST_2(test_multithread_contraction<RowMajor>());
357 CALL_SUBTEST_3(test_multithread_contraction_agrees_with_singlethread<RowMajor>());
361 CALL_SUBTEST_4(test_contraction_corner_cases<RowMajor>());
364 CALL_SUBTEST_4(test_full_contraction<RowMajor>());
367 CALL_SUBTEST_5(test_multithreaded_reductions<RowMajor>());
372 CALL_SUBTEST_6(test_multithread_shuffle<RowMajor>());
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 86 typedef SparseVector<_Scalar, RowMajor, _StorageIndex> type;
100 enum { _Options = ((Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor };
115 enum { _Options = ((evaluator<T>::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor };

Completed in 410 milliseconds

1 2 34 5 6 7 8 9