Home
last modified time | relevance | path

Searched defs:arange (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/explainer/
D_operators.py64 def arange( function
/third_party/python/Lib/test/
Dtest_builtin.py406 async def arange(n): function
456 async def arange(n): function
Dtest_asyncgen.py1544 async def arange(n): function
/third_party/boost/boost/math/special_functions/
Dowens_t.hpp76 static const RealType arange[] = { 0.025f, 0.09f, 0.15f, 0.36f, 0.5f, 0.9f, 0.99999f }; in owens_t_compute_code() local
/third_party/mindspore/mindspore/numpy/
Darray_creations.py381 def arange(start, stop=None, step=None, dtype=None): function