Home
last modified time | relevance | path

Searched defs:test_gemm (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/gemmlowp/test/
H A Dtest.cc494 void test_gemm(typename GemmWrapper::Context* context, const LhsType& lhs, in test_gemm() function
508 void test_gemm(typename GemmWrapper::Context* context, int rows, int depth, in test_gemm() function
537 void test_gemm(typename GemmWrapper::Context* context, int rows, int depth, in test_gemm() function
592 void test_gemm(typename GemmWrapper::Context* context) { in test_gemm() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse_semi_structured.py636 def test_gemm(self, dtype) -> None: member in TestSparseSemiStructuredTraining