aboutsummaryrefslogtreecommitdiff
path: root/src/backends
AgeCommit message (Expand)Author
2018-10-22IVGCVSW-1996: Implement CreateWorkloadFactory() across all internal backendsarovir01
2018-10-22IVGCVSW-1951 Remove type templating from ClConstantWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-2000: (Fix) Backend-specific unit tests not being executedMatteo Martincigh
2018-10-22IVGCVSW-1951 Remove type templating from ClPermuteWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951 remove type templating from ClPadWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1967 Fix L2Norm NHWC unit testMatteo Martincigh
2018-10-22IVGCVSW-1952 : add BackendId class to prepare for the replacement of Compute ...David Beck
2018-10-22IVGCVSW-1989 : implement backend creation and registry for Ref,Cl and NeonDavid Beck
2018-10-22IVGCVSW-1987 : registry for backend creation functions (factories)David Beck
2018-10-22IVGCVSW-1988: Refactor backend-specific unit testsarovir01
2018-10-22IVGCVSW-1951-Remove type templating from ClAdditionWorkloadNattapat Chaimanowong
2018-10-10IVGCVSW-1974 - Update CreateWorkload test CL and NeonFrancis Murtagh
2018-10-10IVGCVSW-1982 - add create workload test for 2D Pooling (NHWC data layout)Nina Drozd
2018-10-10IVGCVSW-1860 Support NHWC for Pooling2DFrancis Murtagh
2018-10-10IVGCVSW-1964: Cl implementation for the ILayerSupport interfacearovir01
2018-10-10IVGCVSW-1965: Neon implementation for the ILayerSupport interfacearovir01
2018-10-10IVGCVSW-1985: Replace std::string* reasonIfNotSupported with Optional<std::st...arovir01
2018-10-10IVGCVSW-1983: Order the IsLayerSupported functions alphabetically in ILayerSu...arovir01
2018-10-10IVGCVSW-1966: Ref implementation for the ILayerSupport interfacearovir01
2018-10-10IVGCVSW-1951 Remove type templating from ClDepthwiseConvolutionWorkloadMatthew Bentham
2018-10-10IVGCVSW-1973: Replace char* reasonIfNotSupported with Optional<std::string&> ...arovir01
2018-10-10IVGCVSW-1932: Add Unit tests for NHWC ResizeBilinearJames Conroy
2018-10-10IVGCVSW-1964 : replace optional biases with home-grown OptionalDavid Beck
2018-10-10IVGCVSW-1951 Remove type templating from ClConvolution2dWorkloadMatthew Bentham
2018-10-10IVGCVSW-1886 - forward layer support for padNina Drozd
2018-10-10IVGCVSW-1889 - Unit test Convolution2d with NHWCFrancis Murtagh
2018-10-10IVGCVSW-1622 LSTM Neon supportLes Bell
2018-10-10IVGCVSW-1963: Add implementation classes for Cl, Neon and Ref backendsarovir01
2018-10-10IVGCVSW-1642 : adding IBackendInternal interfaceDavid Beck
2018-10-10IVGCVSW-1863 Unit tests for NHWC L2NormalizationMatteo Martincigh
2018-10-10IVGCVSW-1642 : introducing the IBackend interfaceDavid Beck
2018-10-10IVGCVSW-1931: Refactor ClResizeBilinearFloatWorkloadJames Conroy
2018-10-10IVGCVSW-1920 Unittests for NHWC Normalization Workloads and Layernarpra01
2018-10-10IVGCVSW-1931: Add data layout param for ResizeBilinearJames Conroy
2018-10-10IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxedarovir01
2018-10-10IVGCVSW-1951 Remove type templating from ClSplitterWorkloadMatthew Bentham
2018-10-10IVGCVSW-1935 : inline code documentation for pluggable backendsDavid Beck
2018-10-10IVGCVSW-1951 Remove type templating from ClSubtractionWorkloadMatthew Bentham
2018-10-10IVGCVSW-1900 Removed unused file src/backends/ClWorkloads.hppMatteo Martincigh
2018-10-10IVGCVSW-1207 - Remove typing from ClMultiplicationWorkloadMatthew Bentham
2018-10-10IVGCVSW-1906 : make Android make and CMake files more similarDavid Beck
2018-10-10IVGCVSW-1900 : CL backend folder structureDavid Beck
2018-10-10IVGCVSW-1863 Support NHWC for L2NormalizationMatteo Martincigh
2018-10-10IVGCVSW-1882: Added ClPadWorkloadjimfly01
2018-10-10IVGCVSW-1812 Adding Ref implementation and tests of MeanWorkloadsnarpra01
2018-10-10IVGCVSW-1919 - data layout parameter for Normalizationnarpra01
2018-10-10IVGCVSW-1899 : Neon backend folder structureDavid Beck
2018-10-10IVGCVSW-1898 : Ref backend folder structureDavid Beck
2018-10-10IVGCVSW-1821 - update NEON workload utils to use timers in correct order, upd...Nina Drozd
2018-10-10IVGCVSW-1927 Add Neon 8-bit FullyConnected supportkevmay01