| 413 | |
| 414 | #ifndef XLA_BACKEND_DOES_NOT_SUPPORT_FLOAT16 |
| 415 | XLA_TEST_P(ParametricDotTest, TestF16) { TestImpl<Eigen::half>(); } |
| 416 | #endif |
| 417 | XLA_TEST_P(ParametricDotTest, TestF32) { TestImpl<float>(); } |
| 418 | XLA_TEST_P(ParametricDotTest, TestF64) { TestImpl<double>(); } |
nothing calls this directly
no test coverage detected