Searched defs:outputStateInValue (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() 468 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 673 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 913 std::vector<float> outputStateInValue(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1128 std::vector<float> outputStateInValue(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1325 std::vector<float> outputStateInValue(batchSize * outputSize, 0.f); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
|
H A D | Lstm.hpp | 83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl() 762 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local 952 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeNoProjection() local 1649 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgPeepholeProjection() local 1862 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local 2064 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local 2260 std::vector<float> outputStateInValue(batchSize * outputSize, 0.0f); in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 600 std::vector<int8_t> outputStateInValue{ 0, 0, 0, 0, 0, 0 }; in QLstmWithProjection() local 760 std::vector<int8_t> outputStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in QLstmWithNoProjection() local 921 std::vector<int8_t> outputStateInValue { 0, 0, 0, 0, 0, 0, 0, 0 }; in DynamicOutputQLstmWithNoProjection() local
|