Searched defs:outputStateInValue (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() 782 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local 972 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeNoProjection() local 1669 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgPeepholeProjection() local 1882 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local 2084 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2280 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 632 std::vector<int8_t> outputStateInValue{ 0, 0, 0, 0, 0, 0 }; in QLstmWithProjection() local 792 std::vector<int8_t> outputStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in QLstmWithNoProjection() local 953 std::vector<int8_t> outputStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in DynamicOutputQLstmWithNoProjection() local
|