Home
last modified time | relevance | path

Searched defs:py_func (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dscript_ops.py33 def py_func(func, function
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py144 py_func = script_ops.eager_py_func variable
/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py406 def py_func(func, inp, Tout, stateful=True, name=None): function
/external/python/cpython2/Modules/_sqlite/
Dconnection.c654 PyObject* py_func; in _pysqlite_func_callback() local
/external/python/cpython3/Modules/_sqlite/
Dconnection.c598 PyObject* py_func; in _pysqlite_func_callback() local
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c398 PyObject *py_func(PyObject *self, PyObject *args) in py_func() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c404 PyObject *py_func(PyObject *self, PyObject *args) in py_func() function