Home
last modified time | relevance | path

Searched defs:ComputeFunc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dexpiring_lru_cache.h73 typedef std::function<Status(const string&, T*)> ComputeFunc; typedef
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dexpiring_lru_cache.h77 typedef std::function<void(const std::string&, T*, TF_Status*)> ComputeFunc; typedef