Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ ntoh
Function
ntoh
include/singa/io/integer.h:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
template <typename T>
52
static inline T ntoh(const T& v)
53
{
54
return hton(v);
55
}
56
57
static inline int appendInteger(char* buf) {return 0;}
58
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