Searched refs:MapMemory (Results 1 – 5 of 5) sorted by relevance
/test/xts/hats/ai/nnrt/hdi/nnrtFunctionTest/src/ |
D | hdi_model_run_test.cpp | 68 auto memAddress = HDICommon::MapMemory(tensor.data.fd, ADDEND_BUFFER_LENGTH); in AddModelTest() 81 auto memAddress = HDICommon::MapMemory(outputs[0].data.fd, ADDEND_BUFFER_LENGTH); in AddModelTest() 223 auto memAddress = HDICommon::MapMemory(tensor.data.fd, ADDEND_BUFFER_LENGTH); 392 auto memAddress = HDICommon::MapMemory(tensor.data.fd, ADDEND_BUFFER_LENGTH); 405 auto memAddress = HDICommon::MapMemory(outputs[0].data.fd, ADDEND_BUFFER_LENGTH);
|
/test/xts/hats/ai/nnrt/hdi/common/ |
D | hdi_nnrt_test_utils.h | 51 static void* MapMemory(int fd, size_t length);
|
D | hdi_nnrt_test_utils.cpp | 170 auto memAddress = memManager->MapMemory(buffer.fd, length); in CreateInputIOTensor() 205 void* HDICommon::MapMemory(int fd, size_t length) in MapMemory() function in OHOS::NeuralNetworkRuntime::Test::HDICommon 208 auto memAddress = memManager->MapMemory(fd, length); in MapMemory()
|
/test/xts/hats/ai/nnrt/hdi/nnrtStabilityTest/src/ |
D | hdi_stability_test.cpp | 71 auto memAddress = HDICommon::MapMemory(tensor.data.fd, ADDEND_BUFFER_LENGTH); in RunModelTest() 84 auto memAddress = HDICommon::MapMemory(outputs[0].data.fd, ADDEND_BUFFER_LENGTH); in RunModelTest()
|
/test/xts/acts/ai/neural_network_runtime/common/ |
D | mock_idevice.cpp | 184 auto memAddress = memManager->MapMemory(m_bufferFd, length); in MemoryCopy()
|