Commit 598b61d9 authored by gslotman's avatar gslotman Committed by Francisco Massa
Browse files

Fix header includes for cpu (#1644)

parent 3bd7a405
#include <ATen/TensorUtils.h>
#include "cpu/vision_cpu.h"
#include "vision_cpu.h"
// implementation taken from Caffe2
template <typename T>
......
#include "cpu/vision_cpu.h"
#include "vision_cpu.h"
template <typename scalar_t>
at::Tensor nms_cpu_kernel(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment