Searched defs:pyfunc (Results 1 – 10 of 10) sorted by relevance
188 pyfunc = lambda x: x function215 pyfunc = lambda x: x function
256 def pyfunc(x, y, z, m, n): function
55 def pyfunc(image): function178 def pyfunc(image): function212 def pyfunc(image): function
362 def pyfunc(): function383 def pyfunc(): function
42 def pyfunc(x): function
51 def pyfunc(x): function
221 def pyfunc(x): member in test_two_level_pipeline_with_multiprocessing.DatasetGenerator
97 def pyfunc(img_bytes): function678 def pyfunc(data): function
375 def pyfunc(arg1, arg2): function
1142 static PyObject *CheckAndDoBinary(int op, const PyObjectArray &objs, binaryfunc pyfunc) { in CheckAndDoBinary()