Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_api_dispatcher_test.py41 def __tf_dispatch__(cls, api_name, api_func, args): argument
79 def __tf_dispatch__(cls, api_name, api_func, args): argument
Dpython_api_dispatcher_wrapper.cc28 const std::string& api_name, py::handle api_func, int num_params, in MakePythonAPIDispatcher()
Dpython_api_dispatcher.cc138 PyObject* api_func, int num_params, in PythonAPIDispatcher()