/external/gemmlowp/meta/ |
D | legacy_operations_common.h | 20 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
|
D | legacy_single_thread_gemm.h | 32 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()
|
D | legacy_multi_thread_gemv.h | 33 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()
|
D | legacy_multi_thread_gemm.h | 61 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/ |
D | gemmlowp.h | 39 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/ |
D | eight_bit_int_gemm.cc | 79 const int rhs_offset = b_offset; in EightBitIntGemmImpl() local 117 const int rhs_offset = b_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/ |
D | single_thread_gemm.h | 71 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in SingleThreadGemm()
|
D | unpack.h | 98 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResultBlock() 134 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in UnpackResult()
|
D | multi_thread_gemm.h | 505 const RhsOffset& rhs_offset; member 612 const LhsOffset& lhs_offset, const RhsOffset& rhs_offset, in MultiThreadGemm()
|
/external/gemmlowp/test/ |
D | correctness_meta_gemm.cc | 64 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()
|
D | test.cc | 403 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/doc/ |
D | quantization_example.cc | 333 const int rhs_offset = -rhs_qparams.zero_point; in main() local
|