# 模块概述

Source: [https://docs.qualcomm.com/doc/80-70014-15BY/topic/overview-of-module.html](https://docs.qualcomm.com/doc/80-70014-15BY/topic/overview-of-module.html)

- 每个模型都包含特定的后处理步骤，这些步骤需要在推理缓冲区上执行并相应地更新输出缓冲区。例如，对于超分辨率和分割用例，需要填充 RGB 像素；对于检测用例，需要计算边框等。
- 这些后处理步骤在“&lt;module-name&gt;.c”中定义。模块目录中包含如下结构的文件列表
    - 模块

            "gst-plugins-mlvsuperresolution/modules/ml-vsuperresolution-<module-name1>.c"
            "gst-plugins-mlvsuperresolution/modules/ml-vsuperresolution-<module-name2>.c"Copy to clipboard

这里 `<module-name>` 表示模型的名称，如 `srnet` 超分辨率。

Last Published: Jan 26, 2026

[Previous Topic
创建 superresolution 插件的步骤](https://docs.qualcomm.com/bundle/publicresource/80-70014-15BY/topics/steps-to-create-superresolution-plugin.md) [Next Topic
创建 srnet 模块的步骤](https://docs.qualcomm.com/bundle/publicresource/80-70014-15BY/topics/steps-to-create-srnet-module.md)