Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dbyte_order.cpp92 static inline uint32_t decodeUInt32ByteSwapped(const uint8_t* data) { in decodeUInt32ByteSwapped() function
138 dst[i] = (int32_t)(do_byte_swap ? decodeUInt32ByteSwapped(src) in THP_decodeInt32Buffer()
203 x = (do_byte_swap ? decodeUInt32ByteSwapped(src) : decodeUInt32(src)); in THP_decodeFloatBuffer()
243 x = (do_byte_swap ? decodeUInt32ByteSwapped(src) : decodeUInt32(src)); in THP_decodeComplexFloatBuffer()
245 y = (do_byte_swap ? decodeUInt32ByteSwapped(src) : decodeUInt32(src)); in THP_decodeComplexFloatBuffer()