aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-12Remove draft tag from specification 0.80v0.80.0v0.80Eric Kunze
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
2023-05-02Fix logic error for RESCALE of uint16Eric Kunze
2023-04-28Fix resize_t enum nameKevin Petit
2023-04-27Move the tensor size limit into the level range definitionDominic Symes
2023-04-26Generate level maximums from the XMLKevin Petit
2023-04-18Fix description of tensor size limitKevin Petit
2023-04-14Add enumerations to TOSA specificationEric Kunze
2023-04-06Add missing MAX_RANK to NEGATEJeremy Johnson
2023-03-21Update Argmax's rank maximum to MAX_RANKJerry Ge
2023-03-21Fix typo in TILE attributesEric Kunze
2023-03-20Check the output shape of broadcast operationsDominic Symes
2023-03-17SCATTER/GATHER: Replace value_t with in_out_tKevin Petit
2023-03-16Update version to 0.70.0 draftEric Kunze
2023-03-07Update version to 0.60.0 for releasev0.60.0v0.60Eric Kunze
2023-03-07Add int48 to the supported types for CONSTEric Kunze
2023-02-24Main inference conformance additionsDominic Symes
2023-02-24Fix rank limits for various data layout operationsLuke Hutton
2023-02-06Add accumulator size attribute to AVG_POOL2DEric Kunze
2023-02-01Main inference conformance draftDominic Symes
2023-01-23Clarify description for LOGICAL_LEFT_SHIFTEric Kunze
2023-01-17RFFT2D: Adjust output height to be same as the inputLuke Hutton