Home
last modified time | relevance | path

Searched defs:lhs_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()
39 FloatOperation(std::int32_t lhs_offset, std::int32_t rhs_offset, in FloatOperation()
53 Int32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in Int32Operation()
Dlegacy_single_thread_gemm.h31 std::int32_t k, std::int32_t lhs_offset, in gemm_q8_strided()
76 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemv_q8()
124 std::int32_t k, std::int32_t lhs_offset, in gemm_i32_strided()
165 std::int32_t lhs_offset, std::int32_t rhs_offset, in gemv_i32()
209 std::int32_t k, std::int32_t lhs_offset, 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()
102 std::int32_t k, std::int32_t lhs_offset, in multi_thread_gemv_q8()
126 std::int32_t k, std::int32_t lhs_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.h38 const LhsOffset& lhs_offset, in GemmWithOutputPipelinePC()
57 int lhs_offset, int rhs_offset, in GemmWithOutputPipeline()
77 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc78 const int lhs_offset = a_offset; in EightBitIntGemmImpl() local
116 const int lhs_offset = a_offset; in EightBitIntGemmInt32Impl() local
254 std::int32_t lhs_offset, std::int32_t rhs_offset, in MetaGemmQuantized8Bit()
280 std::int32_t lhs_offset, std::int32_t rhs_offset, in MetaGemmFloat()
/external/gemmlowp/internal/
Dsingle_thread_gemm.h71 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in SingleThreadGemm()
Dunpack.h98 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResultBlock()
134 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResult()
Dmulti_thread_gemm.h504 const LhsOffset& lhs_offset; member
612 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in MultiThreadGemm()
/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.cc402 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm_impl()
495 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm()
745 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization() local
855 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization() local
1042 const OffsetColMap lhs_offset(&a_offset[0], m); in TestMultithreadedPerChannelQuantization() local
1208 const int lhs_offset = 12; in TestOutputStages() local
/external/gemmlowp/doc/
Dquantization_example.cc332 const int lhs_offset = -lhs_qparams.zero_point; in main() local