Skip to content

Commit

Permalink
Fix pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 committed Jul 14, 2024
1 parent a514e87 commit 3b0a96a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions protobuf/model_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,11 @@ message ModelInput
bool is_shape_tensor = 6;

//@@ .. cpp:var:: bool is_non_linear_format_io
//@@
//@@
//@@ Indicates whether the input tensor uses a non-linear IO format. This
//@@ field is currently supported only for TensorRT models. An error will
//@@ be generated if this specification does not comply with the underlying
//@@ field is currently supported only for TensorRT models. An error will
//@@ be generated if this specification does not comply with the
//underlying
//@@ model.
//@@
bool is_non_linear_format_io = 7;
Expand Down Expand Up @@ -472,10 +473,11 @@ message ModelOutput
bool is_shape_tensor = 6;

//@@ .. cpp:var:: bool is_non_linear_format_io
//@@
//@@
//@@ Indicates whether the output tensor uses a non-linear IO format. This
//@@ field is currently supported only for TensorRT models. An error will
//@@ be generated if this specification does not comply with the underlying
//@@ field is currently supported only for TensorRT models. An error will
//@@ be generated if this specification does not comply with the
//underlying
//@@ model.
//@@
bool is_non_linear_format_io = 7;
Expand Down

0 comments on commit 3b0a96a

Please sign in to comment.