aboutsummaryrefslogtreecommitdiff
path: root/src/backends/tosaCommon/operatorMappings/ElementwiseUnaryOperator.hpp
AgeCommit message (Collapse)Author
2024-07-22IVGCVSW-8440 Implement ElementwiseUnary:Log in TosaRefCathal Corbett
* Seperated ElementwiseUnaryOperator.cpp to individual TOSA operator files: Exp, Log, Rsqrt * Added TosaTableUtils.hpp file containing TOSA table shared utils functions for required TOSA operators to use. Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Iac203e96bc8e37cca10bafba6b0c6929dce1736c
2023-12-13Add Resize Nearest Neighbour support to TOSA Reference BackendTeresa Charlin
* Add support for quantized data in TosaRefPreCompiledWorkloadGetOutput. * Remove extra includes from all TOSA operators headers. * Added positive and negative unit tests for resize. * Resolves: IVGCVSW-7346 Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ib6e30d018a7a1bf26b380fc794560aae108b26c3
2023-01-13IVGCVSW-7173 Add Rsqrt to Tosa Ref BackendDavid Monahan
* Added ElementwiseUnary support with a mapping for Rsqrt * Added unittests * Added Rsqrt EndtoEnd tests for all backends * Changed TosaRefLayerSupport to default to false on unsupported layers Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: I3eaa9c684647ead61520a563815581aa68bee51b