Added the ability to run a mapping function across the values of an elements
authorRob Suderman <suderman@google.com>
Wed, 22 May 2019 22:55:17 +0000 (15:55 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 02:57:13 +0000 (19:57 -0700)
commitca9bd9d3af16c96fafb5d64fccea6c49c9dcb6eb
tree206220fc452600514f60105b163e9ccf90253ba0
parent5953d12b959a2905bd2f32b7429d3196ea274db2
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: 249538085
mlir/include/mlir/IR/Attributes.h
mlir/lib/IR/Attributes.cpp