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

Method XlaLocalLaunchOp

tensorflow/compiler/jit/kernels/xla_ops.cc:462–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460} // namespace
461
462XlaLocalLaunchOp::XlaLocalLaunchOp(OpKernelConstruction* ctx)
463 : XlaLocalLaunchBase(ctx, ConstantsVector(ctx), ResourcesVector(ctx),
464 FunctionAttr(ctx)) {}
465
466XlaLocalLaunchOp::~XlaLocalLaunchOp() {
467 VLOG(1) << "XlaLocalLaunchOp destroyed";

Callers

nothing calls this directly

Calls 3

ConstantsVectorFunction · 0.85
ResourcesVectorFunction · 0.85
FunctionAttrFunction · 0.70

Tested by

no test coverage detected