MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CgmodeRunOp

Method CgmodeRunOp

tensorflow/compiler/jit/kernels/cuda_graph_mode_ops.cc:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344CgmodeRunOp::CgmodeRunOp(OpKernelConstruction* ctx) : OpKernel(ctx) {
345 env_ = ctx->env();
346 flib_ = ctx->function_library();
347}
348
349CgmodeRunOp::~CgmodeRunOp() {
350 if (cuda_graph_exec_ != nullptr) {

Callers

nothing calls this directly

Calls 2

envMethod · 0.45
function_libraryMethod · 0.45

Tested by

no test coverage detected