Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp158 const uint32_t firstInputIndex = i * 2 + 1; in createLargeTestModelImpl() local
159 const uint32_t secondInputIndex = firstInputIndex + 1; in createLargeTestModelImpl()
163 operands[firstInputIndex] = { in createLargeTestModelImpl()
191 .inputs = {firstInputIndex, secondInputIndex, /*activation scalar*/ 0}, in createLargeTestModelImpl()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp155 const uint32_t firstInputIndex = i * 2 + 1; in createLargeTestModelImpl() local
156 const uint32_t secondInputIndex = firstInputIndex + 1; in createLargeTestModelImpl()
160 operands[firstInputIndex] = { in createLargeTestModelImpl()
188 .inputs = {firstInputIndex, secondInputIndex, /*activation scalar*/ 0}, in createLargeTestModelImpl()