TOSA Specification v0.70.0 release tag

Formalize the description of arguments in tosa.xml
Generate more from the tosa.xml file.
	Rank requirements for arguments
	Maximums for each TOSA level.
Updated Main Inference floating-point conformance testing
Add enumerations to TOSA specification
	Accumulator size
	Resize type
Replace uint6_t with int8_t
	Stick to more common types.
	Where uint6_t was used has range restrictions so existing implementations do not require changes
Improve description of the execution model for TOSA
Minor cleanup
  1. 57b171f Remove draft tag from 0.70 specification by Eric Kunze · 1 year ago v0.70 v0.70.0
  2. 5333c25 Formalise the description of operator argument types by Kevin Petit · 1 year, 1 month ago
  3. 98b3e33 Replace uint6_t with int8_t by Kevin Petit · 1 year, 1 month ago
  4. d728218 Use index_t for SLICE start/size by Kevin Petit · 1 year, 1 month ago
  5. c0e467a Swap order of condition and input_list arguments on COND_IF by Kevin Petit · 1 year, 1 month ago
  6. 42085e3 Add TOSA rank requirements to TOSA XML by Eric Kunze · 1 year, 5 months ago
  7. 53e7659 Fix resize_t enum name by Kevin Petit · 1 year, 1 month ago
  8. bc72ba8 Move the tensor size limit into the level range definition by Dominic Symes · 1 year, 1 month ago
  9. 544227e Add enumerations to TOSA specification by Eric Kunze · 1 year, 4 months ago
  10. 9bb5f5d Add missing MAX_RANK to NEGATE by Jeremy Johnson · 1 year, 2 months ago
  11. f28bd0a Update Argmax's rank maximum to MAX_RANK by Jerry Ge · 1 year, 2 months ago
  12. 6577bcd Fix typo in TILE attributes by Eric Kunze · 1 year, 2 months ago
  13. 1854892 SCATTER/GATHER: Replace value_t with in_out_t by Kevin Petit · 1 year, 3 months ago
  14. 6305460 Update version to 0.70.0 draft by Eric Kunze · 1 year, 3 months ago
  15. 68a3f7b Update version to 0.60.0 for release by Eric Kunze · 1 year, 3 months ago v0.60 v0.60.0
  16. 2fc810e Add int48 to the supported types for CONST by Eric Kunze · 1 year, 5 months ago
  17. 580fdd1 Fix rank limits for various data layout operations by Luke Hutton · 1 year, 4 months ago
  18. 87bf309 Add accumulator size attribute to AVG_POOL2D by Eric Kunze · 1 year, 5 months ago
  19. 13ede1d RFFT2D: Adjust output height to be same as the input by Luke Hutton · 1 year, 5 months ago
  20. a269fd4 SCATTER/GATHER: Remove redundant definition of index_t by Kevin Petit · 1 year, 6 months ago
  21. b7293ae SELECT: Replace use of cmp_t with bool_t by Kevin Petit · 1 year, 6 months ago
  22. 36f2d64 Use XML as source for specification version by Kevin Petit · 1 year, 6 months ago
  23. 4370b93 Clarify the type of condition tensors by Dominic Symes · 1 year, 6 months ago
  24. e4d6a1b Add Levels defintion by Dominic Symes · 1 year, 7 months ago
  25. 2ceeaa2 Change RESIZE border attribute to int16_t by Eric Kunze · 1 year, 8 months ago
  26. 3c5f0e1 Add CAST between floating point types by Eric Kunze · 1 year, 8 months ago
  27. ccde4d7 RESIZE: Clarify floating point types by Dominic Symes · 1 year, 8 months ago
  28. 8783adb RESCALE and POW: remove rank restriction by Dominic Symes · 1 year, 10 months ago
  29. 74a37ca Fix cut and paste error for MATMUL by Eric Kunze · 1 year, 9 months ago
  30. 52dd6bb Change convolution weights to always dynamic by Eric Kunze · 1 year, 10 months ago
  31. 58098a7 Machine parsable specification by Eric Kunze · 1 year, 10 months ago