Searched defs:recurrentToOutputWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 100 const std::vector<float>& recurrentToOutputWeightsValue, in LstmTestImpl() 404 const std::vector<uint8_t>& recurrentToOutputWeightsValue, in QuantizedLstmTestImpl() 727 …std::vector<float> recurrentToOutputWeightsValue{ 0.43385774f, -0.17194885f, 0.27182370f, 0.0921… in LstmNoCifgNoPeepholeNoProjection() local 917 …std::vector<float> recurrentToOutputWeightsValue{0.41613156f, 0.42610586f, -0.16495961f, -0.56638… in LstmCifgPeepholeNoProjection() local 1427 std::vector<float> recurrentToOutputWeightsValue in LstmNoCifgPeepholeProjection() local 1827 …std::vector<float> recurrentToOutputWeightsValue{0.41613156f, 0.42610586f, -0.16495961f, -0.56638… in LstmCifgPeepholeNoProjectionBatch2() local 2027 std::vector<float> recurrentToOutputWeightsValue{ 0.3, -0.1, 0.1, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2223 std::vector<float> recurrentToOutputWeightsValue{ 0.3, -0.1, 0.1, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2414 std::vector<uint8_t> recurrentToOutputWeightsValue{106, 214, 67, 23, 59, 158, 45, 3, in QuantizedLstm() local
|
H A D | UnidirectionalSequenceLstm.hpp | 101 const std::vector<float>& recurrentToOutputWeightsValue, in UnidirectionalSequenceLstmTestImpl() 431 … std::vector<float> recurrentToOutputWeightsValue{-0.32921677827f, 0.32624614238f, -0.1388191282f, in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 636 …std::vector<float> recurrentToOutputWeightsValue{-0.079031050201f, 0.041414566286f, -0.58372735728… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 860 std::vector<float> recurrentToOutputWeightsValue{0.025825322f, -0.05813119f, 0.09495884f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1086 … std::vector<float> recurrentToOutputWeightsValue{-0.32921677827f, 0.32624614238f, -0.1388191282f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1288 … std::vector<float> recurrentToOutputWeightsValue{-0.32921677827f, 0.32624614238f, -0.1388191282f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 79 const std::vector<int8_t>& recurrentToOutputWeightsValue, in QLstmTestImpl() 570 …std::vector<int8_t> recurrentToOutputWeightsValue{ 38, -13, 13, -25, -64, -89, -25, -77, -13, -51,… in QLstmWithProjection() local 727 std::vector<int8_t> recurrentToOutputWeightsValue { 38, -13, 13, -25, in QLstmWithNoProjection() local 888 std::vector<int8_t> recurrentToOutputWeightsValue { 38, -13, 13, -25, in DynamicOutputQLstmWithNoProjection() local
|