Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h105 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function
108 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function
109 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function
110 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function
111 inline short GetReferenceableValue(short t) { return t; } in GetReferenceableValue() function
112 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } in GetReferenceableValue() function
113 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function
114 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function
115 inline long GetReferenceableValue(long t) { return t; } in GetReferenceableValue() function
116 inline unsigned long GetReferenceableValue(unsigned long t) { return t; } in GetReferenceableValue() function
[all …]