Home
last modified time | relevance | path

Searched refs:LhsOrder (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/public/
Dgemmlowp.h40 MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder,
43 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipelinePC()
98 MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder,
101 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipeline()
117 template <typename Scalar, typename BitDepthParams, MapOrder LhsOrder,
119 void Gemm(GemmContext* context, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm()
/external/gemmlowp/test/
Dtest.cc120 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
122 const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm()
130 LhsOrder, RhsOrder, ResultOrder, in Gemm()
151 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
153 const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm()
161 LhsOrder, RhsOrder, ResultOrder, in Gemm()
178 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
180 const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm()
185 gemmlowp::Gemm<uint8_t, BitDepthParams, LhsOrder, RhsOrder, ResultOrder>( in Gemm()
210 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
[all …]
/external/gemmlowp/internal/
Dmulti_thread_gemm.h395 typename BitDepthParams, MapOrder LhsOrder, MapOrder RhsOrder,
402 const MatrixMap<const InputScalar, LhsOrder>& _lhs, in GemmWithPackedRhsTask()
454 const MatrixMap<const InputScalar, LhsOrder> lhs;
561 typename BitDepthParams, MapOrder LhsOrder, MapOrder RhsOrder,
565 const MatrixMap<const InputScalar, LhsOrder>& lhs, in MultiThreadGemm()
633 BitDepthParams, LhsOrder, RhsOrder, in MultiThreadGemm()
Dsingle_thread_gemm.h47 typename BitDepthParams, MapOrder LhsOrder, MapOrder RhsOrder,
52 const MatrixMap<const InputScalar, LhsOrder>& lhs, in SingleThreadGemm()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc77 static const MapOrder LhsOrder = in EightBitIntGemmImpl() local
82 MatrixMap<const std::uint8_t, LhsOrder> lhs(a, m, k, lda); in EightBitIntGemmImpl()
112 static const MapOrder LhsOrder = in EightBitIntGemmInt32Impl() local
117 MatrixMap<const std::uint8_t, LhsOrder> lhs(a, m, k, lda); in EightBitIntGemmInt32Impl()
/external/eigen/Eigen/src/Core/util/
DXprHelper.h535 template <typename LhsKind, typename RhsKind, int LhsOrder, int RhsOrder> struct cwise_promote_stor…
536 enum { value = LhsOrder };
539 template <typename LhsKind, int LhsOrder, int RhsOrder> struct cwise_promote_storage_order<LhsKin…
540 …ind, int LhsOrder, int RhsOrder> struct cwise_promote_storage_order<Sparse,RhsKind,LhsOrder,RhsO…