Home
last modified time | relevance | path

Searched refs:ByteSwapInt32ForBigEndian (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc169 inline int32 ByteSwapInt32ForBigEndian(int32 x) { in ByteSwapInt32ForBigEndian() function in tensorflow::__anon1dc796c10111::DecodeImageV2Op
549 const int32 header_size = ByteSwapInt32ForBigEndian(header_size_); in DecodeBmpV2()
552 const int32 width = ByteSwapInt32ForBigEndian(width_); in DecodeBmpV2()
555 const int32 height = ByteSwapInt32ForBigEndian(height_); in DecodeBmpV2()