|  | CUTLASS
    CUDA Templates for Linear Algebra Subroutines and Solvers | 
Partial specialization for Array<half, 2> <= Array<float, 2>, round to nearest.
#include <numeric_conversion.h>
| Public Types | |
| using | result_type = Array< half_t, 2 > | 
| using | source_type = Array< float, 2 > | 
| Public Member Functions | |
| CUTLASS_HOST_DEVICE result_type | operator() (source_type const &s) | 
| Static Public Member Functions | |
| static CUTLASS_HOST_DEVICE result_type | convert (source_type const &source) | 
| Static Public Attributes | |
| static FloatRoundStyle const | round_style = FloatRoundStyle::round_to_nearest | 
| using cutlass::NumericArrayConverter< half_t, float, 2, FloatRoundStyle::round_to_nearest >::result_type = Array<half_t, 2> | 
| using cutlass::NumericArrayConverter< half_t, float, 2, FloatRoundStyle::round_to_nearest >::source_type = Array<float, 2> | 
| 
 | inlinestatic | 
| 
 | inline | 
| 
 | static | 
 1.8.11
 1.8.11