Searched defs:box_ind (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLCropResize.cpp | 40 inline void configure_crop(const ICLTensor *input, ICLTensor *crop_boxes, ICLTensor *box_ind, ICLTe… in configure_crop() 67 Status CLCropResize::validate(const ITensorInfo *input, ITensorInfo *boxes, ITensorInfo *box_ind, c… in validate() 86 void CLCropResize::configure(const ICLTensor *input, ICLTensor *boxes, ICLTensor *box_ind, ICLTenso… in configure() 92 …ontext &compile_context, const ICLTensor *input, ICLTensor *boxes, ICLTensor *box_ind, ICLTensor *… in configure()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NECropResize.cpp | 42 …::validate(const ITensorInfo *input, const ITensorInfo *boxes, const ITensorInfo *box_ind, const I… in validate() 59 void NECropResize::configure(const ITensor *input, const ITensor *boxes, const ITensor *box_ind, IT… in configure()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NECropKernel.cpp | 197 …rnel::configure(const ITensor *input, const ITensor *crop_boxes, const ITensor *box_ind, ITensor *… in configure() 210 …idate(const ITensorInfo *input, const ITensorInfo *crop_boxes, const ITensorInfo *box_ind, const I… in validate()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | crop_and_resize_op_benchmark_test.cc | 31 Tensor box_ind(DT_INT32, TensorShape({batches})); in CropAndResize() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | CropResize.cpp | 160 …resize(const SimpleTensor<T> &src, const SimpleTensor<float> &boxes, SimpleTensor<int32_t> box_ind, in crop_and_resize()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/ |
H A D | image_grad_test.cc | 316 void MakeOp(const Tensor& x_data, const Input& boxes, const Input& box_ind, in MakeOp()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | image_ops.cc | 894 ShapeHandle box_ind; in __anon269972ec1602() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_ops_impl.py | 4885 box_ind=None, argument
|