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:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
template <typename Scalar>
31
struct MeanReducer {
32
Scalar initialize() const { return Scalar(0); }
33
};
34
35
// Dummy class used for template specialization for l2-norm reduction.
Callers
nothing calls this directly
Calls
1
Scalar
Function · 0.85
Tested by
no test coverage detected