For ops that produces tensor types and implement the shaped type
component interface, the type inference interface can be performed by combining
the shape type component interface with tensor type creation. Create a
grouping of these together to make it easier to specify (it cannot be added
into a list of traits, but must rather be appended/concatted as it isn't
a trait but a list of traits, so emphasize that in the name).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Interfaces/InferTypeOpInterface.td | ||
---|---|---|
129 | Should this read to infer the type? It is combining the two sources of knowledge to infer a type. |
Should this read to infer the type? It is combining the two sources of knowledge to infer a type.