Searched defs:cellStateInValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | UnidirectionalSequenceLstm.hpp | 84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl() 471 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 676 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 916 std::vector<float> cellStateInValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1131 std::vector<float> cellStateInValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1328 std::vector<float> cellStateInValue(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
H A D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 765 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local 955 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmCifgPeepholeNoProjection() local 1652 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmNoCifgPeepholeProjection() local 1865 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local 2067 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2263 std::vector<float> cellStateInValue(batchSize * numUnits, 0.0f); in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 603 std::vector<int16_t> cellStateInValue{ 0, 0, 0, 0, 0, 0, 0, 0 }; in QLstmWithProjection() local 763 std::vector<int16_t> cellStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in QLstmWithNoProjection() local 924 std::vector<int16_t> cellStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in DynamicOutputQLstmWithNoProjection() local
|