mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
5 lines
94 B
C++
5 lines
94 B
C++
#include "caffe2/core/qtensor.h"
|
|
|
|
namespace caffe2 {
|
|
CAFFE_KNOWN_TYPE(QTensor<CPUContext>);
|
|
}
|