OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.
56
//
EightBitIntGemm
interface.
57
void
EightBitIntGemm
(bool transpose_a, bool transpose_b, bool transpose_c,
64
void
EightBitIntGemm
(bool transpose_a, bool transpose_b, bool transpose_c,
eight_bit_int_gemm.cc
43
// on
EightBitIntGemm
entry points, protecting
44
//
EightBitIntGemm
's global state.
291
void
EightBitIntGemm
(bool transpose_a, bool transpose_b, bool transpose_c,
328
void
EightBitIntGemm
(bool transpose_a, bool transpose_b, bool transpose_c,
/external/gemmlowp/test/
benchmark_meta_gemm.cc
98
gemmlowp::eight_bit_int_gemm::
EightBitIntGemm
(
test.cc
206
static const char* Name() { return "
EightBitIntGemm
"; }
219
eight_bit_int_gemm::
EightBitIntGemm
(
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp
720
gemmlowp::eight_bit_int_gemm::
EightBitIntGemm
(transpose_a, transpose_b, transpose_c,
[
all
...]
Completed in 160 milliseconds