Added the ability to run a mapping function across the values of an elements
authorRob Suderman <suderman@google.com>
Thu, 23 May 2019 18:22:13 +0000 (11:22 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 02:58:24 +0000 (19:58 -0700)
commite2b715fe41cf16ac6ff205a4cd0387e58da176ee
tree52f0a54873d1e1b441852ea1a18fd2346753cae9
parent4958ec2414b2742d8a8768335f1d5d9dd61de807
Added the ability to run a mapping function across the values of an elements
    attr. This supports both the SplatElementsAttr and DenseElementsAttr for both
    float and integer inputs / outputs.

--

PiperOrigin-RevId: 249681056
mlir/include/mlir/IR/Attributes.h
mlir/lib/IR/Attributes.cpp