Skip to content
Snippets Groups Projects
Commit 5a08f281 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix double getImpl due to bad merge.

parent 89b643dd
No related branches found
No related tags found
No related merge requests found
......@@ -128,14 +128,6 @@ public:
return mImpl;
}
/**
* @brief Get the OperatorImpl of the Operator
*
*/
std::shared_ptr<OperatorImpl> getImpl(){
return mImpl;
}
/**
* @brief Minimum amount of data from a specific input for one computation pass.
* @param inputIdx Index of the input analysed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment