Searched defs:forgetLayerNormWeightsValue (Results 1 – 3 of 3) sorted by relevance
/external/android-nn-driver/test/ |
D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl() 498 std::vector<float> forgetLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 703 std::vector<float> forgetLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 943 std::vector<float> forgetLayerNormWeightsValue; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1158 std::vector<float> forgetLayerNormWeightsValue{0.1f, 0.2f, 0.3f, 0.5f, 0.2f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1355 std::vector<float> forgetLayerNormWeightsValue; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 789 std::vector<float> forgetLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 979 std::vector<float> forgetLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1676 std::vector<float> forgetLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1889 std::vector<float> forgetLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2091 std::vector<float> forgetLayerNormWeightsValue{0.2, 0.2, 0.4, 0.3}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2287 std::vector<float> forgetLayerNormWeightsValue{0.2, 0.2, 0.4, 0.3}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 610 std::vector<int16_t> forgetLayerNormWeightsValue{ 6553, 6553, 13107, 9830 }; in QLstmWithProjection() local 770 std::vector<int16_t> forgetLayerNormWeightsValue { 6553, 6553, 13107, 9830 }; in QLstmWithNoProjection() local 931 std::vector<int16_t> forgetLayerNormWeightsValue { 6553, 6553, 13107, 9830 }; in DynamicOutputQLstmWithNoProjection() local
|