TOSA reference model v0.50.0 release tag

- Note that in this release, the specification has added the concept of
levels, but the reference model and conformance tests do not support
testing of levels
- Added FP16 and BF16 data type support, renamed FLOAT to FP32
- Started support for TOSA Main Inference conformance. Still a work in
progress
- Added the IModelRunner interface to allow running the reference model
via an API
- Added simple testing against Numpy
- Tests created/fixed: prelu, CAST, RESCALE, TILE, SIGMOID
- Upgraded Eigen submodule to version 3.4.0
- Misc. bugfixes
  1. 417d874 Update version to 0.50 for release by Eric Kunze · 1 year, 7 months ago v0.50 v0.50.0
  2. 24dbc42 Add BF16 support to reference model by James Ward · 1 year, 8 months ago
  3. 2e4d889 Add FP16 support to IModelRunner by Matthew Sloyan · 1 year, 8 months ago
  4. ba5fad3 Add IModelRunner interface to TOSA Reference Model by Matthew Sloyan · 1 year, 9 months ago