Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp170 static void makeOutputInsufficientSize(uint32_t outputIndex, Request* request) { in makeOutputInsufficientSize() argument
171 auto& length = request->outputs[outputIndex].location.length; in makeOutputInsufficientSize()
DCompilationCachingTests.cpp157 const uint32_t outputIndex = secondInputIndex + 1; in createLargeTestModelImpl() local
189 .outputs = {outputIndex}, in createLargeTestModelImpl()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp137 const uint32_t outputIndex = inputIndex + operands.size() - 1; in createConvModel() local
142 .outputs = {outputIndex}}); in createConvModel()
144 model.main.outputIndexes.push_back(outputIndex); in createConvModel()
DGeneratedTestHarness.cpp324 static void makeOutputInsufficientSize(uint32_t outputIndex, Request* request) { in makeOutputInsufficientSize() argument
325 auto& length = request->outputs[outputIndex].location.length; in makeOutputInsufficientSize()
DCompilationCachingTests.cpp160 const uint32_t outputIndex = secondInputIndex + 1; in createLargeTestModelImpl() local
192 .outputs = {outputIndex}, in createLargeTestModelImpl()