Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
chunseoklee committed Sep 4, 2024
1 parent 89d342f commit beaf2f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions onert-micro/onert-micro/src/execute/OMUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,11 @@ void onert_micro::execute::calculateQuantParams(core::ArithmeticQuantParams &par
&params.quantized_activation_max);
}

OMStatus onert_micro::execute::TISOHeader(const OMExecuteArgs &execute_args, const circle::Tensor **input1,
const circle::Tensor **input2, const circle::Tensor **output,
OMRuntimeKernel *runtime_kernel)
OMStatus onert_micro::execute::TISOHeader(const OMExecuteArgs &execute_args,
const circle::Tensor **input1,
const circle::Tensor **input2,
const circle::Tensor **output,
OMRuntimeKernel *runtime_kernel)
{
OMStatus status;

Expand Down

0 comments on commit beaf2f3

Please sign in to comment.