Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddispatch.py345 def decorator(dispatch_target): argument
470 def unregister_dispatch_for(dispatch_target): argument
981 def dispatch_target(*args, **kwargs): function
1017 def dispatch_target(*args, **kwargs): function
1151 def decorator(dispatch_target): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_dispatcher.cc107 PyObject* dispatch_target) { in Register()