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/ |
| D | transfer_shape_according_to_format.cc | 47 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()
|
| D | transfer_shape_according_to_format.h | 70 ge::Shape &newShape; member
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/view/ |
| D | unstack_strides_calc.cc | 53 ShapeVector newShape(oldShape.begin(), oldShape.end()); in UnstackCalc() local
|
| D | squeeze_strides_calc.cc | 70 ShapeVector newShape; in SqueezeCalc() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/test/java/com/mindspore/ |
| D | ModelTest.java | 210 int[][] newShape = {{2, 32, 32, 1}}; in testResize() local
|
| /third_party/mindspore/test/unittest/ |
| D | mindspore_unit_test.cpp | 1027 int64_t newShape[newShapeNum] = {1, 32, 32, 1}; variable
|