1. 526f6c7 Add section of shape operators by Eric Kunze · 4 months ago v0.90.0
  2. 7e5d187 Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operators by Kevin Petit · 4 months ago
  3. 6085883 Handle CAST from fp-type to narrow integer types by Eric Kunze · 4 months ago
  4. 0808d63 pseudocode: replace all uses of FP64 and double types with fp64_t by Kevin Petit · 4 months ago
  5. 5671114 Fix syntax higlighting of pseudocode by Kevin Petit · 4 months ago
  6. e61f89b pseudocode: use correct variable to write out data in REDUCE_MIN by Kevin Petit · 4 months ago
  7. 75920b1 pseudocode: fix name mismatches with operator arguments in the XML by Kevin Petit · 4 months ago
  8. 56d9ece pseudocode: replace C-style casts with static_cast by Kevin Petit · 4 months ago
  9. f9fcb61 pseudocode: use true/false consistently for boolean values by Kevin Petit · 4 months ago
  10. e340233 Fix typo in argmax pseudocode by Thomas Preud'homme · 4 months ago
  11. fe2fd1e pseudocode: only use commas to separate ranges in for_each statements by Kevin Petit · 4 months ago
  12. 1c16f54 pseudocode: a collection of trivial fixes by Kevin Petit · 4 months ago
  13. a7ac313 Move operator pseudocode to separate files by Kevin Petit · 4 months ago
  14. 8754ec2 Main Conformance: TANH change, SCATTER clarification by Dominic Symes · 5 months ago
  15. 2f3f4a2 Fix typo in i48_t description by Eric Kunze · 4 months ago
  16. 83e79b5 Main Conformance: Clarify REDUCE_PRODUCT conformance by Dominic Symes · 4 months ago
  17. 18acfe3 Add note to POW accuracy by Eric Kunze · 5 months ago
  18. 34f67da IDENTITY: Add missing types by Dominic Symes · 5 months ago
  19. 2bc6c57 Main Conformance: Update SIGMOID, TANH precision by Dominic Symes · 6 months ago
  20. 9151dd5 REDUCE_SUM: Specify the accumulator type by Dominic Symes · 7 months ago
  21. a46cf1d Main Conformance: Update RSQRT precision by Dominic Symes · 6 months ago
  22. f43fdce Fix description of CONST output by Eric Kunze · 7 months ago
  23. 64d502d Fix CustomOp description text by Jerry Ge · 7 months ago
  24. 946ba35 Update CustomOp's attribute names by Jerry Ge · 7 months ago
  25. f791b44 Main Conformance: Update EXP, POW precision by Dominic Symes · 7 months ago
  26. 8033f12 Add description of bias broadcast by Eric Kunze · 7 months ago
  27. c237b7e Main conformance: clarify floating point accuracy by Dominic Symes · 8 months ago
  28. 0ae7fd6 Define missing accuracy bounds by Eric Kunze · 8 months ago
  29. def882e TRANSPOSE_CONV2D: Remove redundant out_shape argument by Dominic Symes · 8 months ago
  30. 629baef Update version to 0.90 draft by Eric Kunze · 8 months ago
  31. 8bf6e71 Main Conformance: Add local_bound to RFFT2D by Dominic Symes · 8 months ago
  32. fe2ac6d Add integer divide with floor for coordinate calculation by Eric Kunze · 9 months ago
  33. b203512 Main Conformance: Update dot product error bound by Dominic Symes · 9 months ago v0.90a0
  34. 633a3d9 Update Custom operator arguments by Eric Kunze · 10 months ago
  35. fb0284e Change TOSA specification to signless types by Eric Kunze · 10 months ago
  36. b5b0678 Main conformance: Add local bound flag for convolutions by Dominic Symes · 10 months ago
  37. 830b43b Add DIM operator and operations on shape_t values by Dominic Symes · 1 year ago
  38. e1f517c Increase MAX_SCALE for the 8K level by Eric Kunze · 9 months ago
  39. 0fc278b Add StatefulOps to TOSA specification by Jerry Ge · 9 months ago
  40. 12ab5da Allow bias tensors to be broadcast by Dominic Symes · 10 months ago
  41. 318ac6f Use black and flake8 to format python (NFC) by Eric Kunze · 10 months ago
  42. 7b0f1c9 COND_IF/WHILE_LOOP: Add nesting level limit by Dominic Symes · 10 months ago
  43. 67f6b26 Change max rank for reduction operators to MAX_RANK by Eric Kunze · 11 months ago
  44. abb883a AVG_POOL2D conformance: fix kernel size names by Dominic Symes · 11 months ago
  45. 757b0af Add Int4 to ConstOp supported data types by Jerry Ge · 11 months ago
  46. 14aa620 FULLY_CONNECTED: Change weights and bias to be inputs by Dominic Symes · 11 months ago
  47. 8e14dcd Align RESCALE zp description with pseudocode by Eric Kunze · 11 months ago
  48. f0bc550 Fix ErfOp to match with the rest of activation operators by Jerry Ge · 11 months ago
  49. 52c89f4 Add ERF activation function by Eric Kunze · 1 year ago
  50. 9efe1a9 Fix main inference conformance test data by Dominic Symes · 12 months ago
  51. 69561f3 Fix main inference conformance data generator scaling by Dominic Symes · 12 months ago
  52. 5a20033 Update version to 0.80.0 draft by Eric Kunze · 12 months ago v0.80a0
  53. 57b171f Remove draft tag from 0.70 specification by Eric Kunze · 12 months ago v0.70 v0.70.0
  54. 5333c25 Formalise the description of operator argument types by Kevin Petit · 1 year ago
  55. 277a4f1 Update descriptions for activation functions. by Eric Kunze · 1 year ago
  56. b351aea Start introducing concepts to better describe the execution model by Kevin Petit · 1 year ago
  57. a79255f Remove orphaned pseudocode lines by Eric Kunze · 1 year ago
  58. 98b3e33 Replace uint6_t with int8_t by Kevin Petit · 1 year ago
  59. d728218 Use index_t for SLICE start/size by Kevin Petit · 1 year ago
  60. c0e467a Swap order of condition and input_list arguments on COND_IF by Kevin Petit · 1 year ago
  61. 42085e3 Add TOSA rank requirements to TOSA XML by Eric Kunze · 1 year, 4 months ago
  62. 5b936a3 Main inference compliance testing updates by Dominic Symes · 1 year, 3 months ago
  63. a578390 Fix logic error for RESCALE of uint16 by Eric Kunze · 1 year, 1 month ago
  64. 53e7659 Fix resize_t enum name by Kevin Petit · 1 year, 1 month ago
  65. bc72ba8 Move the tensor size limit into the level range definition by Dominic Symes · 1 year, 1 month ago
  66. 211c5f5 Generate level maximums from the XML by Kevin Petit · 1 year, 1 month ago
  67. e0fee3d Fix description of tensor size limit by Kevin Petit · 1 year, 1 month ago
  68. 544227e Add enumerations to TOSA specification by Eric Kunze · 1 year, 3 months ago
  69. 9bb5f5d Add missing MAX_RANK to NEGATE by Jeremy Johnson · 1 year, 1 month ago
  70. f28bd0a Update Argmax's rank maximum to MAX_RANK by Jerry Ge · 1 year, 2 months ago
  71. 6577bcd Fix typo in TILE attributes by Eric Kunze · 1 year, 2 months ago
  72. 67a6f7f Check the output shape of broadcast operations by Dominic Symes · 1 year, 2 months ago
  73. 1854892 SCATTER/GATHER: Replace value_t with in_out_t by Kevin Petit · 1 year, 2 months ago
  74. 6305460 Update version to 0.70.0 draft by Eric Kunze · 1 year, 2 months ago
  75. 68a3f7b Update version to 0.60.0 for release by Eric Kunze · 1 year, 2 months ago v0.60 v0.60.0
  76. 2fc810e Add int48 to the supported types for CONST by Eric Kunze · 1 year, 4 months ago
  77. 8f7688d Main inference conformance additions by Dominic Symes · 1 year, 3 months ago
  78. 580fdd1 Fix rank limits for various data layout operations by Luke Hutton · 1 year, 3 months ago
  79. 87bf309 Add accumulator size attribute to AVG_POOL2D by Eric Kunze · 1 year, 5 months ago
  80. c386a05 Main inference conformance draft by Dominic Symes · 1 year, 4 months ago
  81. 5bb1f02 Clarify description for LOGICAL_LEFT_SHIFT by Eric Kunze · 1 year, 4 months ago
  82. 13ede1d RFFT2D: Adjust output height to be same as the input by Luke Hutton · 1 year, 4 months ago
  83. a269fd4 SCATTER/GATHER: Remove redundant definition of index_t by Kevin Petit · 1 year, 5 months ago
  84. b7293ae SELECT: Replace use of cmp_t with bool_t by Kevin Petit · 1 year, 6 months ago
  85. 36f2d64 Use XML as source for specification version by Kevin Petit · 1 year, 5 months ago
  86. d19f7ff Update the version to 0.50.0 and remove the draft tag by Eric Kunze · 1 year, 6 months ago v0.50 v0.50.0
  87. 4370b93 Clarify the type of condition tensors by Dominic Symes · 1 year, 6 months ago
  88. e4d6a1b Add Levels defintion by Dominic Symes · 1 year, 7 months ago
  89. 1cf84e9 SLICE: remove the mention of an axis in the description by Kevin Petit · 1 year, 6 months ago
  90. 8cba323 RESCALE: Clarify zero-point addition by Dominic Symes · 1 year, 6 months ago
  91. 0205d99 Define the index type for tensor co-ordinates by Dominic Symes · 1 year, 7 months ago
  92. 2ceeaa2 Change RESIZE border attribute to int16_t by Eric Kunze · 1 year, 7 months ago
  93. 3c5f0e1 Add CAST between floating point types by Eric Kunze · 1 year, 8 months ago
  94. ccde4d7 RESIZE: Clarify floating point types by Dominic Symes · 1 year, 8 months ago
  95. 5bb9a2a Increment revision to 0.41 draft by Eric Kunze · 1 year, 8 months ago
  96. d5fcd0d Change version to 0.40.0 for next release by Eric Kunze · 1 year, 9 months ago v0.40 v0.40.0
  97. 8783adb RESCALE and POW: remove rank restriction by Dominic Symes · 1 year, 10 months ago
  98. eda7b12 TRANSPOSED_CONV2D: Invert pad definition by Dominic Symes · 1 year, 11 months ago
  99. 74a37ca Fix cut and paste error for MATMUL by Eric Kunze · 1 year, 9 months ago
  100. 52dd6bb Change convolution weights to always dynamic by Eric Kunze · 1 year, 9 months ago