| 436 | ->ArgPair(100, 257); |
| 437 | |
| 438 | int main(int argc, char** argv) { |
| 439 | ::testing::InitGoogleTest(&argc, argv); |
| 440 | tensorflow::testing::RunBenchmarks(); |
| 441 | return RUN_ALL_TESTS(); |
| 442 | } |
| 443 | |
| 444 | } // namespace |
| 445 | } // namespace xla |
nothing calls this directly
no test coverage detected