Add FxpMathOps real_matmul and real_matmul_bias.
authorStella Laurenzo <laurenzo@google.com>
Thu, 2 May 2019 19:41:34 +0000 (12:41 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:25:27 +0000 (08:25 -0700)
commit13caf8b3109028d0be6da1c5b13c20c451920610
tree2644d989622d9f652b5009598d2e9625aee0a028
parent2d5e7f53cc328e7f03f035dd20567008b6da2e21
Add FxpMathOps real_matmul and real_matmul_bias.

    Also:
      - cleans up some operand names for consistency
      - remove the broadcast_dims attribute as it isn't used
      - adds an IsNullAttr predicate which is needed to match optional clamp attributes on these kind of ops (needed to simplify some out of tree transforms on the new matmul op)

--

PiperOrigin-RevId: 246370576
mlir/include/mlir/FxpMathOps/FxpMathOps.td
mlir/include/mlir/IR/OpBase.td
mlir/lib/FxpMathOps/Transforms/LowerUniformRealMath.cpp