| 45 | |
| 46 | template <typename Dtype> |
| 47 | class CPUMathFunctionsTest |
| 48 | : public MathFunctionsTest<CPUDevice<Dtype> > { |
| 49 | }; |
| 50 | |
| 51 | TYPED_TEST_CASE(CPUMathFunctionsTest, TestDtypes); |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected