Searched defs:inputToCellWeightsValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 90 const std::vector<float>& inputToCellWeightsValue, in LstmTestImpl() 394 const std::vector<uint8_t>& inputToCellWeightsValue, in QuantizedLstmTestImpl() 691 std::vector<float> inputToCellWeightsValue{-0.50013041f, 0.13702840f, in LstmNoCifgNoPeepholeNoProjection() local 884 std::vector<float> inputToCellWeightsValue{-0.49770179f, -0.27711356f, in LstmCifgPeepholeNoProjection() local 1116 std::vector<float> inputToCellWeightsValue in LstmNoCifgPeepholeProjection() local 1794 std::vector<float> inputToCellWeightsValue{-0.49770179f, -0.27711356f, in LstmCifgPeepholeNoProjectionBatch2() local 1991 std::vector<float> inputToCellWeightsValue{-0.4, -0.3, -0.2, -0.1, -0.5, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2190 std::vector<float> inputToCellWeightsValue{-0.4, -0.3, -0.2, -0.1, -0.5, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2386 std::vector<uint8_t> inputToCellWeightsValue{133, 34, 29, 49, 206, 109, 54, 183}; in QuantizedLstm() local
|
H A D | UnidirectionalSequenceLstm.hpp | 91 const std::vector<float>& inputToCellWeightsValue, in UnidirectionalSequenceLstmTestImpl() 395 std::vector<float> inputToCellWeightsValue{-0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 598 …std::vector<float> inputToCellWeightsValue{-0.15782442688941956f, -0.027530014514923096f, 0.478985… in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 808 …std::vector<float> inputToCellWeightsValue{-0.04580283f, -0.09549462f, -0.032418985f, -0.06454633f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1045 std::vector<float> inputToCellWeightsValue{-0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1255 std::vector<float> inputToCellWeightsValue{-0.2504855627f, 0.184490025045f, -0.2480507493f, in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 69 const std::vector<int8_t>& inputToCellWeightsValue, in QLstmTestImpl() 547 std::vector<int8_t> inputToCellWeightsValue{ -51, -38, -25, -13, in QLstmWithProjection() local 700 std::vector<int8_t> inputToCellWeightsValue { -51, -38, -25, -13, -64, in QLstmWithNoProjection() local 861 std::vector<int8_t> inputToCellWeightsValue { -51, -38, -25, -13, -64, in DynamicOutputQLstmWithNoProjection() local
|