Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddispatch_test.py848 def unary_elementwise_api_handler(api_func, x): argument
884 def binary_elementwise_api_handler(api_func, x, y): argument
923 def handler(api_func, x): argument
932 def another_handler(api_func, x): argument
943 def handler(api_func, x, y): argument
953 def another_handler(api_func, x, y): argument
966 def handler(api_func, x): argument
989 def handler(api_func, x, y): argument
/aosp_15_r20/external/openthread/tools/harness-thci/
H A DOpenThread.py159 def API(api_func): argument