OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::saturate_cast_fp16_func< short, float > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::saturate_cast_fp16_func< short, float >:
Collaboration diagram for cv::cudev::saturate_cast_fp16_func< short, float >:

Public Types

typedef short argument_type
 
typedef float result_type
 

Public Member Functions

__device__ __forceinline__ float operator() (short v) const
 

Member Typedef Documentation

typedef short cv::cudev::unary_function< short , float >::argument_type
inherited
typedef float cv::cudev::unary_function< short , float >::result_type
inherited

Member Function Documentation

__device__ __forceinline__ float cv::cudev::saturate_cast_fp16_func< short, float >::operator() ( short  v) const
inline

References cv::cudev::cast_fp16< short, float >().

Here is the call graph for this function:


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