| 460 | } // namespace |
| 461 | |
| 462 | XlaLocalLaunchOp::XlaLocalLaunchOp(OpKernelConstruction* ctx) |
| 463 | : XlaLocalLaunchBase(ctx, ConstantsVector(ctx), ResourcesVector(ctx), |
| 464 | FunctionAttr(ctx)) {} |
| 465 | |
| 466 | XlaLocalLaunchOp::~XlaLocalLaunchOp() { |
| 467 | VLOG(1) << "XlaLocalLaunchOp destroyed"; |
nothing calls this directly
no test coverage detected