Skip to content

Commit

Permalink
Updated comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvkai committed Jun 21, 2024
1 parent 73b959c commit d10ebee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/contrib_ops/cpu/murmur_hash3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ Status MurmurHash3::Compute(OpKernelContext* ctx) const {
}
else
{
// Big endian platform require byte swapping.
auto raw_data = std::make_unique<char[]>(input_num_bytes);
char *raw_data_ptr = raw_data.get();
while (input != input_end) {
Expand Down

0 comments on commit d10ebee

Please sign in to comment.