Searched defs:lhs_offset (Results 1 – 9 of 9) sorted by relevance
/external/gemmlowp/public/ |
D | gemmlowp.h | 46 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/ |
D | multi_thread_gemm.h | 60 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()
|
D | single_thread_gemm.h | 8604 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/ |
D | eight_bit_int_gemm.cc | 69 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/ |
D | correctness_meta_gemm.cc | 63 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()
|
D | test.cc | 366 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/ |
D | single_thread_gemm.h | 55 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in SingleThreadGemm()
|
D | unpack.h | 149 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResult()
|
D | multi_thread_gemm.h | 457 const LhsOffset& lhs_offset; member 568 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in MultiThreadGemm()
|