Home
last modified time | relevance | path

Searched defs:pred_boxes (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/functions/
DCLBoundingBoxTransform.cpp31 void CLBoundingBoxTransform::configure(const ICLTensor *boxes, ICLTensor *pred_boxes, const ICLTens… in configure()
36 …(const CLCompileContext &compile_context, const ICLTensor *boxes, ICLTensor *pred_boxes, const ICL… in configure()
44 Status CLBoundingBoxTransform::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, co… in validate()
/external/ComputeLibrary/src/core/CL/kernels/
DCLBoundingBoxTransformKernel.cpp44 Status validate_arguments(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const ITensorInf… in validate_arguments()
92 void CLBoundingBoxTransformKernel::configure(const ICLTensor *boxes, ICLTensor *pred_boxes, const I… in configure()
97 …(const CLCompileContext &compile_context, const ICLTensor *boxes, ICLTensor *pred_boxes, const ICL… in configure()
154 …oundingBoxTransformKernel::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const… in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEBoundingBoxTransform.cpp31 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/tests/validation/reference/
DBoundingBoxTransform.cpp43 SimpleTensor<T> pred_boxes(deltas.shape(), boxes_data_type); in bounding_box_transform() local
110 …SimpleTensor<uint16_t> pred_boxes = convert_to_asymmetric<uint16_t>(pred_boxes_tmp, boxes.quan… in bounding_box_transform() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEBoundingBoxTransformKernel.cpp41 Status validate_arguments(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const ITensorInf… in validate_arguments()
88 void NEBoundingBoxTransformKernel::configure(const ITensor *boxes, ITensor *pred_boxes, const ITens… in configure()
113 …oundingBoxTransformKernel::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, const… in validate()
/external/ComputeLibrary/tests/validation/fixtures/
DBoundingBoxTransformFixture.h154 TensorType pred_boxes; in compute_target() local