Searched defs:AllocateAndCopyDataToITensorHandle (Results 1 – 2 of 2) sorted by relevance
20 void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory) in AllocateAndCopyDataToITensorHandle() function
46 AllocateAndCopyDataToITensorHandle(inputTensorHandle.get(), inputData.data()); in MemCopyTest() local