#include <TensorIntDiv.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | divide (const T numerator) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorIntDivisor () |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorIntDivisor (const T divider) |
Private Types | |
typedef DividerTraits< T >::type | UnsignedType |
Private Attributes | |
UnsignedType | multiplier |
int32_t | shift1 |
int32_t | shift2 |
Definition at line 142 of file TensorIntDiv.h.
|
private |
Definition at line 182 of file TensorIntDiv.h.
|
inline |
Definition at line 144 of file TensorIntDiv.h.
|
inline |
Definition at line 153 of file TensorIntDiv.h.
|
inline |
Definition at line 172 of file TensorIntDiv.h.
|
private |
Definition at line 183 of file TensorIntDiv.h.
|
private |
Definition at line 184 of file TensorIntDiv.h.
|
private |
Definition at line 185 of file TensorIntDiv.h.