Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnspecifiedDimensions.cpp181 uint32_t modelIndex, executionIndex; in SetUp() local
185 executionIndex = kIndex0_Execution; in SetUp()
186 mBadIndexChoices = {kIndexCount, modelIndex, executionIndex}; in SetUp()
194 executionIndex = kIndexCount; in SetUp()
200 executionIndex = kIndexCount; in SetUp()
206 executionIndex = kIndex3_Execution; in SetUp()
213 executionIndex = kIndexCount; in SetUp()
219 executionIndex = kIndex4_Execution; in SetUp()
220 mBadIndexChoices = {kIndexCount, modelIndex, executionIndex}; in SetUp()
235 if (executionIndex < kIndexCount) { in SetUp()
[all …]