MCPcopy 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

30template <typename Scalar>
31struct 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

ScalarFunction · 0.85

Tested by

no test coverage detected