| 342 | } |
| 343 | |
| 344 | CgmodeRunOp::CgmodeRunOp(OpKernelConstruction* ctx) : OpKernel(ctx) { |
| 345 | env_ = ctx->env(); |
| 346 | flib_ = ctx->function_library(); |
| 347 | } |
| 348 | |
| 349 | CgmodeRunOp::~CgmodeRunOp() { |
| 350 | if (cuda_graph_exec_ != nullptr) { |
nothing calls this directly
no test coverage detected