aboutsummaryrefslogtreecommitdiff
path: root/chapters
AgeCommit message (Expand)Author
2024-04-19Status update and text cleanupEric Kunze
2024-04-19Add limit on size of tensor listsEric Kunze
2024-04-19Define TOSA versioning and compatibilityEric Kunze
2024-04-18Clarify error bound for non-normal valuesEric Kunze
2024-04-17Switch fp8 to use non-saturating mode when convertingEric Kunze
2024-04-16Clarify wording on level definitionsEric Kunze
2024-04-12Remove Main Training profileEric Kunze
2024-04-12Move DIM to Shape operator sectionEric Kunze
2024-04-05Main Conformance: Update SIN,COS error boundsDominic Symes
2024-03-18Add a new rationale appendixEric Kunze
2024-03-14Tighten ARGMAX definitionEric Kunze
2024-03-13Modify convolution operators to improve bias handlingEric Kunze
2024-03-12Modify TOSA profilesEric Kunze
2024-03-06Fix SIN and COS pseudocode inclusionEric Kunze
2024-02-23Accuracy requirements for RESIZE operatorEric Kunze
2024-02-14Add SIN/COS to elementwise operator setEric Kunze
2024-02-14Initial FP8 supportEric Kunze
2024-02-14FFT, RFFT: Improve reference pseudo-codeDominic Symes
2024-02-09Main Conformance: Update POW error boundDominic Symes
2024-02-06pseudocode: move all helpers to separate filesKevin Petit
2024-01-31Add section of shape operatorsv0.90.0Eric Kunze
2024-01-28Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operatorsKevin Petit
2024-01-25Handle CAST from fp-type to narrow integer typesEric Kunze
2024-01-23pseudocode: use true/false consistently for boolean valuesKevin Petit
2024-01-15Move operator pseudocode to separate filesKevin Petit
2024-01-15Main Conformance: TANH change, SCATTER clarificationDominic Symes
2024-01-09Fix typo in i48_t descriptionEric Kunze
2024-01-09Main Conformance: Clarify REDUCE_PRODUCT conformanceDominic Symes
2024-01-08Add note to POW accuracyEric Kunze
2023-12-04Main Conformance: Update SIGMOID, TANH precisionDominic Symes
2023-11-28REDUCE_SUM: Specify the accumulator typeDominic Symes
2023-11-22Main Conformance: Update RSQRT precisionDominic Symes
2023-11-02Fix CustomOp description textJerry Ge
2023-11-01Main Conformance: Update EXP, POW precisionDominic Symes
2023-10-09Main conformance: clarify floating point accuracyDominic Symes
2023-09-26Define missing accuracy boundsEric Kunze
2023-09-21TRANSPOSE_CONV2D: Remove redundant out_shape argumentDominic Symes
2023-09-12Main Conformance: Add local_bound to RFFT2DDominic Symes
2023-09-11Add integer divide with floor for coordinate calculationEric Kunze
2023-09-07Main Conformance: Update dot product error boundv0.90a0Dominic Symes
2023-08-18Update Custom operator argumentsEric Kunze
2023-08-17Change TOSA specification to signless typesEric Kunze
2023-08-16Main conformance: Add local bound flag for convolutionsDominic Symes
2023-08-16Add DIM operator and operations on shape_t valuesDominic Symes
2023-08-11Add StatefulOps to TOSA specificationJerry Ge
2023-08-07Allow bias tensors to be broadcastDominic Symes
2023-07-24COND_IF/WHILE_LOOP: Add nesting level limitDominic Symes
2023-07-06AVG_POOL2D conformance: fix kernel size namesDominic Symes
2023-06-21Add ERF activation functionEric Kunze
2023-06-08Fix main inference conformance test dataDominic Symes