Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dformat.cc39 if (core::GetVarint64(input, &offset_) && core::GetVarint64(input, &size_)) { in DecodeFrom()
/external/tensorflow/tensorflow/core/lib/core/
Dcoding.h50 extern bool GetVarint64(StringPiece* input, uint64* value);
Dcoding.cc194 bool GetVarint64(StringPiece* input, uint64* value) { in GetVarint64() function
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc109 core::GetVarint64(&iter, &scratch); in Decode()
113 core::GetVarint64(&iter, &scratch); in Decode()
135 core::GetVarint64(&iter, &scratch); in Decode()
137 core::GetVarint64(&iter, &scratch); in Decode()