HomeSort by relevance Sort by last modified time
    Searched refs:ComputeFunc (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_response_cache.h 53 typedef std::function<void(StatusCallback)> ComputeFunc;
74 ComputeFunc compute_func, StatusCallback done_cb);
grpc_response_cache.cc 70 ComputeFunc compute_func,
  /external/tensorflow/tensorflow/core/platform/cloud/
expiring_lru_cache.h 73 typedef std::function<Status(const string&, T*)> ComputeFunc;
79 const ComputeFunc& compute_func) {
expiring_lru_cache_test.cc 94 ExpiringLRUCache<int>::ComputeFunc compute_func =
gcs_file_system.cc     [all...]

Completed in 265 milliseconds