Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/utils/
Dbyte_order.cpp98 static inline uint64_t decodeUInt64(const uint8_t* data) { in decodeUInt64() function
106 uint64_t output = decodeUInt64(data); in decodeUInt64ByteSwapped()
151 : decodeUInt64(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()