Home
last modified time | relevance | path

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

/external/android-nn-driver/test/
DLstm.hpp106 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl()
827 std::vector<float> scratchBufferValue(batchSize * numUnits * 4, 0.0f); in LstmNoCifgNoPeepholeNoProjection() local
1017 std::vector<float> scratchBufferValue(batchSize * numUnits * 3, 0.0f); in LstmCifgPeepholeNoProjection() local
1714 std::vector<float> scratchBufferValue(batchSize * numUnits * 4, 0.0f); in LstmNoCifgPeepholeProjection() local
1927 std::vector<float> scratchBufferValue(batchSize * numUnits * 3, 0.0f); in LstmCifgPeepholeNoProjectionBatch2() local
2129 std::vector<float> scratchBufferValue(batchSize * numUnits * 4, 0.0f); in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local
2325 std::vector<float> scratchBufferValue(batchSize * numUnits * 3, 0.0f); in LstmCifgPeepholeProjectionNoClippingLayerNorm() local