Home
last modified time | relevance | path

Searched defs:boxes2 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dheatmap_max_keypoint_quant8_signed.mod.py20 boxes2 = Input("boxes", "TENSOR_FLOAT32", "{2, 4}") variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dheatmap_max_keypoint.mod.py83 boxes2 = Input("boxes", "TENSOR_FLOAT32", "{2, 4}") variable
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchvision_models.py575 def generalized_box_iou(boxes1, boxes2): argument
617 def box_iou(boxes1, boxes2): argument
/aosp_15_r20/external/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp5155 auto boxes2 = paragraph->getRectsForRange(0, 1, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() local
7305 auto boxes2 = impl->getRectsForRange(0, 3, RectHeightStyle::kTight, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local
/aosp_15_r20/external/skia/modules/skparagraph/slides/
H A DParagraphSlide.cpp2574 … auto boxes2 = paragraph->getRectsForRange(0, 7, RectHeightStyle::kTight, RectWidthStyle::kMax); in draw() local