Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezTT committed Mar 5, 2025
1 parent 7ffffbf commit 2bdf296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnn/cpp/ttnn/graph/graph_argument_serializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <unordered_map>

namespace ttnn::graph {
std::string graph_demangle(const std::string_view& name);
std::string graph_demangle(const std::string_view name);

class GraphArgumentSerializer {
public:
Expand Down

0 comments on commit 2bdf296

Please sign in to comment.