Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
Dcoding_test.cc77 actual = DecodeFixed64(p); in TEST()
81 actual = DecodeFixed64(p); in TEST()
85 actual = DecodeFixed64(p); in TEST()
/external/tensorflow/tensorflow/core/lib/io/
Drecord_reader.cc147 const uint64 length = core::DecodeFixed64(record.data()); in GetMetadata()
194 const uint64 length = core::DecodeFixed64(record->data()); in ReadRecord()
225 const uint64 length = core::DecodeFixed64(record.data()); in SkipRecords()
/external/tensorflow/tensorflow/core/platform/
Draw_coding.h55 inline uint64 DecodeFixed64(const char* ptr) { in DecodeFixed64() function
Dhash.cc86 uint64 k = core::DecodeFixed64(data); in Hash64()
/external/golang-protobuf/proto/
Ddecode.go200 func (p *Buffer) DecodeFixed64() (x uint64, err error) { func
Dlib.go570 u, err = p.DecodeFixed64()
Dtext.go643 x, err = b.DecodeFixed64()
Dall_test.go244 x, e = o.DecodeFixed64()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.cc829 uint64 length = core::DecodeFixed64(header.data()); in ReadRecord()
837 uint64 length = core::DecodeFixed64(header.data()); in ReadRecord()