Home
last modified time | relevance | path

Searched defs:lhs_offset (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/public/
Dgemmlowp.h46 const LhsOffset& lhs_offset, in GemmWithOutputPipelinePC()
104 int lhs_offset, int rhs_offset, in GemmWithOutputPipeline()
121 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
/external/gemmlowp/meta/
Dmulti_thread_gemm.h60 GemmQuantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemmQuantized8BitOperation()
102 GemmFloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemmFloatOperation()
139 GemmInt32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in GemmInt32Operation()
182 std::int32_t lhs_offset, std::int32_t rhs_offset, in multi_thread_gemm_q8()
201 std::int32_t lhs_offset, std::int32_t rhs_offset, in multi_thread_gemm_f()
218 std::int32_t lhs_offset, std::int32_t rhs_offset, in multi_thread_gemm_i32()
Dsingle_thread_gemm.h8604 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_0_aligned()
8659 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_1_aligned()
8714 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_2_aligned()
8769 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_3_aligned()
8824 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_4_aligned()
8879 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_5_aligned()
8934 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_6_aligned()
8989 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_0_7_aligned()
9044 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_1_0_aligned()
9102 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemm_q8_0_1_1_aligned()
[all …]
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc69 const int lhs_offset = a_offset; in EightBitIntGemmImpl() local
107 const int lhs_offset = a_offset; in EightBitIntGemmInt32Impl() local
239 std::int32_t lhs_offset, std::int32_t rhs_offset, in MetaGemmQuantized8Bit()
266 std::int32_t lhs_offset, std::int32_t rhs_offset, in MetaGemmFloat()
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc63 std::int32_t lhs_offset, std::int32_t rhs_offset, in check_result()
119 std::int32_t lhs_offset, std::int32_t rhs_offset, in check_result_f()
Dtest.cc366 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm_impl()
473 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm()
723 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization() local
849 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization() local
1104 const int lhs_offset = 12; in TestOutputStages() local
/external/gemmlowp/internal/
Dsingle_thread_gemm.h55 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in SingleThreadGemm()
Dunpack.h149 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResult()
Dmulti_thread_gemm.h457 const LhsOffset& lhs_offset; member
568 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in MultiThreadGemm()