Lines Matching full:ranked
320 : shape(std::move(shape)), elementType(elementType), ranked(true) {}
324 ranked(true) {}
328 attribute(other.attribute), ranked(other.ranked) {}
350 "Create a ranked shaped type components object.")
358 "Create a ranked shaped type components object with attribute.")
361 [](PyShapedTypeComponents &self) -> bool { return self.ranked; },
362 "Returns whether the given shaped type component is ranked.")
366 if (!self.ranked) {
371 "Returns the rank of the given ranked shaped type components. If "
377 if (!self.ranked) {
382 "Returns the shape of the ranked shaped type components as a list "
394 bool ranked{false};