Home
last modified time | relevance | path

Searched defs:cached_func (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libopus/dnn/torch/rdovae/rdovae/
H A Drdovae.py88 def cached_func(*args): function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dbenchmarks_test.py164 def cached_func(): function
1280 def cached_func(): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_functools.py1870 cached_func = py_cached_func, variable in TestLRUPy
1884 cached_func = c_cached_func, variable in TestLRUC
Dtest_typing.py4961 def cached_func(x, y): function