TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
half_float::detail::binary_specialized< T, U > Struct Template Reference

Wrapper for binary half-precision functions needing specialization for individual argument types. More...

Static Public Member Functions

static expr fmin (float x, float y)
 Minimum implementation. More...
 
static expr fmax (float x, float y)
 Maximum implementation. More...
 
static expr fmin (float x, float y)
 Minimum implementation. More...
 
static expr fmax (float x, float y)
 Maximum implementation. More...
 

Detailed Description

template<typename T, typename U>
struct half_float::detail::binary_specialized< T, U >

Wrapper for binary half-precision functions needing specialization for individual argument types.

Template Parameters
Tfirst argument type
Ufirst argument type

Member Function Documentation

◆ fmin() [1/2]

template<typename T , typename U >
static expr half_float::detail::binary_specialized< T, U >::fmin ( float  x,
float  y 
)
inlinestatic

Minimum implementation.

Parameters
xfirst operand
ysecond operand
Returns
minimum value
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fmax() [1/2]

template<typename T , typename U >
static expr half_float::detail::binary_specialized< T, U >::fmax ( float  x,
float  y 
)
inlinestatic

Maximum implementation.

Parameters
xfirst operand
ysecond operand
Returns
maximum value
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fmin() [2/2]

template<typename T , typename U >
static expr half_float::detail::binary_specialized< T, U >::fmin ( float  x,
float  y 
)
inlinestatic

Minimum implementation.

Parameters
xfirst operand
ysecond operand
Returns
minimum value
Here is the call graph for this function:

◆ fmax() [2/2]

template<typename T , typename U >
static expr half_float::detail::binary_specialized< T, U >::fmax ( float  x,
float  y 
)
inlinestatic

Maximum implementation.

Parameters
xfirst operand
ysecond operand
Returns
maximum value
Here is the call graph for this function:

The documentation for this struct was generated from the following files: