Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h273 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function
276 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function
277 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function
278 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function
279 inline int16 GetReferenceableValue(int16_t t) { return t; } in GetReferenceableValue() function
280 inline uint16 GetReferenceableValue(uint16 t) { return t; } in GetReferenceableValue() function
281 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function
282 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function
283 inline int64 GetReferenceableValue(int64_t t) { return t; } in GetReferenceableValue() function
284 inline uint64 GetReferenceableValue(uint64 t) { return t; } in GetReferenceableValue() function