Home
last modified time | relevance | path

Searched defs:py_callable (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/mpi/src/python/
Dpy_nonblocking.cpp144 void wrap_wait_all(request_list &requests, object py_callable) in wrap_wait_all()
157 bool wrap_test_all(request_list &requests, object py_callable) in wrap_test_all()
170 int wrap_wait_some(request_list &requests, object py_callable) in wrap_wait_some()
186 int wrap_test_some(request_list &requests, object py_callable) in wrap_test_some()
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py2596 def __init__(self, py_callable, idx, pool=None, arg_q=None, res_q=None): argument