Searched defs:pred_boxes (Results  1 – 10 of 10) sorted by relevance
| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLBoundingBoxTransform.cpp | 32 void CLBoundingBoxTransform::configure(const ICLTensor *boxes, ICLTensor *pred_boxes, const ICLTens…  in configure()37 …(const CLCompileContext &compile_context, const ICLTensor *boxes, ICLTensor *pred_boxes, const ICL…  in configure()
 47 Status CLBoundingBoxTransform::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, co…  in validate()
 
 | 
| /external/ComputeLibrary/src/core/CL/kernels/ | 
| D | CLBoundingBoxTransformKernel.cpp | 42 Status validate_arguments(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const ITensorInf…  in validate_arguments()91 void CLBoundingBoxTransformKernel::configure(const ICLTensor *boxes, ICLTensor *pred_boxes, const I…  in configure()
 96 …(const CLCompileContext &compile_context, const ICLTensor *boxes, ICLTensor *pred_boxes, const ICL…  in configure()
 155 …oundingBoxTransformKernel::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const…  in validate()
 
 | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| D | NEBoundingBoxTransform.cpp | 30 void NEBoundingBoxTransform::configure(const ITensor *boxes, ITensor *pred_boxes, const ITensor *de…  in configure()39 Status NEBoundingBoxTransform::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, co…  in validate()
 
 | 
| /external/ComputeLibrary/src/core/NEON/kernels/ | 
| D | NEBoundingBoxTransformKernel.cpp | 98 Status validate_arguments(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const ITensorInf…  in validate_arguments()145 void NEBoundingBoxTransformKernel::configure(const ITensor *boxes, ITensor *pred_boxes, const ITens…  in configure()
 167 …oundingBoxTransformKernel::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const…  in validate()
 
 | 
| /external/ComputeLibrary/tests/validation/reference/ | 
| D | BoundingBoxTransform.cpp | 43     SimpleTensor<T> pred_boxes(deltas.shape(), boxes_data_type);  in bounding_box_transform()  local110 …SimpleTensor<uint16_t> pred_boxes     = convert_to_asymmetric<uint16_t>(pred_boxes_tmp, boxes.quan…  in bounding_box_transform()  local
 
 | 
| /external/ComputeLibrary/src/cpu/kernels/boundingboxtransform/generic/neon/ | 
| D | qsymm16.cpp | 29 void neon_qu16_boundingboxtransform(const ITensor *boxes, ITensor *pred_boxes, const ITensor *delta…  in neon_qu16_boundingboxtransform()
 | 
| D | fp32.cpp | 29 void neon_fp32_boundingboxtransform(const ITensor *boxes, ITensor *pred_boxes, const ITensor *delta…  in neon_fp32_boundingboxtransform()
 | 
| D | fp16.cpp | 30 void neon_fp16_boundingboxtransform(const ITensor *boxes, ITensor *pred_boxes, const ITensor *delta…  in neon_fp16_boundingboxtransform()
 | 
| D | impl.cpp | 29 void bounding_box_transform_qsymm16(const ITensor *boxes, ITensor *pred_boxes, const ITensor *delta…  in bounding_box_transform_qsymm16()87 void bounding_box_transform(const ITensor *boxes, ITensor *pred_boxes, const ITensor *deltas, Bound…  in bounding_box_transform()
 
 | 
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| D | BoundingBoxTransformFixture.h | 154         TensorType  pred_boxes;  in compute_target()  local
 |