We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c3430 commit 1a00287Copy full SHA for 1a00287
cpp/api/include/trtorch/trtorch.h
@@ -90,7 +90,7 @@ struct TRTORCH_API ExtraInfo {
90
* This class is compatable with c10::DataTypes (but will check for TRT support)
91
* so there should not be a reason that you need to use this type explictly.
92
*/
93
- class DataType {
+ class TRTORCH_API DataType {
94
public:
95
/**
96
* Underlying enum class to support the DataType Class
0 commit comments