Skip to content

Commit

Permalink
Update runtime/onert/core/include/ir/train/operation/BinaryArithmetic.h
Browse files Browse the repository at this point in the history
Co-authored-by: Jiyoung Giuliana Yun <wldudyun10@gmail.com>
  • Loading branch information
2 people authored and YongHyun An committed Jan 22, 2024
1 parent 77727bd commit 3836e94
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef __ONERT_IR_TRAIN_OPERATION_BinaryArithmetic_H__
#define __ONERT_IR_TRAIN_OPERATION_BinaryArithmetic_H__
#ifndef __ONERT_IR_TRAIN_OPERATION_BINARY_ARITHMETIC_H__
#define __ONERT_IR_TRAIN_OPERATION_BINARY_ARITHMETIC_H__

#include "ir/operation/BinaryArithmetic.h"
#include "ir/train/ITrainableOperation.h"
Expand Down Expand Up @@ -48,4 +48,4 @@ class BinaryArithmetic : public ir::operation::BinaryArithmetic, public ITrainab
} // namespace ir
} // namespace onert

#endif // __ONERT_IR_TRAIN_OPERATION_BinaryArithmetic_H__
#endif // __ONERT_IR_TRAIN_OPERATION_BINARY_ARITHMETIC_H__

0 comments on commit 3836e94

Please sign in to comment.