Move shape operators to extension
Define a new extension `EXT-SHAPE` for (dynamic) shape inference.
Includes tosa shape operators such as add_shape, concat_shape,
dim, etc. except tosa `shape_t` type and `const_shape` operator
particularly. Leave them in the core profiles for use by operands
of shape_t types in static-shaped scenarios.
Change-Id: I48c8c3faf9251354ff90a8f6c97a1f64c3c3b027
Signed-off-by:
TatWai Chong <tatwai.chong@arm.com>
Loading
Please register or sign in to comment