Skip to content

Commit

Permalink
[onert] Fix a typo in train kernel generator (Samsung#13469)
Browse files Browse the repository at this point in the history
It fixes a typo in train kernel generator.

ONE-DCO-1.0-Signed-off-by: Sanggyu Lee <[email protected]>
  • Loading branch information
glistening authored Jul 18, 2024
1 parent bb81a42 commit cf27d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/onert/backend/train/KernelGenerator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ void KernelGenerator::visit(const ir::train::operation::Pool2D &node)
throw std::runtime_error(node.name() + " only supports 4D tensor as input");
}

// calcualate padding
// calculate padding
const auto stride = node.param().stride;
const auto kh = node.param().kh;
const auto kw = node.param().kw;
Expand Down

0 comments on commit cf27d66

Please sign in to comment.