Skip to content

Commit

Permalink
Fix formatting error due to comments.
Browse files Browse the repository at this point in the history
Fix formatting error due to comments.

ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
  • Loading branch information
BLee-bot committed Nov 25, 2024
1 parent adaf8ba commit 0cb4404
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions compiler/record-hessian/src/RecordHessian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,8 @@ template <typename NodeT> size_t getTensorSize(const NodeT *node)

} // namespace

namespace record_hessian
{

// void RecordHessian::initialize(luci::Module *module); // To Be Implemented


// std::unique_ptr<HessianMap> RecordHessian::profileData(const std::string &input_data_path); // To Be Implemented


} // namespace record_hessian
// namespace record_hessian
// {
// // void RecordHessian::initialize(luci::Module *module); // To Be Implemented
// // std::unique_ptr<HessianMap> RecordHessian::profileData(const std::string &input_data_path); // To Be Implemented
// } // namespace record_hessian

0 comments on commit 0cb4404

Please sign in to comment.