Home
last modified time | relevance | path

Searched defs:pyfunc (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset_deprecated/
Dtest_uniform_augment.py188 pyfunc = lambda x: x function
215 pyfunc = lambda x: x function
Dtest_map.py256 def pyfunc(x, y, z, m, n): function
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_formatted_exception.py55 def pyfunc(image): function
178 def pyfunc(image): function
212 def pyfunc(image): function
Dtest_pyfunc.py362 def pyfunc(): function
383 def pyfunc(): function
Dtest_pyfunc_multiprocess.py42 def pyfunc(x): function
Dtest_map_unified_approach.py51 def pyfunc(x): function
Dtest_two_level_pipeline.py221 def pyfunc(x): member in test_two_level_pipeline_with_multiprocessing.DatasetGenerator
/third_party/mindspore/mindspore-src/source/tests/st/dataset/
Dtest_map_dvpp.py97 def pyfunc(img_bytes): function
678 def pyfunc(data): function
/third_party/python/Lib/test/
Dtest_call.py375 def pyfunc(arg1, arg2): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dtrace.cc1142 static PyObject *CheckAndDoBinary(int op, const PyObjectArray &objs, binaryfunc pyfunc) { in CheckAndDoBinary()