Searched defs:recurrentToInputWeightsValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 117 const std::vector<float>& recurrentToInputWeightsValue, in LstmTestImpl() 419 const std::vector<uint8_t>& recurrentToInputWeightsValue, in QuantizedLstmTestImpl() 726 …std::vector<float> recurrentToInputWeightsValue{-0.00635350f, -0.20423880f, 0.31454784f, -0.35746… in LstmNoCifgNoPeepholeNoProjection() local 919 std::vector<float> recurrentToInputWeightsValue; in LstmCifgPeepholeNoProjection() local 1189 std::vector<float> recurrentToInputWeightsValue in LstmNoCifgPeepholeProjection() local 1829 std::vector<float> recurrentToInputWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2026 std::vector<float> recurrentToInputWeightsValue{-0.2, -0.3, 0.4, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2225 std::vector<float> recurrentToInputWeightsValue; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2416 std::vector<uint8_t> recurrentToInputWeightsValue{254, 206, 77, 168, 71, 20, 215, 6, in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 106 const std::vector<int8_t>& recurrentToInputWeightsValue, in QLstmTestImpl() 593 …std::vector<int8_t> recurrentToInputWeightsValue{ -25, -38, 51, 13, -64, 115, -25, -38, -89, 6, -2… in QLstmWithProjection() local 744 std::vector<int8_t> recurrentToInputWeightsValue; in QLstmWithNoProjection() local 905 std::vector<int8_t> recurrentToInputWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|