| 16 | #include "tensorflow/compiler/tf2xla/tf2xla_supported_ops.h" |
| 17 | |
| 18 | int main(int argc, char** argv) { |
| 19 | const char* regen_run = |
| 20 | "bazel run -c opt -- tensorflow/compiler/tf2xla:tf2xla_supported_ops"; |
| 21 | tensorflow::tf2xla::SupportedOpsMain(argc, argv, regen_run); |
| 22 | } |
nothing calls this directly
no test coverage detected