Home
last modified time | relevance | path

Searched refs:kPrimGather (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dgather_v2_ds_fission.cc94 …ePtr> gatherv2_inputs = {NewValueNode(std::make_shared<Primitive>(prim::kPrimGather->name())), pad, in CreateGatherV2Ds()
153 VectorRef pattern({prim::kPrimGather, Xs}); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dconst_input_to_attr_registry.cc42 Register(prim::kPrimGather->name(), {2}); in ConstInputToAttrInfoRegistry()
/third_party/mindspore/mindspore/core/ops/
Dgather.cc98 REGISTER_PRIMITIVE_EVAL_IMPL(Gather, prim::kPrimGather, GatherInfer, nullptr, true);
/third_party/mindspore/mindspore/lite/tools/converter/parser/
Dinputs_adjust.cc119 } else if (opt::CheckPrimitiveType(node, prim::kPrimGather)) { in Run()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dbranch_culling.cc69 {prim::kPrimGather, {3}}, in InConvertWhiteList()
90 {prim::kPrimGather, {3}}, {prim::kPrimReshape, {2}}, in InConvertWhiteList()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dselection_ops_declare.cc79 REG_ADPT_DESC(GatherV2D, prim::kPrimGather->name(), ADPT_DESC(GatherV2D))
/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.cc50 const auto kGather = prim::kPrimGather->name(); in GetDependsFormMap()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dweight_quantizer.cc440 } else if (opt::CheckPrimitiveType(cnode, prim::kPrimGather)) { in DoQuantize()
Dquantize_util.cc113 … prim::kPrimGather, prim::kPrimLayerNormFusion, in CanOpFullQuantized()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc481 if (IsPrimitiveCNode(ele.first, prim::kPrimGather)) { in FindGatherV2FromSparseGatherV2()
/third_party/mindspore/tests/ut/cpp/transform/
Dconvert_test.cc336 auto prim = prim::kPrimGather; in TEST_F()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h180 inline const PrimitivePtr kPrimGather = std::make_shared<Primitive>("Gather"); variable
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1625 if (node->IsApply(prim::kPrimGather)) { in ExportCNode()