Searched defs:boxes2 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | heatmap_max_keypoint_quant8_signed.mod.py | 20 boxes2 = Input("boxes", "TENSOR_FLOAT32", "{2, 4}") variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | heatmap_max_keypoint.mod.py | 83 boxes2 = Input("boxes", "TENSOR_FLOAT32", "{2, 4}") variable
|
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/ |
H A D | torchvision_models.py | 575 def generalized_box_iou(boxes1, boxes2): argument 617 def box_iou(boxes1, boxes2): argument
|
/aosp_15_r20/external/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 5155 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 D | ParagraphSlide.cpp | 2574 … auto boxes2 = paragraph->getRectsForRange(0, 7, RectHeightStyle::kTight, RectWidthStyle::kMax); in draw() local
|