Searched defs:test_gemm (Results 1 – 2 of 2) sorted by relevance
494 void test_gemm(typename GemmWrapper::Context* context, const LhsType& lhs, in test_gemm() function508 void test_gemm(typename GemmWrapper::Context* context, int rows, int depth, in test_gemm() function537 void test_gemm(typename GemmWrapper::Context* context, int rows, int depth, in test_gemm() function592 void test_gemm(typename GemmWrapper::Context* context) { in test_gemm() function
636 def test_gemm(self, dtype) -> None: member in TestSparseSemiStructuredTraining