Hello,
I noticed a couple of nitpicks on the Tosa spec(4fbb794a).
- for CondIf and WhileLoop operators, Supported Data Types tables define cond_t field which doesn’t appear in argument definitions
- the Variable operators mention some in_t/out_t fields in argument definitions, but they don’t appear in Supported Data Types tables, there is the var_t field which bears the same name as the enumeration defined at #3.3
- for Gather the Supported Data Types table defines index_t,in_out_t, while for Scatter order is in_out_t,index_t