Home
last modified time | relevance | path

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

/third_party/boost/boost/python/numpy/
Dndarray.hpp209 inline ndarray from_data(void * data, in from_data() function
234 inline ndarray from_data(void const * data, in from_data() function
/third_party/boost/libs/python/doc/html/numpy/
Dsearchindex.js1 …"reference/multi_iter","reference/ndarray","reference/unary_ufunc","tutorial/dtype","tutorial/from…
/third_party/python/Objects/
Dunicodeobject.c1475 void *from_data, *to_data; in _copy_characters() local