Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_layout.cc314 Arrangement expanded_shape; in ComputeExpandedTensorShape() local
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
D_constexpr_utils.py706 def expanded_shape(shape, expand_size): function
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py1647 expanded_shape = constexpr(validator.expanded_shape) variable
/third_party/mindspore/mindspore/
D_checkparam.py790 def expanded_shape(ndim, axis_size, axis): member in Validator