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