mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
6 lines
94 B
C++
6 lines
94 B
C++
#include "caffe2/core/qtensor.h"
|
|
|
|
namespace caffe2 {
|
|
CAFFE_KNOWN_TYPE(QTensor<CPUContext>);
|
|
}
|