Home
last modified time | relevance | path

Searched refs:kPrimGatherD (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dgather_d.h35 …GatherD() : PrimitiveC(prim::kPrimGatherD->name()) { InitIOName({"x", "dim", "index"}, {"output"})… in GatherD()
Dgather_d.cc73 REGISTER_PRIMITIVE_EVAL_IMPL(GatherD, prim::kPrimGatherD, GatherDInfer, nullptr, true);
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dconvert_const_input_to_attr.cc48 if (AnfAlgo::GetCNodeName(cnode) == prim::kPrimGatherD->name()) { in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dconst_input_to_attr_registry.cc43 Register(prim::kPrimGatherD->name(), {1}); in ConstInputToAttrInfoRegistry()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h179 inline const PrimitivePtr kPrimGatherD = std::make_shared<Primitive>("GatherD"); variable
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc518 if (device_target != kGPUDevice && op_run_info->op_name == prim::kPrimGatherD->name()) { in ConstructInputTensor()