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::unary_specialized< T > Struct Template Reference

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

Static Public Member Functions

static half negate (half arg)
 Negation implementation. More...
 
static half fabs (half arg)
 Absolute value implementation. More...
 
static half negate (half arg)
 Negation implementation. More...
 
static half fabs (half arg)
 Absolute value implementation. More...
 

Detailed Description

template<typename T>
struct half_float::detail::unary_specialized< T >

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

Template Parameters
Targument type

Member Function Documentation

◆ negate() [1/2]

template<typename T >
static half half_float::detail::unary_specialized< T >::negate ( half  arg)
inlinestatic

Negation implementation.

Parameters
argvalue to negate
Returns
negated value
Here is the caller graph for this function:

◆ fabs() [1/2]

template<typename T >
static half half_float::detail::unary_specialized< T >::fabs ( half  arg)
inlinestatic

Absolute value implementation.

Parameters
argfunction argument
Returns
absolute value
Here is the caller graph for this function:

◆ negate() [2/2]

template<typename T >
static half half_float::detail::unary_specialized< T >::negate ( half  arg)
inlinestatic

Negation implementation.

Parameters
argvalue to negate
Returns
negated value

◆ fabs() [2/2]

template<typename T >
static half half_float::detail::unary_specialized< T >::fabs ( half  arg)
inlinestatic

Absolute value implementation.

Parameters
argfunction argument
Returns
absolute value

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