Searched defs:cellStateInValue (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() 785 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local 975 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmCifgPeepholeNoProjection() local 1672 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmNoCifgPeepholeProjection() local 1885 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local 2087 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2283 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 635 std::vector<int16_t> cellStateInValue{ 0, 0, 0, 0, 0, 0, 0, 0 }; in QLstmWithProjection() local 795 std::vector<int16_t> cellStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in QLstmWithNoProjection() local 956 std::vector<int16_t> cellStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in DynamicOutputQLstmWithNoProjection() local
|