Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
ONE-DCO-1.0-Signed-off-by: Banseok Lee <bs93.lee@samsung.com>
  • Loading branch information
BLee-bot committed Oct 28, 2024
1 parent 480cd33 commit 5c8639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/record-hessian/src/HessianComputer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void HessianComputer::recordHessian(const luci::CircleNode *node,
recordHessianForConv2D(node, input_tensor);
break;
default:
throw std::runtime_error(node->name() + " is unsupported op for record hessian.");
throw std::runtime_error("RecordHessian: " + node->name() + " is unsupported op.");
}
}

Expand Down

0 comments on commit 5c8639d

Please sign in to comment.