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 60f70b1 commit deb4af7Copy full SHA for deb4af7
paddle/fluid/operators/tensorrt_engine_op.h
@@ -34,7 +34,7 @@ namespace operators {
34
using FluidDT = framework::proto::VarType_Type;
35
using TRT_DT = nvinfer1::DataType;
36
37
-namespace { // NOLINT
+namespace { // NOLINT
38
39
TRT_DT FluidDataType2TRT(FluidDT type) {
40
switch (type) {
@@ -60,7 +60,7 @@ nvinfer1::Dims Vec2TRT_Dims(const std::vector<int64_t>& shape) {
60
return nvinfer1::DimsCHW(shape[1], 1, 1);
61
}
62
63
-} // NOLINT // namespace
+} // NOLINT // namespace
64
65
using inference::Singleton;
66
using inference::tensorrt::TRT_EngineManager;
0 commit comments