Home
last modified time | relevance | path

Searched refs:get_specified_shape (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ops/
Dprimitive.py544 def get_specified_shape(elems, attr): function
555 has_min_shape, min_shapes = get_specified_shape(args, 'min_shape')
556 has_max_shape, max_shapes = get_specified_shape(args, 'max_shape')