We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4103e commit 504c296Copy full SHA for 504c296
src/runtime/pipeline/pipeline_struct.h
@@ -51,9 +51,7 @@ class ConfigBindings {
51
bool IsGlobalOutput() const { return global_output_index_ > -1; }
52
/*!\brief Getting the global output index in the current binding.*/
53
int GetGlobalOutputIndex() const { return global_output_index_; }
54
- /*!
55
- *\brief Returning the binding configuration.
56
- */
+ /*!\brief Returning the binding configuration.*/
57
std::unordered_map<int, std::string>& Get() { return bindings_; }
58
/*!
59
* \brief Create a module interface map from JSONReader.
0 commit comments