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 163114c commit ad5b39aCopy full SHA for ad5b39a
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