Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ GlobalOpKernelCache
Function
GlobalOpKernelCache
euler/core/framework/op_kernel.cc:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
};
62
63
OpKernelCache* GlobalOpKernelCache() {
64
static OpKernelCache instance;
65
return &instance;
66
}
67
68
} // namespace
69
Callers
1
CreateOpKernel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected