Searched defs:cellLayerNormWeightsValue (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() 645 std::vector<int16_t> cellLayerNormWeightsValue{ 22937, 6553, 9830, 26214 }; in QLstmWithProjection() local 805 std::vector<int16_t> cellLayerNormWeightsValue { 22937, 6553, 9830, 26214 }; in QLstmWithNoProjection() local 966 std::vector<int16_t> cellLayerNormWeightsValue { 22937, 6553, 9830, 26214 }; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 813 std::vector<float> cellLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 1003 std::vector<float> cellLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1700 std::vector<float> cellLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1913 std::vector<float> cellLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2115 std::vector<float> cellLayerNormWeightsValue{0.7, 0.2, 0.3, 0.8}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2311 std::vector<float> cellLayerNormWeightsValue{0.7, 0.2, 0.3, 0.8}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|