1. 0321b1a Remove draft tag from 0.90 branch by Eric Kunze · 2 months ago v0.90
  2. 526f6c7 Add section of shape operators by Eric Kunze · 5 months ago v0.90.0
  3. 7e5d187 Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operators by Kevin Petit · 4 months ago
  4. 6085883 Handle CAST from fp-type to narrow integer types by Eric Kunze · 4 months ago
  5. f9fcb61 pseudocode: use true/false consistently for boolean values by Kevin Petit · 4 months ago
  6. a7ac313 Move operator pseudocode to separate files by Kevin Petit · 5 months ago
  7. 8754ec2 Main Conformance: TANH change, SCATTER clarification by Dominic Symes · 6 months ago
  8. 2f3f4a2 Fix typo in i48_t description by Eric Kunze · 5 months ago
  9. 83e79b5 Main Conformance: Clarify REDUCE_PRODUCT conformance by Dominic Symes · 5 months ago
  10. 18acfe3 Add note to POW accuracy by Eric Kunze · 5 months ago
  11. 2bc6c57 Main Conformance: Update SIGMOID, TANH precision by Dominic Symes · 6 months ago
  12. 9151dd5 REDUCE_SUM: Specify the accumulator type by Dominic Symes · 7 months ago
  13. a46cf1d Main Conformance: Update RSQRT precision by Dominic Symes · 7 months ago
  14. 64d502d Fix CustomOp description text by Jerry Ge · 7 months ago
  15. f791b44 Main Conformance: Update EXP, POW precision by Dominic Symes · 7 months ago
  16. c237b7e Main conformance: clarify floating point accuracy by Dominic Symes · 9 months ago
  17. 0ae7fd6 Define missing accuracy bounds by Eric Kunze · 8 months ago
  18. def882e TRANSPOSE_CONV2D: Remove redundant out_shape argument by Dominic Symes · 9 months ago
  19. 8bf6e71 Main Conformance: Add local_bound to RFFT2D by Dominic Symes · 9 months ago
  20. fe2ac6d Add integer divide with floor for coordinate calculation by Eric Kunze · 9 months ago
  21. b203512 Main Conformance: Update dot product error bound by Dominic Symes · 9 months ago v0.90a0
  22. 633a3d9 Update Custom operator arguments by Eric Kunze · 11 months ago
  23. fb0284e Change TOSA specification to signless types by Eric Kunze · 11 months ago
  24. b5b0678 Main conformance: Add local bound flag for convolutions by Dominic Symes · 10 months ago
  25. 830b43b Add DIM operator and operations on shape_t values by Dominic Symes · 1 year, 1 month ago
  26. 0fc278b Add StatefulOps to TOSA specification by Jerry Ge · 10 months ago
  27. 12ab5da Allow bias tensors to be broadcast by Dominic Symes · 10 months ago
  28. 7b0f1c9 COND_IF/WHILE_LOOP: Add nesting level limit by Dominic Symes · 11 months ago
  29. abb883a AVG_POOL2D conformance: fix kernel size names by Dominic Symes · 11 months ago
  30. 52c89f4 Add ERF activation function by Eric Kunze · 1 year, 1 month ago
  31. 9efe1a9 Fix main inference conformance test data by Dominic Symes · 12 months ago
  32. 69561f3 Fix main inference conformance data generator scaling by Dominic Symes · 1 year ago
  33. 5333c25 Formalise the description of operator argument types by Kevin Petit · 1 year, 1 month ago
  34. 277a4f1 Update descriptions for activation functions. by Eric Kunze · 1 year, 1 month ago
  35. b351aea Start introducing concepts to better describe the execution model by Kevin Petit · 1 year, 1 month ago
  36. a79255f Remove orphaned pseudocode lines by Eric Kunze · 1 year, 1 month ago
  37. 98b3e33 Replace uint6_t with int8_t by Kevin Petit · 1 year, 1 month ago
  38. 5b936a3 Main inference compliance testing updates by Dominic Symes · 1 year, 3 months ago
  39. a578390 Fix logic error for RESCALE of uint16 by Eric Kunze · 1 year, 1 month ago
  40. bc72ba8 Move the tensor size limit into the level range definition by Dominic Symes · 1 year, 1 month ago
  41. 211c5f5 Generate level maximums from the XML by Kevin Petit · 1 year, 1 month ago
  42. e0fee3d Fix description of tensor size limit by Kevin Petit · 1 year, 2 months ago
  43. 544227e Add enumerations to TOSA specification by Eric Kunze · 1 year, 4 months ago
  44. f28bd0a Update Argmax's rank maximum to MAX_RANK by Jerry Ge · 1 year, 2 months ago
  45. 67a6f7f Check the output shape of broadcast operations by Dominic Symes · 1 year, 3 months ago
  46. 1854892 SCATTER/GATHER: Replace value_t with in_out_t by Kevin Petit · 1 year, 3 months ago
  47. 68a3f7b Update version to 0.60.0 for release by Eric Kunze · 1 year, 3 months ago v0.60 v0.60.0
  48. 8f7688d Main inference conformance additions by Dominic Symes · 1 year, 3 months ago
  49. 580fdd1 Fix rank limits for various data layout operations by Luke Hutton · 1 year, 4 months ago
  50. c386a05 Main inference conformance draft by Dominic Symes · 1 year, 4 months ago
  51. 5bb1f02 Clarify description for LOGICAL_LEFT_SHIFT by Eric Kunze · 1 year, 4 months ago
  52. 13ede1d RFFT2D: Adjust output height to be same as the input by Luke Hutton · 1 year, 5 months ago
  53. b7293ae SELECT: Replace use of cmp_t with bool_t by Kevin Petit · 1 year, 6 months ago
  54. 4370b93 Clarify the type of condition tensors by Dominic Symes · 1 year, 6 months ago
  55. e4d6a1b Add Levels defintion by Dominic Symes · 1 year, 7 months ago
  56. 1cf84e9 SLICE: remove the mention of an axis in the description by Kevin Petit · 1 year, 6 months ago
  57. 8cba323 RESCALE: Clarify zero-point addition by Dominic Symes · 1 year, 7 months ago
  58. 0205d99 Define the index type for tensor co-ordinates by Dominic Symes · 1 year, 8 months ago
  59. ccde4d7 RESIZE: Clarify floating point types by Dominic Symes · 1 year, 8 months ago
  60. 8783adb RESCALE and POW: remove rank restriction by Dominic Symes · 1 year, 10 months ago
  61. eda7b12 TRANSPOSED_CONV2D: Invert pad definition by Dominic Symes · 1 year, 11 months ago
  62. 58098a7 Machine parsable specification by Eric Kunze · 1 year, 10 months ago
  63. 6361d16 PAD: Check output shape by Dominic Symes · 1 year, 10 months ago
  64. 4b86786 RESIZE: define scale as a ratio of integers by Eric Kunze · 1 year, 11 months ago
  65. b8522ba Relax limit on input value for RESCALE by Eric Kunze · 1 year, 11 months ago
  66. f5ddd92 Update TOSA version to 0.30.0 by Eric Kunze · 2 years ago v0.30 v0.30.0
  67. 4c6b3d8 Revert RESIZE behvior to the 0.23 version by Eric Kunze · 2 years ago
  68. 42229d0 Initial work on floating-point type definition by Eric Kunze · 2 years, 2 months ago
  69. f9e5ba9 Rework the introduction by Eric Kunze · 2 years ago
  70. a177e43 Fix typo on CONV3D pseudocode by Eric Kunze · 2 years ago
  71. 0738025 Make the use of inverse in FFT2D definition consistent by Eric Kunze · 2 years ago
  72. 44a1347 Add FFT operators to MI/MT profiles by Eric Kunze · 2 years, 10 months ago
  73. 7e4148c RESIZE: Clarify offset and border ranges by Dominic Symes · 2 years ago
  74. 844b3b4 Update RESHAPE pseudocode by Eric Kunze · 2 years ago
  75. d8f725c Fix typo in TILE operator by Eric Kunze · 2 years ago
  76. eef012e Add the uint16_t data type by Eric Kunze · 2 years, 1 month ago
  77. 6de9782 Mark RESCALE multiplier and scale as refs by Eric Kunze · 2 years, 1 month ago
  78. 8a536ae Specify width of integer types for all operator arguments by Kevin Petit · 2 years, 1 month ago
  79. 8d8b035 RESIZE: Define scale as a ratio of integers by Dominic Symes · 2 years, 1 month ago
  80. 1aa244c Change from assignment to a check for output dims for tensor ops by Jeremy Johnson · 2 years, 1 month ago
  81. cb6c6b3 Specify width of integer types by Dominic Symes · 2 years, 1 month ago
  82. 5de08d1 Fix round argument category for ARITHMETIC_RIGHT_SHIFT by Kevin Petit · 2 years, 1 month ago
  83. 29fc289 Simple fixes to the arguments to CAST and RESCALE by Kevin Petit · 2 years, 2 months ago
  84. a6ac716 Specify output dimension formulae for tensor ops by Dominic Symes · 2 years, 2 months ago
  85. 32c91b0 Update TRANSPOSE argument description by Eric Kunze · 2 years, 4 months ago
  86. ce6e02c Update floating point edge cases by Eric Kunze · 2 years, 3 months ago
  87. 2ff79fe TABLE: Clarify the interpolation slope range by Dominic Symes · 2 years, 4 months ago
  88. 3cb7535 apply_scale_32: adjust range checking by Dominic Symes · 2 years, 4 months ago
  89. c1e39d5 Simplify shape checking for TRANSPOSE by Eric Kunze · 2 years, 5 months ago
  90. e942f07 Fix range of C iteration in DEPTHWISE_CONV2D by Eric Kunze · 2 years, 5 months ago
  91. 2a3d560 Ensure ranks match in apply_broadcast by Eric Kunze · 2 years, 5 months ago
  92. a3eded0 Add rudimentary spell check for specification by Eric Kunze · 2 years, 6 months ago
  93. f734f1b Fix typo in TOSA license by Eric Kunze · 2 years, 6 months ago
  94. 3747fda RESIZE: Clarify output dimensions by Dominic Symes · 2 years, 7 months ago
  95. d4cf073 MUL: Correct code for the case of value2<0 by Dominic Symes · 2 years, 6 months ago
  96. a0e9a52 Use in_out_t when a type is used for input and output by Eric Kunze · 2 years, 7 months ago
  97. b79c7d1 Insert missing close bracket in ADD pseudocode by Eric Kunze · 2 years, 7 months ago
  98. 63e7937 Fix spelling mistake in SELECT by Eric Kunze · 2 years, 7 months ago
  99. 82f19e2 Readability fixes for pseudocode by Eric Kunze · 2 years, 7 months ago
  100. 3fe5256 Clarify CLAMP pseudocode by Eric Kunze · 2 years, 7 months ago