HomeSort by relevance Sort by last modified time
    Searched refs:EightBitIntGemm (Results 1 - 5 of 5) sorted by null

  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.h 15 // eight_bit_int_gemm.h: exposes the standard EightBitIntGemm interface.
54 // EightBitIntGemm interface.
55 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c,
62 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c,
eight_bit_int_gemm.cc 52 // on EightBitIntGemm entry points, protecting
53 // EightBitIntGemm's global state.
304 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c,
310 ScopedLock sl(GlobalMutexes::EightBitIntGemm());
341 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c,
347 ScopedLock sl(GlobalMutexes::EightBitIntGemm());
408 ScopedLock sl(GlobalMutexes::EightBitIntGemm());
414 ScopedLock sl(GlobalMutexes::EightBitIntGemm());
  /external/gemmlowp/profiling/
instrumentation.h 87 static Mutex* EightBitIntGemm() {
  /external/gemmlowp/test/
benchmark_meta_gemm.cc 98 gemmlowp::eight_bit_int_gemm::EightBitIntGemm(
test.cc 237 static const char* Name() { return "EightBitIntGemm"; }
251 eight_bit_int_gemm::EightBitIntGemm(
    [all...]

Completed in 342 milliseconds