Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
chilo-ms committed Nov 3, 2023
1 parent b1ec7cd commit 9653143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3192,7 +3192,7 @@ common::Status TensorrtExecutionProvider::Compile(const std::vector<FusedNodeAnd
trt_context = trt_state->context->get();
}

// Get input and output binding names
// Get input and output binding names
int total_bindings = trt_engine->getNbIOTensors();
std::vector<char const*> input_binding_names, output_binding_names;
for (int i = 0, end = total_bindings; i < end; ++i) {
Expand Down

0 comments on commit 9653143

Please sign in to comment.