Skip to content

Commit deb4af7

Browse files
committed
add test
1 parent 60f70b1 commit deb4af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/operators/tensorrt_engine_op.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace operators {
3434
using FluidDT = framework::proto::VarType_Type;
3535
using TRT_DT = nvinfer1::DataType;
3636

37-
namespace { // NOLINT
37+
namespace { // NOLINT
3838

3939
TRT_DT FluidDataType2TRT(FluidDT type) {
4040
switch (type) {
@@ -60,7 +60,7 @@ nvinfer1::Dims Vec2TRT_Dims(const std::vector<int64_t>& shape) {
6060
return nvinfer1::DimsCHW(shape[1], 1, 1);
6161
}
6262

63-
} // NOLINT // namespace
63+
} // NOLINT // namespace
6464

6565
using inference::Singleton;
6666
using inference::tensorrt::TRT_EngineManager;

0 commit comments

Comments
 (0)