Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/system/
Dbase.h111 inline uint32 DecodeFixed32(const char *ptr) { in DecodeFixed32() function
119 inline uint32 LE_LOAD32(const uint8_t *p) { return DecodeFixed32(reinterpret_cast<const char *>(p))… in LE_LOAD32()