enum cv::instr::IMPL

#include <utility.hpp>

enum IMPL
{
    IMPL_PLAIN  = 0,
    IMPL_IPP,
    IMPL_OPENCL,
};