Home
last modified time | relevance | path

Searched defs:linspace (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/mint/
D__init__.py24 from mindspore.ops.function.math_func import linspace_ext as linspace unknown
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Daffine_grid_impl.cu81 __device__ T linspace(const int32_t &step, const int32_t &n_steps, const bool &align_corners) { in linspace() function
93 __device__ half linspace(const int32_t &step, const int32_t &n_steps, const bool &align_corners) { in linspace() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Darray_creations.py676 def linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None, axis=0): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py2497 def linspace(start, end, steps): function