Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLOpticalFlow.h52 using CLCoefficientTableArray = CLArray<CLCoefficientTable>; variable
141 std::unique_ptr<CLCoefficientTableArray> _coefficient_table;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLOpticalFlow.cpp111 …_coefficient_table = arm_compute::support::cpp14::make_unique<CLCoefficientTableArray>(list_length… in configure()