Searched refs:kPrimConv2DBackpropInput (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/ |
D | conv2dbackprop_eltwise_eltwise_fusion_pass.cc | 46 if (AnfAlgo::CheckPrimitiveType(double_in_eltwise_input, prim::kPrimConv2DBackpropInput) && in MatchConv2DBackpropInputEltwiseEltwise() 57 if (AnfAlgo::CheckPrimitiveType(double_in_eltwise_input_1, prim::kPrimConv2DBackpropInput) && in MatchConv2DBackpropInputEltwiseEltwise()
|
D | conv2dbackprop_eltwise_fusion_pass.cc | 37 if (AnfAlgo::CheckPrimitiveType(eltwise_input, prim::kPrimConv2DBackpropInput)) { in MatchConv2DBackpropInputEltwise()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | kernel_info_setter.h | 43 {prim::kPrimConv2DBackpropInput->name(), {{0, 1}, {0}}},
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | const_input_to_attr_registry.cc | 30 Register(prim::kPrimConv2DBackpropInput->name(), {2}); in ConstInputToAttrInfoRegistry()
|
/third_party/mindspore/mindspore/core/abstract/ |
D | primitive_infer_map.cc | 55 const auto kConv2DBackpropInput = prim::kPrimConv2DBackpropInput->name(); in GetDependsFormMap()
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | conv2d_backprop_input.cc | 301 REGISTER_PRIMITIVE_EVAL_IMPL(Conv2DBackpropInput, prim::kPrimConv2DBackpropInput, Conv2DBackpropInp…
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | nn_calculation_ops_declare.cc | 51 REG_ADPT_DESC(Conv2DBackpropInputD, prim::kPrimConv2DBackpropInput->name(), ADPT_DESC(Conv2DBackpro…
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/ |
D | conv2d_unify_mindir.cc | 286 VectorRef pattern({prim::kPrimConv2DBackpropInput, Xs}); in DefinePattern()
|
/third_party/mindspore/tests/ut/cpp/operator/ |
D | ops_test.cc | 404 ASSERT_EQ(prim->name(), kPrimConv2DBackpropInput->name()); in TEST_F()
|
/third_party/mindspore/tests/ut/cpp/transform/ |
D | convert_test.cc | 174 auto prim = prim::kPrimConv2DBackpropInput; in TEST_F()
|
/third_party/mindspore/mindspore/core/base/ |
D | core_ops.h | 314 inline const PrimitivePtr kPrimConv2DBackpropInput = std::make_shared<Primitive>("Conv2DBackpropInp… variable
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | anf_runtime_algorithm.cc | 147 {prim::kPrimConv2DBackpropInput->name(), {{{0, 2}, {1, 1}, {2, 0}}, {{0, 2}, {1, 1}, {2, 0}}}}, 152 {prim::kPrimConv2DBackpropInput->name(), {{{0, 1}, {1, 0}}, {{0, 1}, {1, 0}}}},
|