Home
last modified time | relevance | path

Searched defs:newShape (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Dtransfer_shape_according_to_format.cc47 bool ShapeTransferAccordingToFormat::GetNCHWShapeByAxisValue(ge::Shape &newShape, const int64_t &im… in GetNCHWShapeByAxisValue()
61 bool ShapeTransferAccordingToFormat::GetNHWCShapeByAxisValue(ge::Shape &newShape, const int64_t &im… in GetNHWCShapeByAxisValue()
75 bool ShapeTransferAccordingToFormat::GetNC1HWC0ShapeByAxisValue(ge::Shape &newShape, const int64_t … in GetNC1HWC0ShapeByAxisValue()
101 bool ShapeTransferAccordingToFormat::GetFzShapeByAxisValue(ge::Shape &newShape, const int64_t &impl… in GetFzShapeByAxisValue()
144 bool ShapeTransferAccordingToFormat::GetHWCNShapeByAxisValue(ge::Shape &newShape, const int64_t &im… in GetHWCNShapeByAxisValue()
158 bool ShapeTransferAccordingToFormat::GetC1HWNCoC0ShapeByAxisValue(ge::Shape &newShape, const int64_… in GetC1HWNCoC0ShapeByAxisValue()
174 bool ShapeTransferAccordingToFormat::GetNzShapeByAxisValue(ge::Shape &newShape, const int64_t &impl… in GetNzShapeByAxisValue()
Dtransfer_shape_according_to_format.h70 ge::Shape &newShape; member
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/view/
Dunstack_strides_calc.cc53 ShapeVector newShape(oldShape.begin(), oldShape.end()); in UnstackCalc() local
Dsqueeze_strides_calc.cc70 ShapeVector newShape; in SqueezeCalc() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/test/java/com/mindspore/
DModelTest.java210 int[][] newShape = {{2, 32, 32, 1}}; in testResize() local
/third_party/mindspore/test/unittest/
Dmindspore_unit_test.cpp1027 int64_t newShape[newShapeNum] = {1, 32, 32, 1}; variable