Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dbyte_order.cpp79 static inline uint16_t decodeUInt16ByteSwapped(const uint8_t* data) { in decodeUInt16ByteSwapped() function
126 dst[i] = (int16_t)(do_byte_swap ? decodeUInt16ByteSwapped(src) in THP_decodeInt16Buffer()
167 x = (do_byte_swap ? decodeUInt16ByteSwapped(src) : decodeUInt16(src)); in THP_decodeHalfBuffer()
180 (do_byte_swap ? decodeUInt16ByteSwapped(src) : decodeUInt16(src)); in THP_decodeBFloat16Buffer()