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

#include "functional.hpp"

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

Public Types

typedef float argument_type
 
typedef short result_type
 

Public Member Functions

__device__ __forceinline__ short operator() (float v) const
 

Member Typedef Documentation

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

Member Function Documentation

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

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

Here is the call graph for this function:


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