Home
last modified time | relevance | path

Searched refs:inputStep (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp247 std::vector<uint8_t> inputStep; in VerifyGoldens() local
251 inputStep.insert(inputStep.end(), batchStart, batchEnd); in VerifyGoldens()
253 lstm->setInput(inputStep); in VerifyGoldens()