Skip to content

Commit

Permalink
Update runtime/onert/core/src/ir/OperationDumper.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Jiyoung Giuliana Yun <[email protected]>
  • Loading branch information
hseok-oh and jyoungyun authored Aug 6, 2024
1 parent c15cf69 commit ed229d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/onert/core/src/ir/OperationDumper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ void OperationDumper::visit(const Pad &node)

void OperationDumper::visit(const Permute &node)
{
std::string permute_type = "Unknown";

VERBOSE(LIR) << "* " << node.name() << std::endl;
VERBOSE(LIR) << " - Inputs : Input(" << node.getInputs().at(0) << ")" << std::endl;
Expand Down

0 comments on commit ed229d1

Please sign in to comment.