Skip to content
Snippets Groups Projects
Commit 9a1ee173 authored by Cyril Moineau's avatar Cyril Moineau Committed by Maxence Naud
Browse files

Initial working python registrar.

parent f6d12556
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!85Initial working python registrar.
...@@ -128,6 +128,14 @@ public: ...@@ -128,6 +128,14 @@ public:
return mImpl; 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. * @brief Minimum amount of data from a specific input for one computation pass.
* @param inputIdx Index of the input analysed. * @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