Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ Add
Function
Add
dali/core/tuple_test.cc:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
79
template <typename T, typename U>
80
constexpr auto Add(T a, U b)->decltype(a+b) { return a+b; }
81
82
#if !defined(__AARCH64_QNX__)
83
Callers
1
Add
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected