aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-19Remove draft tag from 0.90 branchv0.90Eric Kunze
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-24pseudocode: replace all uses of FP64 and double types with fp64_tKevin Petit
2024-01-23Fix syntax higlighting of pseudocodeKevin Petit
2024-01-23pseudocode: use correct variable to write out data in REDUCE_MINKevin Petit
2024-01-23pseudocode: fix name mismatches with operator arguments in the XMLKevin Petit
2024-01-23pseudocode: replace C-style casts with static_castKevin Petit
2024-01-23pseudocode: use true/false consistently for boolean valuesKevin Petit
2024-01-19Fix typo in argmax pseudocodeThomas Preud'homme
2024-01-19pseudocode: only use commas to separate ranges in for_each statementsKevin Petit
2024-01-16pseudocode: a collection of trivial fixesKevin 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-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