Home
last modified time | relevance | path

Searched refs:Int32Operation (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/meta/
Dlegacy_operations_common.h51 class Int32Operation {
53 Int32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in Int32Operation() function
Doperations_common.h51 class Int32Operation {
53 Int32Operation(std::int32_t lhs_offset, std::int32_t rhs_offset) in Int32Operation() function
Dlegacy_multi_thread_gemv.h73 class GemvInt32Operation : public Int32Operation {
76 : Int32Operation(lhs_offset, rhs_offset) {} in GemvInt32Operation()
Dmulti_thread_gemv.h73 class GemvInt32Operation : public Int32Operation {
76 : Int32Operation(lhs_offset, rhs_offset) {} in GemvInt32Operation()
Dlegacy_multi_thread_gemm.h121 class GemmInt32Operation : public Int32Operation {
124 : Int32Operation(lhs_offset, rhs_offset) {} in GemmInt32Operation()