Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dboundingbox_encode_impl.cu52 void BoundingBoxEncode(const size_t size, const T *anchor_box, const T *groundtruth_box, T *deltas,… in BoundingBoxEncode() function
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py145 class BoundingBoxEncode(PrimitiveWithInfer): class