Searched defs:cellStateOutValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 387 void QuantizedLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QuantizedLstmTestImpl() 813 std::vector<float> cellStateOutValue {-0.145439f, 0.157475f, 0.293663f, -0.277353f}; in LstmNoCifgNoPeepholeNoProjection() local 1003 std::vector<float> cellStateOutValue{-0.760444f, -0.0180416f, 0.182264f, -0.0649371f}; in LstmCifgPeepholeNoProjection() local 1706 std::vector<float> cellStateOutValue in LstmNoCifgPeepholeProjection() local 1914 std::vector<float> cellStateOutValue{-0.76044439f, -0.01804161f, 0.18226376f, -0.06493707f, in LstmCifgPeepholeNoProjectionBatch2() local 2116 std::vector<float> cellStateOutValue {-0.45177122f, 0.37691566f, 0.22542511f, 0.23240635f, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2312 std::vector<float> cellStateOutValue{-0.35102980f, 0.42610350f, 0.21463650f, 0.27716520f, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2452 std::vector<int16_t> cellStateOutValue {1485, 1177, 1373, -1023, 1019, 1355, 1097, -1235}; in QuantizedLstm() local
|
H A D | UnidirectionalSequenceLstm.hpp | 527 std::vector<float> cellStateOutValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 732 std::vector<float> cellStateOutValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 972 std::vector<float> cellStateOutValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1187 std::vector<float> cellStateOutValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1384 std::vector<float> cellStateOutValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 632 std::vector<int16_t> cellStateOutValue { -14650, 8939, 5771, 6715, -11843, 7847, 1508, 12939 }; in QLstmWithProjection() local 792 std::vector<int16_t> cellStateOutValue { -11692, 9960, 5491, 8861, -9422, 7726, 2056, 13149 }; in QLstmWithNoProjection() local 953 std::vector<int16_t> cellStateOutValue { -11692, 9960, 5491, 8861, -9422, 7726, 2056, 13149 }; in DynamicOutputQLstmWithNoProjection() local
|