Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
namespace data {
23
24
FunctionHandleCache::FunctionHandleCache(FunctionLibraryRuntime* lib)
25
: lib_(lib), state_handle_(strings::Printf(
"%lld"
, random::New64())) {}
26
27
FunctionHandleCache::~FunctionHandleCache() {
28
Status s = Clear();
Callers
nothing calls this directly
Calls
2
Printf
Function · 0.85
New64
Function · 0.85
Tested by
no test coverage detected