Skip to content

Commit

Permalink
#1922: update type name (QueryResponse is now ConstraintQueryResponse)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminaleTT authored and kmabeeTT committed Jan 24, 2025
1 parent e5c44c7 commit 875343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpModel/TTNN/TTNNOpModelLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ std::tuple<bool, std::optional<std::tuple<size_t, size_t, size_t>>,
std::optional<std::string>>
getOpConstraints(const std::string_view &name, Callable &callable,
auto &&...args) {
::ttnn::graph::QueryResponse query;
::ttnn::graph::ConstraintQueryResponse query;
try {
query = callable(std::forward<decltype(args)>(args)...);
} catch (const std::exception &e) {
Expand Down

0 comments on commit 875343e

Please sign in to comment.