Home
last modified time | relevance | path

Searched defs:PadInferShape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/
Dpad_infer.c21 int PadInferShape(const TensorC *const *inputs, size_t inputs_size, TensorC **outputs, size_t outpu… in PadInferShape() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dpad.cc64 abstract::ShapePtr PadInferShape(const PrimitivePtr &prim, const std::vector<AbstractBasePtr> &inpu… in PadInferShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dpad_ops_proto.cc104 IMPLEMT_COMMON_INFERFUNC(PadInferShape) { in IMPLEMT_COMMON_INFERFUNC() argument