MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / FillIdentityEigenImpl

Function FillIdentityEigenImpl

tensorflow/core/kernels/reduction_ops.h:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144template <typename Device, typename OUT_T, typename Reducer>
145void FillIdentityEigenImpl(const Device& d, OUT_T out, const Reducer& reducer) {
146 out.device(d) = out.constant(Identity<Reducer>::identity(reducer));
147}
148
149template <typename Device, typename Reducer>
150struct ReduceFunctor {

Callers 10

FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85
FillIdentityMethod · 0.85

Calls 3

identityFunction · 0.50
deviceMethod · 0.45
constantMethod · 0.45

Tested by

no test coverage detected