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

Method FunctionHandleCache

tensorflow/core/framework/function_handle_cache.cc:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace data {
23
24FunctionHandleCache::FunctionHandleCache(FunctionLibraryRuntime* lib)
25 : lib_(lib), state_handle_(strings::Printf("%lld", random::New64())) {}
26
27FunctionHandleCache::~FunctionHandleCache() {
28 Status s = Clear();

Callers

nothing calls this directly

Calls 2

PrintfFunction · 0.85
New64Function · 0.85

Tested by

no test coverage detected