This is an operation that can returns a new ValueShape with a different shape. Useful for composing shape function calls and reusing existing shape transfer functions.
Just adding the op in this change.
Differential D84217
[mlir] Add shape.with_shape op jpienaar on Jul 20 2020, 6:55 PM. Authored by
Details
This is an operation that can returns a new ValueShape with a different shape. Useful for composing shape function calls and reusing existing shape transfer functions. Just adding the op in this change.
Diff Detail
Event TimelineComment Actions Adding the op SGTM.
Comment Actions Fixing typos, adding sentence to ValueShape type to describe conformance, adding more comments
|
Could we keep the op name and its textual form related? That makes it easier to match the two.