Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 committed Jul 13, 2024
1 parent 4787111 commit 8b5e3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tensorrt_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ TensorFormatToString(const nvinfer1::TensorFormat& io_format)
case nvinfer1::TensorFormat::kDLA_HWC4:
return "DLA_HWC4";
default:
return "INVALID";
return "UNKNOWN";
}
}

Expand Down

0 comments on commit 8b5e3ba

Please sign in to comment.