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

Method Compute

tensorflow/compiler/tf2xla/xla_op_kernel.cc:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625XlaOpKernel::XlaOpKernel(OpKernelConstruction* context) : OpKernel(context) {}
626
627void XlaOpKernel::Compute(OpKernelContext* context) {
628 XlaOpKernelContext xla_context(context);
629 Compile(&xla_context);
630}
631
632} // namespace tensorflow

Callers 1

CompileMethod · 0.45

Calls 1

CompileFunction · 0.50

Tested by

no test coverage detected