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

Class fmod

tensorflow/core/kernels/cwise_ops.h:968–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966
967template <typename T>
968struct fmod : base<T, Eigen::internal::scalar_fmod_op<T>> {};
969
970template <typename T>
971struct mod : base<T, Eigen::internal::scalar_mod2_op<T>> {};

Callers 4

operator()Method · 0.85
divmodFunction · 0.85
operator()Method · 0.85
HandleRemainderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected