Searched defs:inputLayerNormWeightsValue (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() 639 std::vector<int16_t> inputLayerNormWeightsValue{ 3277, 6553, 9830, 16384 }; in QLstmWithProjection() local 799 std::vector<int16_t> inputLayerNormWeightsValue; in QLstmWithNoProjection() local 960 std::vector<int16_t> inputLayerNormWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 805 std::vector<float> inputLayerNormWeightsValue; in LstmNoCifgNoPeepholeNoProjection() local 995 std::vector<float> inputLayerNormWeightsValue; in LstmCifgPeepholeNoProjection() local 1692 std::vector<float> inputLayerNormWeightsValue; in LstmNoCifgPeepholeProjection() local 1905 std::vector<float> inputLayerNormWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2107 std::vector<float> inputLayerNormWeightsValue{0.1, 0.2, 0.3, 0.5}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2303 std::vector<float> inputLayerNormWeightsValue{0.1, 0.2, 0.3, 0.5}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|