Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Sum
Class
Sum
tensorflow/core/kernels/scan_ops_gpu.h:119–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
118
template <typename T>
119
struct Sum {
120
__host__ __device__ T operator()(const T& a, const T& b) const {
121
return a + b;
122
}
123
};
124
125
template <typename T>
126
struct Prod {
Callers
15
operator()
Method · 0.70
operator()
Method · 0.70
Compute
Method · 0.70
TEST
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
BroadcastToGrad
Function · 0.50
TEST_F
Function · 0.50
SoftmaxGrad
Function · 0.50
Calls
no outgoing calls
Tested by
9
TEST
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
TEST
Function · 0.40
CreateGraphDef
Function · 0.40