Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mmcv / ops / csrc / parrots / points_in_polygons_pytorch.h
Size: Mime:
// Copyright (c) OpenMMLab. All rights reserved
#ifndef POINTS_IN_POLYGONS_PYTORCH_H
#define POINTS_IN_POLYGONS_PYTORCH_H
#include <torch/extension.h>
using namespace at;

void points_in_polygons_forward(Tensor points, Tensor polygons, Tensor output);

#endif  // POINTS_IN_POLYGONS_PYTORCH_H