Home
last modified time | relevance | path

Searched defs:do_byte_swap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dbyte_order.cpp123 bool do_byte_swap, in THP_decodeInt16Buffer()
135 bool do_byte_swap, in THP_decodeInt32Buffer()
147 bool do_byte_swap, in THP_decodeInt64Buffer()
159 bool do_byte_swap, in THP_decodeHalfBuffer()
176 bool do_byte_swap, in THP_decodeBFloat16Buffer()
195 bool do_byte_swap, in THP_decodeFloatBuffer()
212 bool do_byte_swap, in THP_decodeDoubleBuffer()
229 bool do_byte_swap, in THP_decodeComplexFloatBuffer()
255 bool do_byte_swap, in THP_decodeComplexDoubleBuffer()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorageMethods.cpp240 bool do_byte_swap = false; in THPStorage_fromBuffer() local