MCPcopy 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
63OpKernelCache* GlobalOpKernelCache() {
64 static OpKernelCache instance;
65 return &instance;
66}
67
68} // namespace
69

Callers 1

CreateOpKernelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected