Home
last modified time | relevance | path

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

/external/gemmlowp/meta/
Dlegacy_operations_common.h20 Quantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in Quantized8BitOperation()
31 std::int32_t rhs_offset; variable
39 FloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in FloatOperation()
47 std::int32_t rhs_offset; variable
53 Int32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in Int32Operation()
58 std::int32_t rhs_offset; variable
Dlegacy_single_thread_gemm.h32 std::int32_t rhs_offset, std::int32_t result_offset, in gemm_q8_strided()
76 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemv_q8()
125 std::int32_t rhs_offset, std::int32_t* result, in gemm_i32_strided()
165 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemv_i32()
210 std::int32_t rhs_offset, float result_offset, float* result, in gemm_f_strided()
250 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemv_f()
Dlegacy_multi_thread_gemv.h33 GemvQuantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemvQuantized8BitOperation()
55 GemvFloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemvFloatOperation()
75 GemvInt32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in GemvInt32Operation()
103 std::int32_t rhs_offset, std::int32_t sum_offset, in multi_thread_gemv_q8()
127 std::int32_t rhs_offset, float result_offset, in multi_thread_gemv_f()
149 std::int32_t lhs_offset, std::int32_t rhs_offset, in multi_thread_gemv_i32()
Dlegacy_multi_thread_gemm.h61 GemmQuantized8BitOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemmQuantized8BitOperation()
93 GemmFloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in GemmFloatOperation()
123 GemmInt32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in GemmInt32Operation()
162 std::int32_t lhs_offset, std::int32_t rhs_offset, in multi_thread_gemm_q8()
197 std::int32_t lhs_offset, std::int32_t rhs_offset, in multi_thread_gemm_f()
230 std::int32_t lhs_offset, std::int32_t rhs_offset, in multi_thread_gemm_i32()
/external/gemmlowp/public/
Dgemmlowp.h39 const RhsOffset& rhs_offset, in GemmWithOutputPipelinePC()
57 int lhs_offset, int rhs_offset, in GemmWithOutputPipeline()
78 int rhs_offset, int result_offset, int result_mult_int, in Gemm()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc76 const int rhs_offset = b_offset; in EightBitIntGemmImpl() local
114 const int rhs_offset = b_offset; in EightBitIntGemmInt32Impl() local
251 std::int32_t lhs_offset, std::int32_t rhs_offset, in MetaGemmQuantized8Bit()
277 std::int32_t lhs_offset, std::int32_t rhs_offset, in MetaGemmFloat()
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc64 std::int32_t lhs_offset, std::int32_t rhs_offset, in check_result()
107 std::int32_t lhs_offset, std::int32_t rhs_offset, in check_result_f()
141 std::int32_t lhs_offset, std::int32_t rhs_offset) { in check_result_i32()
Dtest.cc403 int rhs_offset, int result_offset, int result_mult_int, in test_gemm_impl()
496 int rhs_offset, int result_offset, int result_mult_int) { in test_gemm()
760 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithSmallDataPerChannelQuantization() local
911 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithLargeDataPerChannelQuantization() local
1053 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestMultithreadedPerChannelQuantization() local
1209 const int rhs_offset = -34; in TestOutputStages() local
/external/gemmlowp/internal/
Dunpack.h98 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResultBlock()
136 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResult()
Dsingle_thread_gemm.h71 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in SingleThreadGemm()
Dmulti_thread_gemm.h533 const RhsOffset& rhs_offset; member
640 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in MultiThreadGemm()
/external/gemmlowp/doc/
Dquantization_example.cc333 const int rhs_offset = -rhs_qparams.zero_point; in main() local