aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15IDENTITY: Add missing typesDominic Symes
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-03Fix description of CONST outputEric Kunze
2023-11-02Fix CustomOp description textJerry Ge
2023-11-01Update CustomOp's attribute namesJerry Ge
2023-11-01Main Conformance: Update EXP, POW precisionDominic Symes
2023-10-30Add description of bias broadcastEric Kunze
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-13Update version to 0.90 draftEric Kunze
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-15Increase MAX_SCALE for the 8K levelEric Kunze
2023-08-11Add StatefulOps to TOSA specificationJerry Ge
2023-08-07Allow bias tensors to be broadcastDominic Symes
2023-08-03Use black and flake8 to format python (NFC)Eric Kunze
2023-07-24COND_IF/WHILE_LOOP: Add nesting level limitDominic Symes
2023-07-11Change max rank for reduction operators to MAX_RANKEric Kunze
2023-07-06AVG_POOL2D conformance: fix kernel size namesDominic Symes
2023-06-23Add Int4 to ConstOp supported data typesJerry Ge
2023-06-23FULLY_CONNECTED: Change weights and bias to be inputsDominic Symes
2023-06-21Align RESCALE zp description with pseudocodeEric Kunze
2023-06-21Fix ErfOp to match with the rest of activation operatorsJerry Ge
2023-06-21Add ERF activation functionEric Kunze
2023-06-08Fix main inference conformance test dataDominic Symes
2023-06-02Fix main inference conformance data generator scalingDominic Symes
2023-06-01Update version to 0.80.0 draftv0.80a0Eric Kunze
2023-05-25Remove draft tag from 0.70 specificationv0.70.0v0.70Eric Kunze
2023-05-24Formalise the description of operator argument typesKevin Petit
2023-05-22Update descriptions for activation functions.Eric Kunze
2023-05-22Start introducing concepts to better describe the execution modelKevin Petit
2023-05-18Remove orphaned pseudocode linesEric Kunze
2023-05-18Replace uint6_t with int8_tKevin Petit
2023-05-17Use index_t for SLICE start/sizeKevin Petit
2023-05-17Swap order of condition and input_list arguments on COND_IFKevin Petit
2023-05-15Add TOSA rank requirements to TOSA XMLEric Kunze
2023-05-09Main inference compliance testing updatesDominic Symes