Home
last modified time | relevance | path

Searched defs:ReduceInferShape (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dreduce_arithmetic.cc35 BaseShapePtr ReduceInferShape(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &in… in ReduceInferShape() function
215 ShapeArray ReduceInferShape(const PrimitivePtr &primitive, const ValuePtrList &input_values) { in ReduceInferShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/
Dreduce_infer.c64 int ReduceInferShape(const TensorC *const *inputs, size_t inputs_size, TensorC **outputs, size_t ou… in ReduceInferShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dreduce_fp32.c216 int ReduceInferShape(int32_t **in_shape, size_t *dim_size, int32_t *out_shape, int32_t *in_format, … in ReduceInferShape() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dpreprocess_dynamic_shape.cc298 int ReduceInferShape(const CNodePtr &cnode, const std::vector<ShapeVector> &in_shapes, in ReduceInferShape() function