Searched defs:recurrentToCellWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 121 const std::vector<float>& recurrentToCellWeightsValue, in LstmTestImpl() 423 const std::vector<uint8_t>& recurrentToCellWeightsValue, in QuantizedLstmTestImpl() 740 …std::vector<float> recurrentToCellWeightsValue{-0.34074140f, 0.24443203f, -0.20785320f, 0.263202… in LstmNoCifgNoPeepholeNoProjection() local 930 …std::vector<float> recurrentToCellWeightsValue{ 0.54066205f, -0.32668582f, -0.43562764f, -0.560949… in LstmCifgPeepholeNoProjection() local 1361 std::vector<float> recurrentToCellWeightsValue in LstmNoCifgPeepholeProjection() local 1840 …std::vector<float> recurrentToCellWeightsValue{ 0.54066205f, -0.32668582f, -0.43562764f, -0.560949… in LstmCifgPeepholeNoProjectionBatch2() local 2040 std::vector<float> recurrentToCellWeightsValue{-0.3, 0.2, 0.1, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2236 std::vector<float> recurrentToCellWeightsValue{-0.3, 0.2, 0.1, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2428 std::vector<uint8_t> recurrentToCellWeightsValue{172, 60, 205, 65, 14, 0, 140, 168, in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 110 const std::vector<int8_t>& recurrentToCellWeightsValue, in QLstmTestImpl() 599 …std::vector<int8_t> recurrentToCellWeightsValue{ -38, 25, 13, -38, 102, -10, -25, 38, 102, -77, -1… in QLstmWithProjection() local 753 std::vector<int8_t> recurrentToCellWeightsValue { -38, 25, 13, -38, in QLstmWithNoProjection() local 914 std::vector<int8_t> recurrentToCellWeightsValue { -38, 25, 13, -38, in DynamicOutputQLstmWithNoProjection() local
|