Home
last modified time | relevance | path

Searched defs:box_ind (Results 1 – 8 of 8) sorted by relevance

/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()
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 DNECropResize.cpp42 …::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 DNECropKernel.cpp197 …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 Dcrop_and_resize_op_benchmark_test.cc31 Tensor box_ind(DT_INT32, TensorShape({batches})); in CropAndResize() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DCropResize.cpp160 …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 Dimage_grad_test.cc316 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 Dimage_ops.cc894 ShapeHandle box_ind; in __anon269972ec1602() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py4885 box_ind=None, argument