Lines Matching refs:raw
339 raw = Attribute.parse("dense<[[0,1,2],[3,4,5]]> : vector<2x3xi32>")
341 print("attr:", raw)
343 a = DenseIntElementsAttr(raw)
354 raw = Attribute.parse("dense<[true,false,true,false]> : vector<4xi1>")
356 print("attr:", raw)
358 a = DenseIntElementsAttr(raw)
511 raw = Attribute.parse("dense<[0.0, 1.0, 2.0, 3.0]> : vector<4xf32>")
514 print("attr:", raw)
516 a = DenseFPElementsAttr(raw)
579 raw = Attribute.parse("vector<4xf32>")
581 print("attr:", raw)
582 type_attr = TypeAttr(raw)
604 raw = ArrayAttr.get([vecAttr, boolAttr, intAttr])
606 print("raw attr:", raw)
610 arr = raw
701 raw = Attribute.parse("vector<4xf32>")
703 print("attr:", raw)
704 type_attr = TypeAttr(raw)