| 407 | }; |
| 408 | |
| 409 | TEST(TestCompareKernel, PrimitiveRandomTests) { |
| 410 | TestRandomPrimitiveCTypes<CompareRandomNumeric>(); |
| 411 | } |
| 412 | |
| 413 | TYPED_TEST(TestNumericCompareKernel, SimpleCompareArrayArray) { |
| 414 | /* Ensure that null scalar broadcast to all null results. */ |
nothing calls this directly
no test coverage detected