Home
last modified time | relevance | path

Searched defs:scratchBufferValue (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/android-nn-driver/test/
H A DLstm.hpp83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl()
807 std::vector<float> scratchBufferValue(batchSize * numUnits * 4, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local
997 std::vector<float> scratchBufferValue(batchSize * numUnits * 3, 0.0f); in LstmCifgPeepholeNoProjection() local
1694 std::vector<float> scratchBufferValue(batchSize * numUnits * 4, 0.0f); in LstmNoCifgPeepholeProjection() local
1907 std::vector<float> scratchBufferValue(batchSize * numUnits * 3, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local
2109 std::vector<float> scratchBufferValue(batchSize * numUnits * 4, 0.0f); in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local
2305 std::vector<float> scratchBufferValue(batchSize * numUnits * 3, 0.0f); in LstmCifgPeepholeProjectionNoClippingLayerNorm() local