Searched defs:forgetLayerNormWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 95 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 642 std::vector<int16_t> forgetLayerNormWeightsValue{ 6553, 6553, 13107, 9830 }; in QLstmWithProjection() local 802 std::vector<int16_t> forgetLayerNormWeightsValue { 6553, 6553, 13107, 9830 }; in QLstmWithNoProjection() local 963 std::vector<int16_t> forgetLayerNormWeightsValue { 6553, 6553, 13107, 9830 }; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 809 std::vector<float> forgetLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 999 std::vector<float> forgetLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1696 std::vector<float> forgetLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1909 std::vector<float> forgetLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2111 std::vector<float> forgetLayerNormWeightsValue{0.2, 0.2, 0.4, 0.3}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2307 std::vector<float> forgetLayerNormWeightsValue{0.2, 0.2, 0.4, 0.3}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|