1. 4370b93 Clarify the type of condition tensors by Dominic Symes · 1 year, 6 months ago
  2. e4d6a1b Add Levels defintion by Dominic Symes · 1 year, 7 months ago
  3. 1cf84e9 SLICE: remove the mention of an axis in the description by Kevin Petit · 1 year, 6 months ago
  4. 8cba323 RESCALE: Clarify zero-point addition by Dominic Symes · 1 year, 7 months ago
  5. 0205d99 Define the index type for tensor co-ordinates by Dominic Symes · 1 year, 8 months ago
  6. 2ceeaa2 Change RESIZE border attribute to int16_t by Eric Kunze · 1 year, 8 months ago
  7. 3c5f0e1 Add CAST between floating point types by Eric Kunze · 1 year, 8 months ago
  8. ccde4d7 RESIZE: Clarify floating point types by Dominic Symes · 1 year, 8 months ago
  9. 5bb9a2a Increment revision to 0.41 draft by Eric Kunze · 1 year, 9 months ago
  10. d5fcd0d Change version to 0.40.0 for next release by Eric Kunze · 1 year, 9 months ago v0.40 v0.40.0
  11. 8783adb RESCALE and POW: remove rank restriction by Dominic Symes · 1 year, 10 months ago
  12. eda7b12 TRANSPOSED_CONV2D: Invert pad definition by Dominic Symes · 1 year, 11 months ago
  13. 74a37ca Fix cut and paste error for MATMUL by Eric Kunze · 1 year, 9 months ago
  14. 52dd6bb Change convolution weights to always dynamic by Eric Kunze · 1 year, 10 months ago
  15. 58098a7 Machine parsable specification by Eric Kunze · 1 year, 10 months ago
  16. 6361d16 PAD: Check output shape by Dominic Symes · 1 year, 10 months ago
  17. 4b86786 RESIZE: define scale as a ratio of integers by Eric Kunze · 1 year, 11 months ago
  18. b8522ba Relax limit on input value for RESCALE by Eric Kunze · 1 year, 11 months ago
  19. 1718f3a Update revision to 0.31.0 draft by Eric Kunze · 1 year, 11 months ago
  20. f5ddd92 Update TOSA version to 0.30.0 by Eric Kunze · 2 years ago v0.30 v0.30.0
  21. 4c6b3d8 Revert RESIZE behvior to the 0.23 version by Eric Kunze · 2 years ago
  22. 42229d0 Initial work on floating-point type definition by Eric Kunze · 2 years, 2 months ago
  23. f9e5ba9 Rework the introduction by Eric Kunze · 2 years ago
  24. a177e43 Fix typo on CONV3D pseudocode by Eric Kunze · 2 years ago
  25. 0738025 Make the use of inverse in FFT2D definition consistent by Eric Kunze · 2 years ago
  26. 44a1347 Add FFT operators to MI/MT profiles by Eric Kunze · 2 years, 10 months ago
  27. 7e4148c RESIZE: Clarify offset and border ranges by Dominic Symes · 2 years ago
  28. 844b3b4 Update RESHAPE pseudocode by Eric Kunze · 2 years ago
  29. d8f725c Fix typo in TILE operator by Eric Kunze · 2 years ago
  30. eef012e Add the uint16_t data type by Eric Kunze · 2 years, 1 month ago
  31. 6de9782 Mark RESCALE multiplier and scale as refs by Eric Kunze · 2 years, 1 month ago
  32. 8a536ae Specify width of integer types for all operator arguments by Kevin Petit · 2 years, 1 month ago
  33. 8d8b035 RESIZE: Define scale as a ratio of integers by Dominic Symes · 2 years, 1 month ago
  34. 1aa244c Change from assignment to a check for output dims for tensor ops by Jeremy Johnson · 2 years, 1 month ago
  35. cb6c6b3 Specify width of integer types by Dominic Symes · 2 years, 1 month ago
  36. 5de08d1 Fix round argument category for ARITHMETIC_RIGHT_SHIFT by Kevin Petit · 2 years, 1 month ago
  37. 29fc289 Simple fixes to the arguments to CAST and RESCALE by Kevin Petit · 2 years, 2 months ago
  38. a6ac716 Specify output dimension formulae for tensor ops by Dominic Symes · 2 years, 2 months ago
  39. a1ba656 Update makefile to fail build on spelling failure by Eric Kunze · 2 years, 2 months ago
  40. 32c91b0 Update TRANSPOSE argument description by Eric Kunze · 2 years, 4 months ago
  41. ce6e02c Update floating point edge cases by Eric Kunze · 2 years, 3 months ago
  42. 2ff79fe TABLE: Clarify the interpolation slope range by Dominic Symes · 2 years, 4 months ago
  43. 3cb7535 apply_scale_32: adjust range checking by Dominic Symes · 2 years, 4 months ago
  44. c1e39d5 Simplify shape checking for TRANSPOSE by Eric Kunze · 2 years, 5 months ago
  45. e942f07 Fix range of C iteration in DEPTHWISE_CONV2D by Eric Kunze · 2 years, 5 months ago
  46. 2a3d560 Ensure ranks match in apply_broadcast by Eric Kunze · 2 years, 5 months ago
  47. a3eded0 Add rudimentary spell check for specification by Eric Kunze · 2 years, 6 months ago
  48. f734f1b Fix typo in TOSA license by Eric Kunze · 2 years, 6 months ago
  49. 3747fda RESIZE: Clarify output dimensions by Dominic Symes · 2 years, 7 months ago
  50. d4cf073 MUL: Correct code for the case of value2<0 by Dominic Symes · 2 years, 6 months ago
  51. a0e9a52 Use in_out_t when a type is used for input and output by Eric Kunze · 2 years, 7 months ago
  52. b79c7d1 Insert missing close bracket in ADD pseudocode by Eric Kunze · 2 years, 7 months ago
  53. 63e7937 Fix spelling mistake in SELECT by Eric Kunze · 2 years, 7 months ago
  54. d15d02d Update specification revision to 0.24.0 draft by Eric Kunze · 2 years, 7 months ago
  55. 8aa23a5 Remove draft tag from 0.23 specification by Eric Kunze · 2 years, 7 months ago v0.23 v0.23.0
  56. 82f19e2 Readability fixes for pseudocode by Eric Kunze · 2 years, 7 months ago
  57. 3fe5256 Clarify CLAMP pseudocode by Eric Kunze · 2 years, 7 months ago
  58. 3170439 Remove zp subtraction from tensor_read pseudocode by Eric Kunze · 2 years, 7 months ago
  59. 82019a2 Remove rank upper limit on TRANSPOSE operator by Eric Kunze · 2 years, 8 months ago
  60. a0266b0 Fix typo int_t to in_t by Eric Kunze · 2 years, 8 months ago
  61. 7c5f532 Add ERROR_IF checks to CONCAT operator by Matthew Haddon · 2 years, 8 months ago
  62. 718ef8e refactor SLICE error_if checks by Matthew Haddon · 2 years, 8 months ago
  63. 7c2cdbc Force output shape to be correct for pooling operations by Matthew Haddon · 2 years, 8 months ago
  64. b6335b8 Move quantization parameters into argument tables by Eric Kunze · 2 years, 8 months ago
  65. c949f8a Allow PAD operator to pad with non-zero by Eric Kunze · 2 years, 9 months ago
  66. d921624 Change TABLE operator table to be an attribute for BI/MI by Eric Kunze · 2 years, 9 months ago
  67. b37e7fb Don't allow pooling ops with excessive padding by Eric Kunze · 2 years, 8 months ago
  68. f1b531a CAST: Correct profile for floating point casts by Dominic Symes · 2 years, 8 months ago
  69. 173fc16 Clarify range limitations for tensors by Eric Kunze · 2 years, 10 months ago
  70. 32de391 MAX_POOL2D: Fix padding behaviour by Dominic Symes · 2 years, 9 months ago
  71. 8f57f9e Fix pooling argument tables by Eric Kunze · 2 years, 10 months ago
  72. ca2a854 Add definition of TOSA compliance by Dominic Symes · 3 years, 3 months ago
  73. a910153 Replace assert with REQUIRE() by Eric Kunze · 3 years ago
  74. f19e594 RESIZE: Clarify dimension limits by Dominic Symes · 3 years ago
  75. 7a2e08c Rename and clarify the divide operator. by Dominic Symes · 3 years ago
  76. ed1b5a9 Removed IDENTITYN and PLACEHOLDER by Suraj Sudhir · 3 years, 1 month ago
  77. ba0e1f1 Fix typo in RESIZE arguments by Dominic Symes · 3 years ago
  78. 71ab794 RESIZE: Clarify the valid range of stride values. by Dominic Symes · 3 years, 2 months ago
  79. ee209d8 Remove RELUN operation by Dominic Symes · 3 years, 2 months ago
  80. fc3b960 Update revision to 0.23.0 draft by Eric Kunze · 3 years, 2 months ago
  81. f7c691f Remove draft tag from 0.22 specification by Eric Kunze · 3 years, 2 months ago v0.22.0
  82. c30004c Add integer DIV operator by Eric Kunze · 3 years, 3 months ago
  83. 71b02b1 Add 8-bit support to TABLE by Eric Kunze · 3 years, 3 months ago
  84. 67ed038 Note limits on axis parameter by Eric Kunze · 3 years, 3 months ago
  85. 839830a Make pseudocode block tags consistent by Eric Kunze · 3 years, 3 months ago
  86. 8e4a9d3 Adjust pseudocode types to account for zero point by Eric Kunze · 3 years, 3 months ago
  87. 1e9ba65 Consistency cleanup by Eric Kunze · 3 years, 4 months ago
  88. 54ff87d Change CONCAT to allow a list of input tensors by Eric Kunze · 3 years, 3 months ago
  89. 70b140f Add batch dimension to MatMul by Dominic Symes · 3 years, 4 months ago
  90. 08152e9 Clarify control flow operations by Dominic Symes · 3 years, 4 months ago
  91. f8bd586 Update elementwise operator overview by Eric Kunze · 3 years, 4 months ago
  92. e3f32b3 Update revision to 0.22.0 draft by Eric Kunze · 3 years, 4 months ago
  93. 2dce0d0 Remove aint8 type by Eric Kunze · 3 years, 5 months ago
  94. 488a293 SCATTER: Clarify behaviour by Dominic Symes · 3 years, 5 months ago
  95. e5d22a7 Disambiguate scale_t in RESIZE command by Eric Kunze · 3 years, 6 months ago
  96. 5d60c71 Fix minor spec issues by Eric Kunze · 3 years, 6 months ago
  97. 64bb762 Replace proprietary notice with the full TOSA Specification License by Tom Cooksey · 3 years, 7 months ago
  98. c96709b Update revision to 0.21.0 by Eric Kunze · 3 years, 7 months ago v0.21.0
  99. fa1b324 Update introduction sections by Eric Kunze · 3 years, 7 months ago
  100. 7d3d6d2 Update RESIZE description by Eric Kunze · 3 years, 7 months ago