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

Method XlaRunOp

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

Source from the content-addressed store, hash-verified

559}
560
561XlaRunOp::XlaRunOp(OpKernelConstruction* ctx)
562 : OpKernel(ctx), platform_info_(PlatformInfoFromContext(ctx)) {}
563
564void XlaRunOp::Compute(OpKernelContext* ctx) {
565 VLOG(3) << "XlaRunOp " << def().name();

Callers

nothing calls this directly

Calls 1

PlatformInfoFromContextFunction · 0.85

Tested by

no test coverage detected