"vscode:/vscode.git/clone" did not exist on "8c71f3f86d1c555ea6c464fcdb67b3448838092f"
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 <ATen/TensorUtils.h>
#include "cpu/vision_cpu.h" #include "vision_cpu.h"
// implementation taken from Caffe2 // implementation taken from Caffe2
template <typename T> template <typename T>
......
#include "cpu/vision_cpu.h" #include "vision_cpu.h"
template <typename scalar_t> template <typename scalar_t>
at::Tensor nms_cpu_kernel( 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