What portions of the probe arguments are on GPU-RAM?

• Hardware Platform (Jetson / GPU)
T4
• DeepStream Version
5.0
• JetPack Version (valid for Jetson only)
NA
• TensorRT Version
7.0.0.11
• NVIDIA GPU Driver Version (valid for GPU only)
440.64.00
• Issue Type( questions, new requirements, bugs)
I am looking at tiler_src_pad_buffer_probe in deepstream_test_3.py. It gets pad, info and u_data as arguments. In particular info has the buffer and all metadata. Among all of these pieces of data, which ones are on GPU-RAM vs main memory? Is there a way to know this?

There is a memType property in nvbufsurface Deepstream Python API Reference — Deepstream Deepstream Version: 6.1.1 documentation. For meta data, it is in cpu memory.