We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9392b2e commit 70f1560Copy full SHA for 70f1560
src/runtime/pipeline/pipeline_struct.h
@@ -54,7 +54,7 @@ using GlobalOutputPair = std::pair<int, int>;
54
*/
55
using ModuleOutputPair = std::pair<int, int>;
56
/*!
57
- *\brief The pair includes the module index and the module input index.
+ *\brief The pair includes the runtime module index and the module input index.
58
* The first 'int' is the module index, and the second 'int' is the module input index.
59
60
using ModuleInputPair = std::pair<int, int>;
0 commit comments