ArmNN
NotReleased
|
#include "LstmTestImpl.hpp"
#include <QuantizeHelper.hpp>
#include <backendsCommon/CpuTensorHandle.hpp>
#include <backendsCommon/test/TensorCopyUtils.hpp>
#include <backendsCommon/test/WorkloadTestUtils.hpp>
#include <reference/workloads/Decoders.hpp>
#include <reference/workloads/Encoders.hpp>
#include <reference/workloads/LstmUtils.hpp>
#include <test/TensorHelpers.hpp>
#include <boost/multi_array.hpp>
Go to the source code of this file.
LayerTestResult<float, 2> LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 1926 of file LstmTestImpl.cpp.
References armnn::Float32.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<float, 2> LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 1904 of file LstmTestImpl.cpp.
References armnn::Float32.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<float, 2> LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 1943 of file LstmTestImpl.cpp.
References armnn::Float32.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<float, 2> LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 1888 of file LstmTestImpl.cpp.
References armnn::Float32.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<int16_t, 2> LstmLayerInt16NoCifgNoPeepholeNoProjectionInt16ConstantTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 2063 of file LstmTestImpl.cpp.
References armnn::QSymmS16.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<int16_t, 2> LstmLayerInt16NoCifgNoPeepholeNoProjectionTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 1960 of file LstmTestImpl.cpp.
References armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<int16_t, 2> LstmLayerInt16NoCifgWithPeepholeWithProjectionTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 2021 of file LstmTestImpl.cpp.
References armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<int16_t, 2> LstmLayerInt16WithCifgWithPeepholeNoProjectionTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 1990 of file LstmTestImpl.cpp.
References armnn::QAsymmU8, and armnn::QSymmS16.
Referenced by BOOST_AUTO_TEST_CASE().
LayerTestResult<uint8_t, 2> QuantizedLstmTest | ( | armnn::IWorkloadFactory & | workloadFactory, |
const armnn::IBackendInternal::IMemoryManagerSharedPtr & | memoryManager | ||
) |
Definition at line 2096 of file LstmTestImpl.cpp.
References armnn::QAsymmU8.