Searched defs:cellStateInVector (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | UnidirectionalSequenceLstmTestImpl.cpp | 49 std::vector<T> cellStateInVector(batchSize * numUnits, T()); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local 245 std::vector<T> cellStateInVector(batchSize * numUnits, T()); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 434 std::vector<T> cellStateInVector(batchSize * numUnits, T()); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 695 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local 947 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local 1187 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local 1362 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerInt8Test() local 1516 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local 1670 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local 1850 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local [all …]
|
H A D | LstmTestImpl.cpp | 175 std::vector<T> cellStateInVector(batchSize * numUnits, T()); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local 371 std::vector<T> cellStateInVector(batchSize * numUnits, T()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 1056 std::vector<float> cellStateInVector(batchSize * cellSize, 0.f); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local 1278 std::vector<float> cellStateInVector(batchSize * numUnits, 0.f); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1539 std::vector<int16_t> cellStateInVector = {876, 1034, 955, -909, 761, 1029, 796, -1036}; // 13 in QuantizedLstmTestImpl() local 1752 std::vector<int16_t> cellStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmTestImpl() local 1990 std::vector<int16_t> cellStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmTestImpl1() local 2255 std::vector<int16_t> cellStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmTestImpl2() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | QLstmEndToEndTestImpl.cpp | 204 const std::vector<int16_t> cellStateInVector = {0, 0, 0, 0, 0, 0, 0, 0}; in QLstmEndToEnd() local
|
H A D | QuantizedLstmEndToEndTestImpl.cpp | 186 std::vector<int16_t> cellStateInVector = {876, 1034, 955, -909, 761, 1029, 796, -1036}; in QuantizedLstmEndToEnd() local
|