Home
last modified time | relevance | path

Searched defs:AllocateAndCopyDataToITensorHandle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DTensorCopyUtils.cpp20 void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory) in AllocateAndCopyDataToITensorHandle() function
/aosp_15_r20/external/armnn/include/armnnTestUtils/
H A DMemCopyTestImpl.hpp46 AllocateAndCopyDataToITensorHandle(inputTensorHandle.get(), inputData.data()); in MemCopyTest() local