mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Releasing to OS Reviewed By: salexspb Differential Revision: D4623486 fbshipit-source-id: 714b1cf2137f164d7925eb52d2a6ed4442e4457e
6 lines
94 B
C++
6 lines
94 B
C++
#include "caffe2/core/qtensor.h"
|
|
|
|
namespace caffe2 {
|
|
CAFFE_KNOWN_TYPE(QTensor<CPUContext>);
|
|
}
|