Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h135 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function
138 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function
139 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function
140 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function
141 inline short GetReferenceableValue(short t) { return t; } in GetReferenceableValue() function
142 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } in GetReferenceableValue() function
143 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function
144 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function
145 inline long GetReferenceableValue(long t) { return t; } in GetReferenceableValue() function
146 inline unsigned long GetReferenceableValue(unsigned long t) { return t; } in GetReferenceableValue() function
[all …]