Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ Cache
Method
Cache
euler/core/framework/op_kernel.cc:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Cache(OpKernel* op) {
54
MutexLock lock(&mu_);
55
cache_.insert({op->name(), op});
56
}
57
58
private:
59
Mutex mu_;
Callers
1
CreateOpKernel
Function · 0.45
Calls
1
name
Method · 0.45
Tested by
no test coverage detected