Searched defs:pred_boxes (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLBoundingBoxTransform.cpp | 31 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/ |
D | CLBoundingBoxTransformKernel.cpp | 44 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/ |
D | NEBoundingBoxTransform.cpp | 31 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/ |
D | BoundingBoxTransform.cpp | 43 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/ |
D | NEBoundingBoxTransformKernel.cpp | 41 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/ |
D | BoundingBoxTransformFixture.h | 154 TensorType pred_boxes; in compute_target() local
|