Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc908 ShapeVector lengths_shape = lengths->shape()->shape(); in InferImplSequenceMask() local
911 lengths_shape_min = lengths_shape; in InferImplSequenceMask()
915 lengths_shape_max = lengths_shape; in InferImplSequenceMask()
918 lengths_shape.push_back(maxlen_value); in InferImplSequenceMask()
922 …ShapePtr output_shape = std::make_shared<Shape>(lengths_shape, lengths_shape_min, lengths_shape_ma… in InferImplSequenceMask()
/third_party/mindspore/mindspore/ops/operations/
D_inner_ops.py737 def check_shape(self, lengths_shape, maxlen_shape): argument
738 validator.check("lengths_shape", len(lengths_shape), "", 0, Rel.GT, self.name)