Searched refs:inputPtr (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 156 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/ |
D | Utils.cpp | 261 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local 267 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
|
D | GeneratedTestHarness.cpp | 184 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/ |
D | GeneratedTestHarness.cpp | 167 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()
|