Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ ntoh
Function
ntoh
include/singa/utils/integer.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
template <typename T>
51
static inline T ntoh(const T& v) {
52
return hton(v);
53
}
54
55
static inline int appendInteger(char* buf) { return 0; }
56
static inline int readInteger(char* buf) { return 0; }
Callers
1
readInteger
Function · 0.70
Calls
1
hton
Function · 0.70
Tested by
no test coverage detected