Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp77 enum class IOType { INPUT, OUTPUT }; enum
113 template <IOType ioType>
121 template <IOType ioType>
128 if constexpr (ioType == IOType::INPUT) { in allocateInternal()
158 if constexpr (ioType == IOType::INPUT) { in allocateInternal()
382 auto [buffer, token] = allocator.allocate<IOType::INPUT>(i); in createRequest()
408 auto [buffer, token] = allocator.allocate<IOType::OUTPUT>(i); in createRequest()