Searched defs:recurrentToInputWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 94 const std::vector<float>& recurrentToInputWeightsValue, in LstmTestImpl() 398 const std::vector<uint8_t>& recurrentToInputWeightsValue, in QuantizedLstmTestImpl() 706 …std::vector<float> recurrentToInputWeightsValue{-0.00635350f, -0.20423880f, 0.31454784f, -0.35746… in LstmNoCifgNoPeepholeNoProjection() local 899 std::vector<float> recurrentToInputWeightsValue; in LstmCifgPeepholeNoProjection() local 1169 std::vector<float> recurrentToInputWeightsValue in LstmNoCifgPeepholeProjection() local 1809 std::vector<float> recurrentToInputWeightsValue; in LstmCifgPeepholeNoProjectionBatch2() local 2006 std::vector<float> recurrentToInputWeightsValue{-0.2, -0.3, 0.4, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2205 std::vector<float> recurrentToInputWeightsValue; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2396 std::vector<uint8_t> recurrentToInputWeightsValue{254, 206, 77, 168, 71, 20, 215, 6, in QuantizedLstm() local
|
H A D | UnidirectionalSequenceLstm.hpp | 95 const std::vector<float>& recurrentToInputWeightsValue, in UnidirectionalSequenceLstmTestImpl() 410 …std::vector<float> recurrentToInputWeightsValue{-0.128009796112f, 0.1995525098f, -0.07745539397f, … in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 613 std::vector<float> recurrentToInputWeightsValue{0.23788475990f, -0.24948765337f, 0.50044941902f, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 827 …std::vector<float> recurrentToInputWeightsValue{-0.001374326f, -0.078856036f, 0.10672688f, 0.02916… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1062 …std::vector<float> recurrentToInputWeightsValue{-0.128009796112f, 0.1995525098f, -0.07745539397f, … in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1270 std::vector<float> recurrentToInputWeightsValue; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 73 const std::vector<int8_t>& recurrentToInputWeightsValue, in QLstmTestImpl() 561 …std::vector<int8_t> recurrentToInputWeightsValue{ -25, -38, 51, 13, -64, 115, -25, -38, -89, 6, -2… in QLstmWithProjection() local 712 std::vector<int8_t> recurrentToInputWeightsValue; in QLstmWithNoProjection() local 873 std::vector<int8_t> recurrentToInputWeightsValue; in DynamicOutputQLstmWithNoProjection() local
|