Home
last modified time | relevance | path

Searched defs:gt_boxes (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Diou_cpu_kernel.cc64 auto gt_boxes = reinterpret_cast<T *>(inputs[GT_BOXES]->addr); in Launch() local
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py387 def infer_shape(self, anchor_boxes, gt_boxes): argument
395 def infer_dtype(self, anchor_boxes, gt_boxes): argument