| 559 | } |
| 560 | |
| 561 | XlaRunOp::XlaRunOp(OpKernelConstruction* ctx) |
| 562 | : OpKernel(ctx), platform_info_(PlatformInfoFromContext(ctx)) {} |
| 563 | |
| 564 | void XlaRunOp::Compute(OpKernelContext* ctx) { |
| 565 | VLOG(3) << "XlaRunOp " << def().name(); |
nothing calls this directly
no test coverage detected