Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h267 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function
270 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function
271 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function
272 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function
273 inline int16 GetReferenceableValue(int16 t) { return t; } in GetReferenceableValue() function
274 inline uint16 GetReferenceableValue(uint16 t) { return t; } in GetReferenceableValue() function
275 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function
276 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function
277 inline int64 GetReferenceableValue(int64 t) { return t; } in GetReferenceableValue() function
278 inline uint64 GetReferenceableValue(uint64 t) { return t; } in GetReferenceableValue() function