MCPcopy Create free account
hub / github.com/apache/singa / GetReferenceableValue

Function GetReferenceableValue

include/singa/utils/logging.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 return t;
105}
106inline char GetReferenceableValue(char t) { return t; }
107inline unsigned char GetReferenceableValue(unsigned char t) { return t; }
108inline signed char GetReferenceableValue(signed char t) { return t; }
109inline short GetReferenceableValue(short t) { return t; }

Callers 1

logging.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected