Home
last modified time | relevance | path

Searched refs:inputPtr (Results 1 – 4 of 4) 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/aidl/vts/functional/
DUtils.cpp261 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
267 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
DGeneratedTestHarness.cpp184 uint8_t* inputPtr = static_cast<uint8_t*>(std::get<void*>(mapping.pointer)); in allocateInternal() local
185 ASSERT_NE(inputPtr, nullptr); in allocateInternal()
188 std::copy(begin, end, inputPtr); in allocateInternal()
507 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
513 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()