Skip to content

Commit fdf34a8

Browse files
snnngunan
authored andcommitted
Fix a bug: bfloat16 is unsigned on Windows (tensorflow#15302)
1 parent 0f2f5b9 commit fdf34a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/core/framework/numeric_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ limitations under the License.
2525
#include "third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint"
2626
// clang-format on
2727

28+
#include "tensorflow/core/platform/cpu_info.h"
2829
#include "tensorflow/core/platform/types.h"
2930

3031
namespace tensorflow {

0 commit comments

Comments
 (0)