Searched defs:recurrentToCellWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 98 const std::vector<float>& recurrentToCellWeightsValue, in LstmTestImpl() 402 const std::vector<uint8_t>& recurrentToCellWeightsValue, in QuantizedLstmTestImpl() 720 …std::vector<float> recurrentToCellWeightsValue{-0.34074140f, 0.24443203f, -0.20785320f, 0.263202… in LstmNoCifgNoPeepholeNoProjection() local 910 …std::vector<float> recurrentToCellWeightsValue{ 0.54066205f, -0.32668582f, -0.43562764f, -0.560949… in LstmCifgPeepholeNoProjection() local 1341 std::vector<float> recurrentToCellWeightsValue in LstmNoCifgPeepholeProjection() local 1820 …std::vector<float> recurrentToCellWeightsValue{ 0.54066205f, -0.32668582f, -0.43562764f, -0.560949… in LstmCifgPeepholeNoProjectionBatch2() local 2020 std::vector<float> recurrentToCellWeightsValue{-0.3, 0.2, 0.1, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2216 std::vector<float> recurrentToCellWeightsValue{-0.3, 0.2, 0.1, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2408 std::vector<uint8_t> recurrentToCellWeightsValue{172, 60, 205, 65, 14, 0, 140, 168, in QuantizedLstm() local
|
H A D | UnidirectionalSequenceLstm.hpp | 99 const std::vector<float>& recurrentToCellWeightsValue, in UnidirectionalSequenceLstmTestImpl() 424 …std::vector<float> recurrentToCellWeightsValue{-0.21938985582f, -0.3023648226f, -0.1170005202f, -0… in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 629 …std::vector<float> recurrentToCellWeightsValue{0.0433832928545f, 0.07587072294f, -0.120520234107f,… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 849 …std::vector<float> recurrentToCellWeightsValue{-0.037322544f, 0.018592842f, 0.0056175636f, -0.0625… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1078 …std::vector<float> recurrentToCellWeightsValue{-0.21938985582f, -0.3023648226f, -0.1170005202f, -0… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1281 …std::vector<float> recurrentToCellWeightsValue{-0.21938985582f, -0.3023648226f, -0.1170005202f, -0… in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 77 const std::vector<int8_t>& recurrentToCellWeightsValue, in QLstmTestImpl() 567 …std::vector<int8_t> recurrentToCellWeightsValue{ -38, 25, 13, -38, 102, -10, -25, 38, 102, -77, -1… in QLstmWithProjection() local 721 std::vector<int8_t> recurrentToCellWeightsValue { -38, 25, 13, -38, in QLstmWithNoProjection() local 882 std::vector<int8_t> recurrentToCellWeightsValue { -38, 25, 13, -38, in DynamicOutputQLstmWithNoProjection() local
|