Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Draw_coding.h41 inline uint32 DecodeFixed32(const char* ptr) { in DecodeFixed32() function
/external/libtextclassifier/native/lang_id/common/math/
Dhash.cc28 inline uint32 DecodeFixed32(const char *ptr) { in DecodeFixed32() function
/external/leveldb/util/
Dcoding.h81 inline uint32_t DecodeFixed32(const char* ptr) { in DecodeFixed32() function
/external/golang-protobuf/internal/protolegacy/
Dproto.go99 func (*Buffer) DecodeFixed32() (uint64, error) { panic("not implemented") } func