Skip to main content

SimaTensorSetMetaAbi.h File

Shim for the tensor-set GstMeta ABI that SiMa attaches to GStreamer buffers carrying tensor data. More...

Description

Shim for the tensor-set GstMeta ABI that SiMa attaches to GStreamer buffers carrying tensor data.

The real GstSimaMeta struct definition lives in the installed internals SDK. This header #include_nexts it so the framework's GStreamer plugins and consumers can read tensor-set metadata through a stable include path. Treat as a pinned ABI.

File Listing

The file content with the documentation metadata removed is:

1
11#pragma once
12
13#if defined(__GNUC__) || defined(__clang__)
14#include_next <gst/SimaTensorSetMetaAbi.h>
15#else
16#error "SimaTensorSetMetaAbi.h must be provided by the installed internals SDK."
17#endif

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.