aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-06Fix SIN and COS pseudocode inclusionEric Kunze
2024-02-23Accuracy requirements for RESIZE operatorEric Kunze
2024-02-23pseudocode: a few more simple syntax fixesKevin Petit
2024-02-23pseudocode: a collection of variable declaration fixesKevin Petit
2024-02-23pseudocode: replace calls to non-existent functionsKevin Petit
2024-02-15pseudocode: move defintions of apply_clip_{s,u} after the functions they callKevin Petit
2024-02-15pseudocode: replace use of nonexistent is_float with is_floating_point in AVG...Kevin Petit
2024-02-15pseudocode: use function declaration syntax for library functions that are no...Kevin Petit
2024-02-14Add SIN/COS to elementwise operator setEric Kunze
2024-02-14Initial FP8 supportEric Kunze
2024-02-14RESCALE: Correct sign checksDominic Symes
2024-02-14FFT, RFFT: Improve reference pseudo-codeDominic Symes
2024-02-09Main Conformance: Update POW error boundDominic Symes
2024-02-08pseudocode: use function call syntax to call templated functionsKevin Petit
2024-02-06pseudocode: move all helpers to separate filesKevin Petit
2024-02-02Update version to 0.100.0 draftEric 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