Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp156 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
162 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp167 uint8_t* inputPtr = in allocateInternal() local
169 ASSERT_NE(inputPtr, nullptr); in allocateInternal()
172 std::copy(begin, end, inputPtr); in allocateInternal()
457 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
463 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()