| 78 | |
| 79 | #if defined(PLATFORM_GOOGLE) |
| 80 | Status BenchmarkHelper(absl::string_view key, benchmark::State& state) { |
| 81 | return BenchmarkMarkForCompilation( |
| 82 | absl::StrCat(testing::TensorFlowSrcRoot(), "/compiler/jit/tests/", key, |
| 83 | ".pbtxt"), |
| 84 | state); |
| 85 | } |
| 86 | |
| 87 | void BM_MarkForCompilationPass_KerasImagenetMain(benchmark::State& state) { |
| 88 | TF_CHECK_OK(BenchmarkHelper("keras_imagenet_main", state)); |
no test coverage detected