Skip to content

Commit

Permalink
Update DataUtil.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <[email protected]>
  • Loading branch information
quic-zhanweiw authored Jun 25, 2024
1 parent b7c2d64 commit 40726da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LibQNNHelper/src/Utils/DataUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// SPDX-License-Identifier: BSD-3-Clause
//
//==============================================================================
#pragma warning(push)
#pragma warning(disable:4267)
#include <cmath>
#include <fstream>
#include <iostream>
Expand Down Expand Up @@ -402,4 +404,4 @@ template datautil::StatusCode datautil::castFromFloat<int16_t>(int16_t* out,

template datautil::StatusCode datautil::castFromFloat<int32_t>(int32_t* out,
float* in,
size_t numElements);
size_t numElements);

0 comments on commit 40726da

Please sign in to comment.