struct dlstreamer::BaseContext::key#

#include <context.h>

struct key {
    // fields

    static constexpr auto va_display = "va_display";
    static constexpr auto va_tile_id = "va_tile_id";
    static constexpr auto cl_context = "cl_context";
    static constexpr auto cl_queue = "cl_queue";
    static constexpr auto ze_context = "ze_context";
    static constexpr auto ze_device = "ze_device";
};