Home
last modified time | relevance | path

Searched defs:boxes1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dheatmap_max_keypoint.mod.py21 boxes1 = Input("boxes", "TENSOR_FLOAT32", "{5, 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.cpp5152 auto boxes1 = paragraph->getRectsForRange(0, 0, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() local
7302 auto boxes1 = impl->getRectsForRange(0, 2, RectHeightStyle::kTight, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local