Searched defs:cellStateOutValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | Lstm.hpp | 106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 408 void QuantizedLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QuantizedLstmTestImpl() 833 std::vector<float> cellStateOutValue {-0.145439f, 0.157475f, 0.293663f, -0.277353f}; in LstmNoCifgNoPeepholeNoProjection() local 1023 std::vector<float> cellStateOutValue{-0.760444f, -0.0180416f, 0.182264f, -0.0649371f}; in LstmCifgPeepholeNoProjection() local 1726 std::vector<float> cellStateOutValue in LstmNoCifgPeepholeProjection() local 1934 std::vector<float> cellStateOutValue{-0.76044439f, -0.01804161f, 0.18226376f, -0.06493707f, in LstmCifgPeepholeNoProjectionBatch2() local 2136 std::vector<float> cellStateOutValue {-0.45177122f, 0.37691566f, 0.22542511f, 0.23240635f, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2332 std::vector<float> cellStateOutValue{-0.35102980f, 0.42610350f, 0.21463650f, 0.27716520f, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local 2472 std::vector<int16_t> cellStateOutValue {1485, 1177, 1373, -1023, 1019, 1355, 1097, -1235}; in QuantizedLstm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 95 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 664 std::vector<int16_t> cellStateOutValue { -14650, 8939, 5771, 6715, -11843, 7847, 1508, 12939 }; in QLstmWithProjection() local 824 std::vector<int16_t> cellStateOutValue { -11692, 9960, 5491, 8861, -9422, 7726, 2056, 13149 }; in QLstmWithNoProjection() local 985 std::vector<int16_t> cellStateOutValue { -11692, 9960, 5491, 8861, -9422, 7726, 2056, 13149 }; in DynamicOutputQLstmWithNoProjection() local
|