Home
last modified time | relevance | path

Searched refs:ComputeFunc (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_response_cache.h53 typedef std::function<void(StatusCallback)> ComputeFunc; typedef
74 ComputeFunc compute_func, StatusCallback done_cb);
Dgrpc_response_cache.cc70 ComputeFunc compute_func, in LookupOrCompute()
/external/tensorflow/tensorflow/core/platform/cloud/
Dexpiring_lru_cache.h73 typedef std::function<Status(const string&, T*)> ComputeFunc; typedef
79 const ComputeFunc& compute_func) { in LookupOrCompute()
Dexpiring_lru_cache_test.cc94 ExpiringLRUCache<int>::ComputeFunc compute_func = in TEST()
Dgcs_file_system.cc1208 StatCache::ComputeFunc compute_func = [this](const string& dirname, in FolderExists()
1244 MatchingPathsCache::ComputeFunc compute_func = in GetMatchingPaths()