mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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
6 lines
147 B
C++
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
|