Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ readInteger
Function
readInteger
include/singa/utils/integer.h:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
static inline int appendInteger(char* buf) { return 0; }
56
static inline int readInteger(char* buf) { return 0; }
57
58
template <typename Type, typename... Types>
59
static int appendInteger(char* buf, Type value, Types... values) {
Callers
nothing calls this directly
Calls
1
ntoh
Function · 0.70
Tested by
no test coverage detected