Searched defs:inputToForgetWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 88 const std::vector<float>& inputToForgetWeightsValue, in LstmTestImpl() 392 const std::vector<uint8_t>& inputToForgetWeightsValue, in QuantizedLstmTestImpl() 685 std::vector<float> inputToForgetWeightsValue{ 0.09701663f, 0.20334584f, in LstmNoCifgNoPeepholeNoProjection() local 878 std::vector<float> inputToForgetWeightsValue{-0.55291498f, -0.42866567f, in LstmCifgPeepholeNoProjection() local 1091 std::vector<float> inputToForgetWeightsValue in LstmNoCifgPeepholeProjection() local 1788 std::vector<float> inputToForgetWeightsValue{-0.55291498f, -0.42866567f, in LstmCifgPeepholeNoProjectionBatch2() local 1985 std::vector<float> inputToForgetWeightsValue{-0.6, -0.1, 0.3, 0.2, 0.9, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2184 std::vector<float> inputToForgetWeightsValue{-0.6, -0.1, 0.3, 0.2, 0.9, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2381 std::vector<uint8_t> inputToForgetWeightsValue{24, 50, 132, 179, 158, 110, 3, 169}; in QuantizedLstm() local
|
H A D | UnidirectionalSequenceLstm.hpp | 89 const std::vector<float>& inputToForgetWeightsValue, in UnidirectionalSequenceLstmTestImpl() 389 std::vector<float> inputToForgetWeightsValue{0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 592 …std::vector<float> inputToForgetWeightsValue{-0.2667974531650543f, -0.05505800247192383f, -0.20932… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 800 …std::vector<float> inputToForgetWeightsValue{-0.0018401089f, -0.004852237f, 0.03698424f, 0.0141817… in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1038 std::vector<float> inputToForgetWeightsValue{0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1249 std::vector<float> inputToForgetWeightsValue{0.2415594226f, 0.15400093799f, 0.4566498398f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 67 const std::vector<int8_t>& inputToForgetWeightsValue, in QLstmTestImpl() 540 std::vector<int8_t> inputToForgetWeightsValue{ -77, -13, 38, 25, in QLstmWithProjection() local 694 std::vector<int8_t> inputToForgetWeightsValue { -77, -13, 38, 25, 115, in QLstmWithNoProjection() local 855 std::vector<int8_t> inputToForgetWeightsValue { -77, -13, 38, 25, 115, in DynamicOutputQLstmWithNoProjection() local
|