mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: Addressed Dima's feedback. The proposal is here: https://fb.quip.com/TbQmAuqIznCf Pull Request resolved: https://github.com/pytorch/pytorch/pull/12384 Reviewed By: dzhulgakov Differential Revision: D10246743 Pulled By: houseroad fbshipit-source-id: c80db0c35d60ca32965275da705f2b1dfb2a7265
12 lines
263 B
C++
12 lines
263 B
C++
#ifndef CAFFE2_UTILS_PROTO_CONVERT_H_
|
|
#define CAFFE2_UTILS_PROTO_CONVERT_H_
|
|
|
|
#include "caffe2/core/common.h"
|
|
#include "caffe2/proto/caffe2_pb.h"
|
|
#include "caffe2/proto/torch_pb.h"
|
|
|
|
namespace caffe2 {
|
|
} // namespace caffe2
|
|
|
|
#endif // CAFFE2_UTILS_PROTO_CONVERT_H_
|