Home
last modified time | relevance | path

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

/external/gemmlowp/meta/
Dmulti_thread_gemm.h60 GemmQuantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemmQuantized8BitOperation()
94 std::int32_t rhs_offset; variable
102 GemmFloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemmFloatOperation()
133 std::int32_t rhs_offset; variable
139 GemmInt32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in GemmInt32Operation()
167 std::int32_t rhs_offset; variable
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/public/
Dgemmlowp.h47 const RhsOffset& rhs_offset, in GemmWithOutputPipelinePC()
104 int lhs_offset, int rhs_offset, in GemmWithOutputPipeline()
122 int rhs_offset, int result_offset, int result_mult_int, in Gemm()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc70 const int rhs_offset = b_offset; in EightBitIntGemmImpl() local
108 const int rhs_offset = b_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.cc367 int rhs_offset, int result_offset, int result_mult_int, in test_gemm_impl()
474 int rhs_offset, int result_offset, int result_mult_int) { in test_gemm()
740 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithSmallDataPerChannelQuantization() local
907 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithLargeDataPerChannelQuantization() local
1105 const int rhs_offset = -34; 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.h428 const RhsOffset& rhs_offset; member
538 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in MultiThreadGemm()