Skip to content

Commit 09e0907

Browse files
committed
refactor(trtorchc): Apply linting to trtorchc
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 536983b commit 09e0907

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cpp/trtorchc/main.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ int main(int argc, char** argv) {
164164
{"allow-gpu-fallback"});
165165

166166
args::Flag disable_tf32(
167-
parser,
168-
"disable-tf32",
169-
"Prevent Float32 layers from using the TF32 data format",
170-
{"disable-tf32"});
167+
parser, "disable-tf32", "Prevent Float32 layers from using the TF32 data format", {"disable-tf32"});
171168

172169
args::ValueFlag<std::string> op_precision(
173170
parser,

0 commit comments

Comments
 (0)