Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ initialize
Method
initialize
tensorflow/core/kernels/reduction_ops.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
template <typename Scalar>
37
struct EuclideanNormReducer {
38
Scalar initialize() const { return Scalar(0); }
39
};
40
41
template <typename Device, typename OUT_T, typename IN_T,
Callers
nothing calls this directly
Calls
1
Scalar
Function · 0.85
Tested by
no test coverage detected