feat(rm): Add a shape-inference for tosa 1.0 Operators with some exceptions
Infer output shapes of operators based on input shapes and traverse the graph with this logic.
- Add the functionality as a static library and as an executable
- Add tests and README for the exectable
- Add important code comments where appropriate
- Unhandled operators are clearly visible in the code itself
- They will be taken up in the upcoming days
Signed-off-by: Udaya Ranga udaya.ranga@arm.com