Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py6166 def infer_shape(self, sequence_shape, values_shape): argument
6167 if len(sequence_shape) != 1 and sequence_shape[:-1] != values_shape[:-1]: