Searched refs:ParseShapeAttr (Results 1 – 1 of 1) sorted by relevance
240 ShapeAttr ParseShapeAttr(MLIRContext *context, StringRef spec, Location loc) { in ParseShapeAttr() function336 if (spec.startswith("shape")) return ParseShapeAttr(getContext(), spec, loc); in parseAttribute()