Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNMT/CTranslate2
/ add
Method
add
src/cpu/vec.h:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
static inline value_type add(value_type a, value_type b) {
116
return a + b;
117
}
118
119
static inline value_type sub(value_type a, value_type b) {
120
return a - b;
Callers
5
_create_vocab
Function · 0.45
apply
Method · 0.45
apply_min_length
Function · 0.45
apply
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
_create_vocab
Function · 0.36
TEST
Function · 0.36