Home
last modified time | relevance | path

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

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