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

Function coeff

tensorflow/core/kernels/mirror_pad_op.h:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 EIGEN_STRONG_INLINE void cleanup() { impl_.cleanup(); }
165
166 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType
167 coeff(Index index) const {
168 eigen_assert(index < dimensions().TotalSize());
169 const Index input_index = ToInputIndex(index);
170 return impl_.coeff(input_index);
171 }
172
173 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType
174 coeff(array<Index, Dims> coords) const {

Callers 3

TEST_FFunction · 0.85
packetFunction · 0.85

Calls 3

ToInputIndexFunction · 0.85
ToInputCoordFunction · 0.85
coeffMethod · 0.80

Tested by 1

TEST_FFunction · 0.68