OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScratchPerThread
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/meta/
legacy_multi_thread_gemv.h
47
static std::int32_t
ScratchPerThread
(std::int32_t m, std::int32_t n,
67
static std::int32_t
ScratchPerThread
(std::int32_t m, std::int32_t n,
85
static std::int32_t
ScratchPerThread
(std::int32_t m, std::int32_t n,
96
internal::GemvQuantized8BitOperation::
ScratchPerThread
(m, n, k);
120
internal::GemvFloatOperation::
ScratchPerThread
(m, n, k);
142
internal::GemvInt32Operation::
ScratchPerThread
(m, n, k);
legacy_multi_thread_gemm.h
85
static std::int32_t
ScratchPerThread
(std::int32_t m, std::int32_t n,
115
static std::int32_t
ScratchPerThread
(std::int32_t m, std::int32_t n,
144
static std::int32_t
ScratchPerThread
(std::int32_t m, std::int32_t n,
155
internal::GemmQuantized8BitOperation::
ScratchPerThread
(m, n, k);
190
internal::GemmFloatOperation::
ScratchPerThread
(m, n, k);
223
internal::GemmInt32Operation::
ScratchPerThread
(m, n, k);
Completed in 732 milliseconds