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

Method ~FunctionHandleCache

tensorflow/core/framework/function_handle_cache.cc:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 : lib_(lib), state_handle_(strings::Printf("%lld", random::New64())) {}
26
27FunctionHandleCache::~FunctionHandleCache() {
28 Status s = Clear();
29 if (!s.ok()) {
30 LOG(ERROR) << "Failed to clear function handle cache: " << s.ToString();
31 }
32}
33
34Status FunctionHandleCache::Instantiate(
35 const string& function_name, AttrSlice attrs,

Callers

nothing calls this directly

Calls 2

okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected