Home
last modified time | relevance | path

Searched defs:compute_func (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dhalf_test.cc43 std::function<half(half)> compute_func; member
58 std::function<half(half)> compute_func = GetParam().compute_func; in XLA_TEST_P() local
99 std::function<bool(half)> compute_func; member
114 std::function<bool(half)> compute_func = GetParam().compute_func; in XLA_TEST_P() local
135 std::function<half(half, half)> compute_func; member
154 std::function<half(half, half)> compute_func = GetParam().compute_func; in XLA_TEST_P() local
190 std::function<bool(half, half)> compute_func; member
210 std::function<bool(half, half)> compute_func = GetParam().compute_func; in XLA_TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dexpiring_lru_cache_test.cc94 ExpiringLRUCache<int>::ComputeFunc compute_func = in TEST() local
H A Dexpiring_lru_cache.h79 const ComputeFunc& compute_func) { in LookupOrCompute()
H A Dgcs_file_system.cc1560 auto compute_func = [this](const string& bucket, string* location) { in GetBucketLocation() local
1594 StatCache::ComputeFunc compute_func = [this](const string& dirname, in FolderExists() local
1632 MatchingPathsCache::ComputeFunc compute_func = in GetMatchingPaths() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dexpiring_lru_cache_test.cc99 tf_gcs_filesystem::ExpiringLRUCache<int>::ComputeFunc compute_func = in TEST() local
H A Dexpiring_lru_cache.h84 const ComputeFunc& compute_func, TF_Status* status) { in LookupOrCompute()
H A Dgcs_filesystem.cc797 ExpiringLRUCache<GcsFileStat>::ComputeFunc compute_func = in FolderExists() local
/aosp_15_r20/external/speex/libspeexdsp/
H A Dresample.c240 static double compute_func(float x, const struct FuncDef *func) in compute_func() function