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

Method xla_context

tensorflow/compiler/tf2xla/xla_op_kernel.cc:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40XlaContext* XlaOpKernelContext::xla_context() const {
41 return &XlaContext::Get(context_);
42}
43
44xla::XlaBuilder* XlaOpKernelContext::builder() const {
45 return xla_context()->builder();

Callers 5

CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected