struct InferenceEngine::gapi::kernels::MapperUnit

#include <ie_preprocess_gapi_kernels_impl.hpp>

template <typename F, typename I>
struct MapperUnit
{
    // fields

    F alpha0;
    F alpha1;
    I index0;
    I index1;
};