Home
last modified time | relevance | path

Searched refs:RhsOrder (Results 1 – 10 of 10) sorted by relevance

/external/gemmlowp/public/
Dgemmlowp.h31 MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder,
36 const MatrixMap<const InputScalar, RhsOrder>& rhs, in GemmWithOutputPipelinePC()
51 MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder,
55 const MatrixMap<const InputScalar, RhsOrder>& rhs, in GemmWithOutputPipeline()
73 MapOrder RhsOrder, MapOrder ResultOrder, typename GemmContextType>
76 const MatrixMap<const Scalar, RhsOrder>& rhs, in Gemm()
/external/gemmlowp/test/
Dtest.cc129 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
132 const MatrixMap<const Scalar, RhsOrder>& rhs, in Gemm()
147 LhsOrder, RhsOrder, ResultOrder, OffsetColDup, in Gemm()
169 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
172 const MatrixMap<const Scalar, RhsOrder>& rhs, in Gemm()
188 LhsOrder, RhsOrder, ResultOrder, OffsetColDup, in Gemm()
206 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
209 const MatrixMap<const Scalar, RhsOrder>& rhs, in Gemm()
214 gemmlowp::Gemm<std::uint8_t, BitDepthParams, LhsOrder, RhsOrder, in Gemm()
241 template <MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder>
[all …]
/external/gemmlowp/doc/
Dpublic.md33 MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder,
37 const MatrixMap<const InputScalar, RhsOrder>& rhs,
69 * `LhsOrder`, `RhsOrder`, `ResultOrder`: the storage orders (row-major or
115 * `RhsOrder=ColMajor`
125 the next layer's input activations. Thus, we focus on `RhsOrder=ResultOrder`.
131 `LhsOrder=RowMajor` and `RhsOrder=ColMajor`.
/external/gemmlowp/internal/
Dsingle_thread_gemm.h63 typename BitDepthParams, MapOrder LhsOrder, MapOrder RhsOrder,
69 const MatrixMap<const InputScalar, RhsOrder>& rhs, in SingleThreadGemm()
Dmulti_thread_gemm.h435 typename BitDepthParams, MapOrder LhsOrder, MapOrder RhsOrder,
605 typename BitDepthParams, MapOrder LhsOrder, MapOrder RhsOrder,
610 const MatrixMap<const InputScalar, RhsOrder>& rhs, in MultiThreadGemm()
675 BitDepthParams, LhsOrder, RhsOrder, in MultiThreadGemm()
Ddispatch_gemm_shape.h152 MapOrder LhsOrder, MapOrder RhsOrder, MapOrder ResultOrder,
157 const MatrixMap<const InputScalar, RhsOrder>& rhs,
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc88 static const MapOrder RhsOrder = in EightBitIntGemmImpl() local
92 MatrixMap<const std::uint8_t, RhsOrder> rhs(b, k, n, ldb); in EightBitIntGemmImpl()
123 static const MapOrder RhsOrder = in EightBitIntGemmInt32Impl() local
127 MatrixMap<const std::uint8_t, RhsOrder> rhs(b, k, n, ldb); in EightBitIntGemmInt32Impl()
/external/eigen/Eigen/src/Core/util/
DXprHelper.h535 template <typename LhsKind, typename RhsKind, int LhsOrder, int RhsOrder> struct cwise_promote_stor…
539 …t LhsOrder, int RhsOrder> struct cwise_promote_storage_order<LhsKind,Sparse,LhsOrder,RhsOrder> …
540 …<typename RhsKind, int LhsOrder, int RhsOrder> struct cwise_promote_storage_order<Sparse,RhsKind…
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc45 static const gemmlowp::MapOrder RhsOrder = in GemmlowpMultiply() local
49 gemmlowp::MatrixMap<const std::uint8_t, RhsOrder> rhs(b_data_as_uint8, k, n, in GemmlowpMultiply()
Dquantized_conv_ops.cc415 static const gemmlowp::MapOrder RhsOrder = in operator ()() local
420 gemmlowp::MatrixMap<const std::uint8_t, RhsOrder> rhs( in operator ()()