Searched refs:aclKernelData (Results 1 – 1 of 1) sorted by relevance
3095 std::vector<T> aclKernelData; in CompareDepthwiseConvolution2dTestImpl() local3096 … aclKernelData.assign(kernel.data(), kernel.data() + kernelHeight * kernelWidth * outputChannels); in CompareDepthwiseConvolution2dTestImpl()3105 aclKernelData = tmp; in CompareDepthwiseConvolution2dTestImpl()3125 AllocateAndCopyDataToITensorHandle(weightsHandle.get(), aclKernelData.data()); in CompareDepthwiseConvolution2dTestImpl()