struct InferenceEngine::gapi::kernels::vector_type_of

struct InferenceEngine::gapi::kernels::vector_type_of<isa_tag_t, float>

#include <ie_preprocess_gapi_kernels_simd_impl.hpp>

template <typename isa_tag_t>
struct vector_type_of<isa_tag_t, float>
{
    // typedefs

    typedef v_float32 type;
};

struct InferenceEngine::gapi::kernels::vector_type_of<isa_tag_t, uint8_t>

#include <ie_preprocess_gapi_kernels_simd_impl.hpp>

template <typename isa_tag_t>
struct vector_type_of<isa_tag_t, uint8_t>
{
    // typedefs

    typedef v_uint8 type;
};