Searched refs:CLCoordinates2DArray (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLMinMaxLocation.h | 76 CLCoordinates2DArray *min_loc = nullptr, CLCoordinates2DArray *max_loc = nullptr, 92 CLCoordinates2DArray *min_loc = nullptr, CLCoordinates2DArray *max_loc = nullptr, 107 …CLCoordinates2DArray *_min_loc; /**< Minimum value occurrences coordi… 108 …CLCoordinates2DArray *_max_loc; /**< Maximum value occurrences coord…
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLMinMaxLocation.cpp | 47 …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/ |
D | TracePoint.cpp | 37 TRACE_TO_STRING(CLCoordinates2DArray) 40 CONST_PTR_CLASS(CLCoordinates2DArray)
|
/external/ComputeLibrary/arm_compute/runtime/CL/ |
D | CLArray.h | 109 using CLCoordinates2DArray = CLArray<Coordinates2D>; variable
|