Searched refs:EightBitIntGemm (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.h | 55 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, 62 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c,
|
D | eight_bit_int_gemm.cc | 301 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm() function 307 ScopedLock sl(GlobalMutexes::EightBitIntGemm()); in EightBitIntGemm() 338 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm() function 344 ScopedLock sl(GlobalMutexes::EightBitIntGemm()); in EightBitIntGemm() 405 ScopedLock sl(GlobalMutexes::EightBitIntGemm()); in SetMaxNumThreads() 411 ScopedLock sl(GlobalMutexes::EightBitIntGemm()); in FreePersistentResources()
|
/external/gemmlowp/profiling/ |
D | instrumentation.h | 87 static Mutex* EightBitIntGemm() { in EightBitIntGemm() function
|
/external/gemmlowp/ |
D | README.md | 91 ### Old EightBitIntGemm legacy deprecated interface 141 Since it covers also the EightBitIntGemm interface, it needs to be linked
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 64 ### The BitDepthSetting parameter in the EightBitIntGemm interface 66 Accessing less-than-8-bit computation via the EightBitIntGemm is very simple: 67 EightBitIntGemm takes a BitDepthSetting enum which allows to choose among a
|
D | low-precision.md | 60 EightBitIntGemm paradigm, where quantized matrix multiplication takes the
|
/external/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 98 gemmlowp::eight_bit_int_gemm::EightBitIntGemm( in run_gemm()
|
D | test.cc | 251 eight_bit_int_gemm::EightBitIntGemm( in Gemm() 1152 gemmlowp::eight_bit_int_gemm::EightBitIntGemm( in TestWithSmallData() 1174 gemmlowp::eight_bit_int_gemm::EightBitIntGemm( in TestWithRealData()
|