Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dgatherv2.cu42 void GatherV2(T *input, S *indices, T *output, size_t output_dim0, size_t output_dim1, size_t outpu… in GatherV2() function
/third_party/mindspore/tests/ut/python/parallel/
Dtest_gather_v2_primitive.py66 class GatherV2(LossBase): class
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py841 class GatherV2(PrimitiveWithCheck): class