Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
HectorSVC and github-actions[bot] authored Feb 24, 2025
1 parent 49a713b commit 9d1ed6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnxruntime/core/framework/graph_partitioner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ static Status InlineFunctionsAOTImpl(const ExecutionProviders& execution_provide

// Validate the ep_context_path to make sure it is file path and check whether the file exist already
static Status EpContextFilePathCheckOrGet(const std::filesystem::path& ep_context_path,
const std::filesystem::path& model_path,
std::filesystem::path& context_cache_path) {
const std::filesystem::path& model_path,
std::filesystem::path& context_cache_path) {
if (!ep_context_path.empty()) {
context_cache_path = ep_context_path;
if (!context_cache_path.has_filename()) {
Expand Down

0 comments on commit 9d1ed6f

Please sign in to comment.