aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-30Change version to 0.40.0 for next releasev0.40.0v0.40Eric Kunze
2022-08-26RESCALE and POW: remove rank restrictionDominic Symes
2022-08-25TRANSPOSED_CONV2D: Invert pad definitionDominic Symes
2022-08-24Fix cut and paste error for MATMULEric Kunze
2022-08-19Change convolution weights to always dynamicEric Kunze
2022-08-19Machine parsable specificationEric Kunze
2022-08-15PAD: Check output shapeDominic Symes
2022-07-08RESIZE: define scale as a ratio of integersEric Kunze
2022-06-30Relax limit on input value for RESCALEEric Kunze
2022-06-30Update revision to 0.31.0 draftEric Kunze
2022-06-17Update TOSA version to 0.30.0v0.30.0v0.30Eric Kunze
2022-06-17Revert RESIZE behvior to the 0.23 versionEric Kunze
2022-06-17Initial work on floating-point type definitionEric Kunze
2022-06-17Rework the introductionEric Kunze
2022-06-13Fix typo on CONV3D pseudocodeEric Kunze
2022-06-02Make the use of inverse in FFT2D definition consistentEric Kunze
2022-06-01Add FFT operators to MI/MT profilesEric Kunze
2022-06-01RESIZE: Clarify offset and border rangesDominic Symes
2022-05-26Update RESHAPE pseudocodeEric Kunze
2022-05-24Fix typo in TILE operatorEric Kunze
2022-05-16Add the uint16_t data typeEric Kunze
2022-05-10Mark RESCALE multiplier and scale as refsEric Kunze
2022-05-04Specify width of integer types for all operator argumentsKevin Petit
2022-05-04RESIZE: Define scale as a ratio of integersDominic Symes
2022-05-03Change from assignment to a check for output dims for tensor opsJeremy Johnson
2022-05-03Specify width of integer typesDominic Symes
2022-04-29Fix round argument category for ARITHMETIC_RIGHT_SHIFTKevin Petit
2022-04-20Simple fixes to the arguments to CAST and RESCALEKevin Petit
2022-04-14Specify output dimension formulae for tensor opsDominic Symes
2022-03-31Update makefile to fail build on spelling failureEric Kunze
2022-03-16Update TRANSPOSE argument descriptionEric Kunze
2022-03-15Update floating point edge casesEric Kunze
2022-02-03TABLE: Clarify the interpolation slope rangeDominic Symes
2022-01-24apply_scale_32: adjust range checkingDominic Symes
2022-01-10Simplify shape checking for TRANSPOSEEric Kunze
2022-01-07Fix range of C iteration in DEPTHWISE_CONV2DEric Kunze
2022-01-07Ensure ranks match in apply_broadcastEric Kunze
2022-01-07Add rudimentary spell check for specificationEric Kunze
2022-01-07Fix typo in TOSA licenseEric Kunze
2021-11-30RESIZE: Clarify output dimensionsDominic Symes
2021-11-24MUL: Correct code for the case of value2<0Dominic Symes
2021-11-12Use in_out_t when a type is used for input and outputEric Kunze
2021-11-12Insert missing close bracket in ADD pseudocodeEric Kunze
2021-11-12Fix spelling mistake in SELECTEric Kunze
2021-11-03Update specification revision to 0.24.0 draftEric Kunze
2021-10-29Remove draft tag from 0.23 specificationv0.23.0v0.23Eric Kunze
2021-10-28Readability fixes for pseudocodeEric Kunze
2021-10-28Clarify CLAMP pseudocodeEric Kunze
2021-10-28Remove zp subtraction from tensor_read pseudocodeEric Kunze
2021-10-20Remove rank upper limit on TRANSPOSE operatorEric Kunze