Home
last modified time | relevance | path

Searched defs:crop_boxes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNECropKernel.cpp197 void NECropKernel::configure(const ITensor *input, const ITensor *crop_boxes, const ITensor *box_in… in configure()
210 Status NECropKernel::validate(const ITensorInfo *input, const ITensorInfo *crop_boxes, const ITenso… in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLCropResize.cpp40 inline void configure_crop(const ICLTensor *input, ICLTensor *crop_boxes, ICLTensor *box_ind, ICLTe… in configure_crop()