Searched defs:inputLayerNormWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl() 494 std::vector<float> inputLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 699 std::vector<float> inputLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 939 std::vector<float> inputLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1154 std::vector<float> inputLayerNormWeightsValue{0.1f, 0.2f, 0.3f, 0.5f, 0.8f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1351 std::vector<float> inputLayerNormWeightsValue; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
H A D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 785 std::vector<float> inputLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 975 std::vector<float> inputLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1672 std::vector<float> inputLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1885 std::vector<float> inputLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2087 std::vector<float> inputLayerNormWeightsValue{0.1, 0.2, 0.3, 0.5}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2283 std::vector<float> inputLayerNormWeightsValue{0.1, 0.2, 0.3, 0.5}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 607 std::vector<int16_t> inputLayerNormWeightsValue{ 3277, 6553, 9830, 16384 }; in QLstmWithProjection() local 767 std::vector<int16_t> inputLayerNormWeightsValue; in QLstmWithNoProjection() local 928 std::vector<int16_t> inputLayerNormWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|