Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dboundingbox_decode_impl.cu68 void BoundingBoxDecode(const size_t size, const T *rois, const T *deltas, T *bboxes, const float &m… in BoundingBoxDecode() function
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py204 class BoundingBoxDecode(PrimitiveWithInfer): class