Home
last modified time | relevance | path

Searched defs:boxes (Results 1 – 25 of 72) sorted by relevance

123

/external/tensorflow/tensorflow/lite/kernels/internal/
Dnon_max_suppression_test.cc31 void InitializeCandidates(std::vector<float>* boxes, std::vector<float>* scores, in InitializeCandidates()
68 std::vector<float> boxes(1); in TEST() local
88 std::vector<float> boxes(kNumBoxes * 4); in TEST() local
123 std::vector<float> boxes; in TEST() local
165 std::vector<float> boxes; in TEST() local
202 std::vector<float> boxes; in TEST() local
235 std::vector<float> boxes; in TEST() local
269 std::vector<float> boxes; in TEST() local
306 std::vector<float> boxes; in TEST() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLBoundingBoxTransform.cpp31 void CLBoundingBoxTransform::configure(const ICLTensor *boxes, ICLTensor *pred_boxes, const ICLTens… in configure()
36 …BoxTransform::configure(const CLCompileContext &compile_context, const ICLTensor *boxes, ICLTensor… in configure()
44 Status CLBoundingBoxTransform::validate(const ITensorInfo *boxes, const ITensorInfo *pred_boxes, co… in validate()
DCLCropResize.cpp70 Status CLCropResize::validate(const ITensorInfo *input, ITensorInfo *boxes, ITensorInfo *box_ind, c… in validate()
89 void CLCropResize::configure(const ICLTensor *input, ICLTensor *boxes, ICLTensor *box_ind, ICLTenso… in configure()
95 …re(const CLCompileContext &compile_context, const ICLTensor *input, ICLTensor *boxes, ICLTensor *b… in configure()
/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 …nsformKernel::configure(const CLCompileContext &compile_context, const ICLTensor *boxes, ICLTensor… in configure()
154 Status CLBoundingBoxTransformKernel::validate(const ITensorInfo *boxes, const ITensorInfo *pred_box… 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()
DNECropResize.cpp42 Status NECropResize::validate(const ITensorInfo *input, const ITensorInfo *boxes, const ITensorInfo… in validate()
59 void NECropResize::configure(const ITensor *input, const ITensor *boxes, const ITensor *box_ind, IT… in configure()
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc147 ShapeHandle boxes; in NMSShapeFn() local
170 ShapeHandle boxes; in SoftNMSShapeFn() local
196 ShapeHandle boxes; in CombinedNMSShapeFn() local
670 ShapeHandle boxes; in __anon4ac001e20f02() local
892 ShapeHandle boxes; in __anon4ac001e21602() local
949 ShapeHandle boxes; in __anon4ac001e21902() local
977 ShapeHandle boxes; in __anon4ac001e21a02() local
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp298 auto boxes = paragraph->getRectsForRange(0, 3, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() local
369 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
425 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
481 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
540 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
594 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
648 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
701 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
819 auto boxes = paragraph->getRectsForRange(0, 3, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() local
942 auto boxes = paragraph->getRectsForPlaceholders(); in UNIX_ONLY_TEST() local
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
DAbstractContainerBox.java41 protected List<Box> boxes = new LinkedList<Box>(); field in AbstractContainerBox
61 public void setBoxes(List<Box> boxes) { in setBoxes()
DFullContainerBox.java37 protected List<Box> boxes = new LinkedList<Box>(); field in FullContainerBox
41 public void setBoxes(List<Box> boxes) { in setBoxes()
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc71 const Tensor& boxes, int* num_boxes) { in ParseAndCheckBoxSizes()
96 const Tensor& boxes, in ParseAndCheckCombinedNMSBoxSizes()
114 static inline float IOU(typename TTypes<T, 2>::ConstTensor boxes, int i, in IOU()
147 const Tensor& boxes) { in CreateIOUSimilarityFn()
589 const Tensor& boxes = context->input(0); in Compute() local
628 const Tensor& boxes = context->input(0); in Compute() local
672 const Tensor& boxes = context->input(0); in Compute() local
730 const Tensor& boxes = context->input(0); in Compute() local
799 const Tensor& boxes = context->input(0); in Compute() local
927 const Tensor& boxes = context->input(0); in Compute() local
Dcrop_and_resize_op.cc59 static inline Status ParseAndCheckBoxSizes(const Tensor& boxes, in ParseAndCheckBoxSizes()
133 const Tensor& boxes = context->input(1); in ComputeAsync() local
184 const Tensor& boxes = context->input(1); in ComputeAsync() local
367 const Tensor& boxes = context->input(1); in ComputeAsync() local
431 const Tensor& boxes = context->input(1); in ComputeAsync() local
588 const Tensor& boxes = context->input(2); in ComputeAsync() local
648 const Tensor& boxes = context->input(2); in ComputeAsync() local
Dnon_max_suppression_op.cu.cc315 Status DoNMS(OpKernelContext* context, const Tensor& boxes, in DoNMS()
457 Status CheckValidInputs(const Tensor& boxes, const Tensor& scores, in CheckValidInputs()
510 const Tensor& boxes = context->input(0); in Compute() local
549 const Tensor& boxes = context->input(0); in Compute() local
594 const Tensor& boxes = context->input(0); in Compute() local
Dnon_max_suppression_op_benchmark_test.cc27 Tensor boxes(DT_FLOAT, TensorShape({batches, box_num, q, 4})); in CombinedNonMaxSuppression() local
Dcrop_and_resize_op_benchmark_test.cc29 Tensor boxes(DT_FLOAT, TensorShape({batches, 4})); in CropAndResize() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py3641 def non_max_suppression(boxes, argument
3694 def non_max_suppression_with_scores(boxes, argument
4670 boxes, argument
4758 boxes, argument
4949 def combined_non_max_suppression(boxes, argument
5116 def _cross_suppression(boxes, box_slice, iou_threshold, inner_idx, tile_size): argument
5144 def _suppression_loop_body(boxes, iou_threshold, output_size, idx, tile_size): argument
5166 def cross_suppression_func(boxes, box_slice, iou_threshold, inner_idx): argument
5214 def non_max_suppression_padded(boxes, argument
5309 def non_max_suppression_padded_v2(boxes, argument
[all …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DSampleEntry.java48 protected List<Box> boxes = new LinkedList<Box>(); field in SampleEntry
68 public void setBoxes(List<Box> boxes) { in setBoxes()
/external/ComputeLibrary/tests/validation/reference/
DBoundingBoxTransform.cpp40 SimpleTensor<T> bounding_box_transform(const SimpleTensor<T> &boxes, const SimpleTensor<TDeltas> &d… in bounding_box_transform()
105 SimpleTensor<uint16_t> bounding_box_transform(const SimpleTensor<uint16_t> &boxes, const SimpleTens… in bounding_box_transform()
/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 Status NEBoundingBoxTransformKernel::validate(const ITensorInfo *boxes, const ITensorInfo *pred_box… in validate()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h34 inline float ComputeIntersectionOverUnion(const float* boxes, const int i, in ComputeIntersectionOverUnion()
87 inline void NonMaxSuppression(const float* boxes, const int num_boxes, in NonMaxSuppression()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DContainerBox.java39 void setBoxes(List<Box> boxes); in setBoxes()
/external/ComputeLibrary/tests/validation/fixtures/
DBoundingBoxTransformFixture.h45 std::vector<float> generate_deltas(std::vector<float> &boxes, const TensorShape &image_shape, size_… in generate_deltas()
153 TensorType boxes = create_tensor<TensorType>(boxes_shape, data_type, 1, _boxes_qinfo); in compute_target() local
DCropResizeFixture.h78 TensorType boxes = create_tensor<TensorType>(boxes_shape, DataType::F32); in compute_target() local
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAbstractAppleMetaDataBox.java29 public void setBoxes(List<Box> boxes) { in setBoxes()
/external/aac/libSACdec/src/
Dsac_smoothing.cpp170 int boxes = self->numOttBoxes; in SpatialDecSmoothM1andM2() local

123