Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLMinMaxLocation.h76 CLCoordinates2DArray *min_loc = nullptr, CLCoordinates2DArray *max_loc = nullptr,
92 CLCoordinates2DArray *min_loc = nullptr, CLCoordinates2DArray *max_loc = nullptr,
107CLCoordinates2DArray *_min_loc; /**< Minimum value occurrences coordi…
108CLCoordinates2DArray *_max_loc; /**< Maximum value occurrences coord…
/external/ComputeLibrary/src/runtime/CL/functions/
DCLMinMaxLocation.cpp47 …igure(const ICLImage *input, void *min, void *max, CLCoordinates2DArray *min_loc, CLCoordinates2DA… in configure()
52 …text, const ICLImage *input, void *min, void *max, CLCoordinates2DArray *min_loc, CLCoordinates2DA… in configure()
/external/ComputeLibrary/src/runtime/CL/
DTracePoint.cpp37 TRACE_TO_STRING(CLCoordinates2DArray)
40 CONST_PTR_CLASS(CLCoordinates2DArray)
/external/ComputeLibrary/arm_compute/runtime/CL/
DCLArray.h109 using CLCoordinates2DArray = CLArray<Coordinates2D>; variable