Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Ddynamic_shape.h26 DynamicShape() : BaseOperator(kNameDynamicShape) {} in DynamicShape() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dutils.h50 struct DynamicShape { struct
51 std::vector<ShapeDim> dims;
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/ir/
Ddynamic_shape.h137 DynamicShape() in DynamicShape() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Ddeprecated.py182 class DynamicShape(Primitive): class
/third_party/mindspore/mindspore-src/source/tests/st/gradient/
Dtest_grad_return_type.py1422 class DynamicShape(nn.Cell): class
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/gradient/
Dtest_grad_return_type_pijit.py1350 class DynamicShape(nn.Cell): class