EIGEN_STRONG_INLINE was NOT inlining in some critical needed areas

EIGEN_STRONG_INLINE was NOT inlining in some critical needed areas (6.6X slowdown) when used with Tensorflow. Changing to EIGEN_ALWAYS_INLINE where appropriate.

Merge request reports

Loading