llvm-project/mlir/include
Feng Liu c489f50e6f Add a trait to set the result type by attribute
Before this CL, the result type of the pattern match results need to be as same
as the first operand type, operand broadcast type or a generic tensor type.
This CL adds a new trait to set the result type by attribute. For example, the
TFL_ConstOp can use this to set the output type to its value attribute.

PiperOrigin-RevId: 240441249
2019-03-29 17:43:06 -07:00
..
mlir Add a trait to set the result type by attribute 2019-03-29 17:43:06 -07:00
mlir-c Remove index free function 2019-03-29 17:24:24 -07:00