Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h266 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function
269 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function
270 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function
271 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function
272 inline short GetReferenceableValue(short t) { return t; } in GetReferenceableValue() function
273 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } in GetReferenceableValue() function
274 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function
275 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function
276 inline long GetReferenceableValue(long t) { return t; } in GetReferenceableValue() function
277 inline unsigned long GetReferenceableValue(unsigned long t) { return t; } in GetReferenceableValue() function
[all …]