MCPcopy 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

36template <typename Scalar>
37struct EuclideanNormReducer {
38 Scalar initialize() const { return Scalar(0); }
39};
40
41template <typename Device, typename OUT_T, typename IN_T,

Callers

nothing calls this directly

Calls 1

ScalarFunction · 0.85

Tested by

no test coverage detected