◆ reduced_divisor() [1/3]
nvinfer1::plugin::reduced_divisor::reduced_divisor |
( |
| ) |
|
|
inline |
◆ reduced_divisor() [2/3]
__host__ __forceinline__ nvinfer1::plugin::reduced_divisor::reduced_divisor |
( |
int |
_y | ) |
|
|
inline |
◆ reduced_divisor() [3/3]
__host__ __device__ __forceinline__ nvinfer1::plugin::reduced_divisor::reduced_divisor |
( |
unsigned |
_mul_coeff, |
|
|
unsigned |
_shift_coeff, |
|
|
int |
_y |
|
) |
| |
|
inline |
◆ div()
__host__ __device__ __forceinline__ int nvinfer1::plugin::reduced_divisor::div |
( |
int |
x | ) |
const |
|
inline |
◆ mod()
__host__ __device__ __forceinline__ int nvinfer1::plugin::reduced_divisor::mod |
( |
int |
x | ) |
const |
|
inline |
◆ divmod()
__host__ __device__ __forceinline__ void nvinfer1::plugin::reduced_divisor::divmod |
( |
int |
x, |
|
|
int & |
q, |
|
|
int & |
mod |
|
) |
| const |
|
inline |
◆ get()
__host__ __device__ __forceinline__ int nvinfer1::plugin::reduced_divisor::get |
( |
| ) |
const |
|
inline |
◆ get_mul_shift()
__host__ void nvinfer1::plugin::reduced_divisor::get_mul_shift |
( |
unsigned & |
mul, |
|
|
unsigned & |
shift |
|
) |
| |
|
inline |
◆ mul_coeff
unsigned int nvinfer1::plugin::reduced_divisor::mul_coeff |
|
protected |
◆ shift_coeff
unsigned int nvinfer1::plugin::reduced_divisor::shift_coeff |
|
protected |
int nvinfer1::plugin::reduced_divisor::y |
|
protected |
The documentation for this class was generated from the following file: