Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
XlaContext* XlaOpKernelContext::xla_context() const {
41
return &XlaContext::Get(context_);
42
}
43
44
xla::XlaBuilder* XlaOpKernelContext::builder() const {
45
return xla_context()->builder();
Callers
5
Compile
Method · 0.80
Compile
Method · 0.80
Compile
Method · 0.80
Compile
Method · 0.80
Compile
Method · 0.80
Calls
1
Get
Function · 0.85
Tested by
no test coverage detected