Searched defs:linspace (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/mint/ |
| D | __init__.py | 24 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/ |
| D | affine_grid_impl.cu | 81 __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/ |
| D | array_creations.py | 676 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/ |
| D | math_func.py | 2497 def linspace(start, end, steps): function
|