Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dbyte_order.cpp105 static inline uint64_t decodeUInt64ByteSwapped(const uint8_t* data) { in decodeUInt64ByteSwapped() function
150 dst[i] = (int64_t)(do_byte_swap ? decodeUInt64ByteSwapped(src) in THP_decodeInt64Buffer()
220 x = (do_byte_swap ? decodeUInt64ByteSwapped(src) : decodeUInt64(src)); in THP_decodeDoubleBuffer()
270 x = (do_byte_swap ? decodeUInt64ByteSwapped(src) : decodeUInt64(src)); in THP_decodeComplexDoubleBuffer()
272 y = (do_byte_swap ? decodeUInt64ByteSwapped(src) : decodeUInt64(src)); in THP_decodeComplexDoubleBuffer()