struct dlstreamer::GstDLStreamerMemory#

#include <allocator.h>

struct GstDLStreamerMemory {
    // fields

    GstMemory mem;
    TensorPtr tensor;
    TensorPtr mapped_tensor;
};