Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dfast_module_type.cc150 static PyObject *CallFunc(FastModuleObject *self, PyObject *args, in CallFunc() function
/external/pdfium/core/fxge/win32/
Dcgdi_plus_ext.cpp182 #define CallFunc(funcname) \ macro
/external/python/cpython2/Lib/compiler/
Dast.py281 class CallFunc(Node): class