Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/utils/
Dbyte_order.cpp72 static inline uint16_t decodeUInt16(const uint8_t* data) { in decodeUInt16() function
80 uint16_t output = decodeUInt16(data); in decodeUInt16ByteSwapped()
127 : decodeUInt16(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()