VisionCpp
0.0.1
|
specialisation of the Convertor when the output is float More...
#include <convert.hpp>
Static Public Member Functions | |
static float | convert (cl::sycl::float4 t) |
function convert More... | |
static float | convert (float t) |
function convert More... | |
specialisation of the Convertor when the output is float
Definition at line 533 of file convert.hpp.
|
inlinestatic |
function convert
Convert the cl::sycl::float4 input type to the float output type. parameters:
t | input type needed to be converted |
Definition at line 539 of file convert.hpp.
|
inlinestatic |
function convert
Returns the float input type. parameters:
t | input type needed to be converted |
Definition at line 546 of file convert.hpp.