Searched defs:inputToForgetWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 111 const std::vector<float>& inputToForgetWeightsValue, in LstmTestImpl() 413 const std::vector<uint8_t>& inputToForgetWeightsValue, in QuantizedLstmTestImpl() 705 std::vector<float> inputToForgetWeightsValue{ 0.09701663f, 0.20334584f, in LstmNoCifgNoPeepholeNoProjection() local 898 std::vector<float> inputToForgetWeightsValue{-0.55291498f, -0.42866567f, in LstmCifgPeepholeNoProjection() local 1111 std::vector<float> inputToForgetWeightsValue in LstmNoCifgPeepholeProjection() local 1808 std::vector<float> inputToForgetWeightsValue{-0.55291498f, -0.42866567f, in LstmCifgPeepholeNoProjectionBatch2() local 2005 std::vector<float> inputToForgetWeightsValue{-0.6, -0.1, 0.3, 0.2, 0.9, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2204 std::vector<float> inputToForgetWeightsValue{-0.6, -0.1, 0.3, 0.2, 0.9, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2401 std::vector<uint8_t> inputToForgetWeightsValue{24, 50, 132, 179, 158, 110, 3, 169}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 100 const std::vector<int8_t>& inputToForgetWeightsValue, in QLstmTestImpl() 572 std::vector<int8_t> inputToForgetWeightsValue{ -77, -13, 38, 25, in QLstmWithProjection() local 726 std::vector<int8_t> inputToForgetWeightsValue { -77, -13, 38, 25, 115, in QLstmWithNoProjection() local 887 std::vector<int8_t> inputToForgetWeightsValue { -77, -13, 38, 25, 115, in DynamicOutputQLstmWithNoProjection() local
|