Skip to content

Commit

Permalink
do not print repetitive tensors in cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
mtghorbani committed Jul 11, 2024
1 parent da6e12b commit 61c8179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ extern "C"
case true =>
all_tensors
.map(_.deinversifiedHead())
// .distinctBy(_.name)
.distinctBy(_.name)
.map(t => printerr(codeLang, t))
.mkString("\n")
case false =>
Expand Down

0 comments on commit 61c8179

Please sign in to comment.