ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
Toggle main menu visibility
Loading...
Searching...
No Matches
torchvision_nms_kernel.hpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Soumith Chintala 2016
2
//
3
// SPDX-License-Identifier: BSD-3-Clause
4
16
17
#pragma once
18
19
#include <ATen/ATen.h>
20
21
namespace
reusex::vision::torchvision
{
22
35
at::Tensor
nms_kernel
(
const
at::Tensor &dets,
const
at::Tensor &scores,
36
double
iou_threshold);
37
38
}
// namespace reusex::vision::torchvision
reusex::vision::torchvision
Definition
torchvision_nms_kernel.hpp:21
reusex::vision::torchvision::nms_kernel
at::Tensor nms_kernel(const at::Tensor &dets, const at::Tensor &scores, double iou_threshold)
torchvision's reference CPU non-maximum-suppression kernel.
libs
reusex
include
vision
third_party
torchvision_nms_kernel.hpp
Generated by
1.17.0