Searched defs:outputLayerNormWeightsValue (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() 648 std::vector<int16_t> outputLayerNormWeightsValue{ 19660, 6553, 6553, 16384 }; in QLstmWithProjection() local 808 std::vector<int16_t> outputLayerNormWeightsValue { 19660, 6553, 6553, 16384 }; in QLstmWithNoProjection() local 969 std::vector<int16_t> outputLayerNormWeightsValue { 19660, 6553, 6553, 16384 }; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 817 std::vector<float> outputLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 1007 std::vector<float> outputLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1704 std::vector<float> outputLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1917 std::vector<float> outputLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2119 std::vector<float> outputLayerNormWeightsValue{0.6, 0.2, 0.2, 0.5}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2315 std::vector<float> outputLayerNormWeightsValue{0.6, 0.2, 0.2, 0.5}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|