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