Home
last modified time | relevance | path

Searched refs:index_at_t (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/tests/
Dtest_numpy_array.py78 assert m.index_at_t(arr, *args) == ret
86 m.index_at_t,
163 m.index_at_t,
Dtest_numpy_array.cpp105 template<typename... Ix> py::ssize_t index_at_t(const arr_t& a, Ix... idx) { return a.index_at(idx.… in index_at_t() function
173 def_index_fn(index_at_t, const arr_t&); in TEST_SUBMODULE()