#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 134 of file TensorIntDiv.h.
|
private |
Definition at line 174 of file TensorIntDiv.h.
|
inline |
Definition at line 136 of file TensorIntDiv.h.
|
inline |
Definition at line 145 of file TensorIntDiv.h.
|
inline |
Definition at line 164 of file TensorIntDiv.h.
|
private |
Definition at line 175 of file TensorIntDiv.h.
|
private |
Definition at line 176 of file TensorIntDiv.h.
|
private |
Definition at line 177 of file TensorIntDiv.h.