aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/dense-elements-hex.mlir
AgeCommit message (Expand)AuthorFilesLines
2020-10-28[mlir] Convert raw data in dense element attributes for big-endian machines.Haruki Imai1-0/+9
2020-10-28[mlir] Optimize the parsing of ElementsAttr hex stringsRiver Riddle1-2/+2
2020-06-05[mlir] Fix representation of BF16 constantsDiego Caballero1-1/+1
2020-05-05[mlir][DenseElementsAttr] Add support for opaque APFloat/APInt complex values.River Riddle1-5/+2
2020-05-05[mlir][DenseElementsAttr] Add support for ComplexType elementsRiver Riddle1-0/+6
2020-04-23[mlir] DenseStringElementsAttr added to default attribute typesRob Suderman1-5/+0
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-2/+2
2020-02-25[mlir][DenseElementsAttr] Fix storage size for bfloat16 when parsing from hex.River Riddle1-0/+3
2020-02-20[mlir][Parser] Update DenseElementsAttr to print in hex when the number of el...River Riddle1-0/+28