pytorch/caffe2/core/tensor_int8.cc
Sebastian Messmer 4b0fc5200b Fix include paths for typeid.h (#13689)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/13689

Now that typeid.h lives in c10/util, the include paths should reflect that.

Reviewed By: ezyang

Differential Revision: D12912237

fbshipit-source-id: e54225f049f690de77cb6d5f417994b211a6e1fb
2018-11-14 18:04:09 -08:00

6 lines
147 B
C++

#include "caffe2/core/tensor_int8.h"
#include <c10/util/typeid.h>
namespace caffe2 {
CAFFE_KNOWN_TYPE(int8::Int8TensorCPU);
} // namespace caffe2