Searched defs:recurrentToForgetWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 119 const std::vector<float>& recurrentToForgetWeightsValue, in LstmTestImpl() 421 const std::vector<uint8_t>& recurrentToForgetWeightsValue, in QuantizedLstmTestImpl() 733 …std::vector<float> recurrentToForgetWeightsValue{-0.48684245f, -0.06655136f, 0.42224967f, 0.2112… in LstmNoCifgNoPeepholeNoProjection() local 923 …std::vector<float> recurrentToForgetWeightsValue{-0.13832897f, -0.05151010f, -0.23590070f, -0.1666… in LstmCifgPeepholeNoProjection() local 1275 std::vector<float> recurrentToForgetWeightsValue in LstmNoCifgPeepholeProjection() local 1833 …std::vector<float> recurrentToForgetWeightsValue{-0.13832897f, -0.05151010f, -0.23590070f, -0.1666… in LstmCifgPeepholeNoProjectionBatch2() local 2033 std::vector<float> recurrentToForgetWeightsValue{-0.5, -0.3, -0.5, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2229 std::vector<float> recurrentToForgetWeightsValue{-0.5, -0.3, -0.5, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2422 std::vector<uint8_t> recurrentToForgetWeightsValue{137, 240, 103, 52, 68, 51, 237, 112, in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 108 const std::vector<int8_t>& recurrentToForgetWeightsValue, in QLstmTestImpl() 596 …std::vector<int8_t> recurrentToForgetWeightsValue{ -64, -38, -64, -25, 77, 51, 115, 38, -13, 25, 6… in QLstmWithProjection() local 747 std::vector<int8_t> recurrentToForgetWeightsValue { -64, -38, -64, -25, in QLstmWithNoProjection() local 908 std::vector<int8_t> recurrentToForgetWeightsValue { -64, -38, -64, -25, in DynamicOutputQLstmWithNoProjection() local
|