Searched defs:outputStateOutValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 62 void QLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in QLstmTestImpl() 629 std::vector<int8_t> outputStateOutValue{ 127, 127, -108, -67, 127, 127 }; in QLstmWithProjection() local 789 std::vector<int8_t> outputStateOutValue { -15, 21, 14, 20, -15, 15, 5, 27 }; in QLstmWithNoProjection() local 950 std::vector<int8_t> outputStateOutValue { -15, 21, 14, 20, -15, 15, 5, 27 }; in DynamicOutputQLstmWithNoProjection() local
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 810 std::vector<float> outputStateOutValue {-0.0297319f, 0.122947f, 0.208851f, -0.153588f}; in LstmNoCifgNoPeepholeNoProjection() local 1000 std::vector<float> outputStateOutValue{-0.364445f, -0.00352185f, 0.128866f, -0.0516365f}; in LstmCifgPeepholeNoProjection() local 1697 std::vector<float> outputStateOutValue in LstmNoCifgPeepholeProjection() local 1910 std::vector<float> outputStateOutValue{-0.36444446f, -0.00352185f, 0.12886585f, -0.05163646f, in LstmCifgPeepholeNoProjectionBatch2() local 2112 std::vector<float> outputStateOutValue { 0.02440767f, 0.12802738f, -0.00170918f, in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2308 std::vector<float> outputStateOutValue { 0.02129706f, 0.14081624f, 0.01127331f, in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|