aboutsummaryrefslogtreecommitdiff
path: root/tosa.xml
AgeCommit message (Expand)Author
10 daysUpdate main branch version to 1.1.0draftHEADmainEric Kunze
2024-04-19Update version to 1.0.0 draftv1.0.0-rc0v1.00Eric Kunze
2024-04-19Status update and text cleanupEric Kunze
2024-04-19Add limit on size of tensor listsEric Kunze
2024-04-18Add version_added to each op_profileEric Kunze
2024-04-16Add allowed profiles for each extensionEric Kunze
2024-04-15Remove int48 as valid accumulator for AVG_POOL2DEric Kunze
2024-04-12Remove Main Training profileEric Kunze
2024-04-12Move DIM to Shape operator sectionEric Kunze
2024-04-12Adjustments to profile changesEric Kunze
2024-03-13Modify convolution operators to improve bias handlingEric Kunze
2024-03-12Modify TOSA profilesEric Kunze
2024-02-14Add SIN/COS to elementwise operator setEric Kunze
2024-02-14Initial FP8 supportEric Kunze
2024-02-02Update version to 0.100.0 draftEric Kunze
2024-01-31Add section of shape operatorsv0.90.0Eric Kunze
2024-01-23pseudocode: fix name mismatches with operator arguments in the XMLKevin Petit
2023-12-15IDENTITY: Add missing typesDominic Symes
2023-11-28REDUCE_SUM: Specify the accumulator typeDominic Symes
2023-11-03Fix description of CONST outputEric Kunze
2023-11-01Update CustomOp's attribute namesJerry Ge
2023-10-30Add description of bias broadcastEric 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-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-07-24COND_IF/WHILE_LOOP: Add nesting level limitDominic Symes
2023-07-11Change max rank for reduction operators to MAX_RANKEric Kunze
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-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-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-04-28Fix resize_t enum nameKevin Petit
2023-04-27Move the tensor size limit into the level range definitionDominic Symes
2023-04-14Add enumerations to TOSA specificationEric Kunze
2023-04-06Add missing MAX_RANK to NEGATEJeremy Johnson