Searched refs:PutFixed64 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/core/ | ||
D | coding.h | 44 extern void PutFixed64(string* dst, uint64 value); |
D | coding.cc | 70 void PutFixed64(string* dst, uint64 value) { in PutFixed64() function |