Home
last modified time | relevance | path

Searched refs:aclKernelData (Results 1 – 1 of 1) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/layerTests/
DConv2dTestImpl.cpp3095 std::vector<T> aclKernelData; in CompareDepthwiseConvolution2dTestImpl() local
3096aclKernelData.assign(kernel.data(), kernel.data() + kernelHeight * kernelWidth * outputChannels); in CompareDepthwiseConvolution2dTestImpl()
3105 aclKernelData = tmp; in CompareDepthwiseConvolution2dTestImpl()
3125 AllocateAndCopyDataToITensorHandle(weightsHandle.get(), aclKernelData.data()); in CompareDepthwiseConvolution2dTestImpl()