Home
last modified time | relevance | path

Searched defs:axis_ptr (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dsplit.cc44 auto axis_ptr = input_args[1]->GetValue(); in InferShape() local
124 auto axis_ptr = input_args[1]->GetValue(); in CheckValidation() local
Dcum_prod.cc37 auto axis_ptr = input_args[kIndex1]; in InferShape() local
Dcum_sum.cc37 auto axis_ptr = input_args[kIndex1]; in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/checker/
Dslice_checker.cc39 auto axis_ptr = primitive->GetAttr(ops::kAxes); in Check() local
Dscale_checker.cc40 auto axis_ptr = primitive->GetAttr(ops::kAxis); in Check() local
Dconcat_checker.cc51 auto axis_ptr = primitive->GetAttr(ops::kAxis); in Check() local
Dsoftmax_checker.cc56 auto axis_ptr = primitive->GetAttr(ops::kAxis); in Check() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/mapper/
Dargmax_fusion_mapper.cc47 auto axis_ptr = src_prim->GetAttr(ops::kAxis); in Mapper() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dunique_consecutive.cc56 auto axis_ptr = primitive->GetAttr(kAxis); in UniqueConsecutiveInferShape() local
117 auto axis_ptr = primitive->GetAttr(kAxis); in UniqueConsecutiveFrontendInferShape() local
Dop_utils.cc311 auto axis_ptr = primitive->GetAttr("axis"); in CheckAndGetAxisValueFromAttr() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprim_maths.cc56 for (auto &axis_ptr : axis_ptr_list) { in InferImplReduceFuncCalShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dmediangrad.cc191 AttrValue *axis_ptr = ctx.GetAttr("axis"); in MedianGradCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dunique_consecutive_cpu_kernel.cc151 auto axis_ptr = primitive_->GetAttr("axis"); in Init() local