Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Jul 14, 2023
1 parent bf3a863 commit cf4bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_be.cc
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ ModelInstanceState::SaveRequestsToSharedMemory(
id, correlation_id, pb_input_tensors, requested_output_names,
model_state->Name(), model_state->Version(), parameters_string, flags,
0 /* BLS request timeout*/, 0 /* response_factory_address */,
reinterpret_cast<intptr_t>(request),
reinterpret_cast<intptr_t>(request),
PreferredMemory(PreferredMemory::DEFAULT, 0), trace);
}

Expand Down

0 comments on commit cf4bca7

Please sign in to comment.