Searched refs:CLLKTrackerInitKernel (Results 1 – 5 of 5) sorted by relevance
44 class CLLKTrackerInitKernel; variable129 std::vector<std::unique_ptr<CLLKTrackerInitKernel>> _tracker_init_kernel;
40 void CLLKTrackerInitKernel::configure(const ICLKeyPointArray *old_points, const ICLKeyPointArray *n… in configure()47 void CLLKTrackerInitKernel::configure(const CLCompileContext &compile_context, const ICLKeyPointArr… in configure()87 void CLLKTrackerInitKernel::run(const Window &window, cl::CommandQueue &queue) in run()
39 class CLLKTrackerInitKernel : public ICLKernel
140 _tracker_init_kernel.emplace_back(support::cpp14::make_unique<CLLKTrackerInitKernel>()); in configure()
1258 …- @ref CLLKTrackerInitKernel, @ref CLLKTrackerStage0Kernel, @ref CLLKTrackerStage1Kernel, @ref CLL…