Home
last modified time | relevance | path

Searched defs:GatherD (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dgather_d.h35GatherD() : PrimitiveC(prim::kPrimGatherD->name()) { InitIOName({"x", "dim", "index"}, {"output"})… in GatherD() function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py5889 class GatherD(Primitive): class