Skip to content
Snippets Groups Projects
Commit 5d87051e authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Make ReLUImpl_cpu members protected instead of private (need to extend this...

Make ReLUImpl_cpu members protected instead of private (need to extend this class in the module template example)
parent 865b6d23
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class ReLUImplBackward_cpu ...@@ -31,7 +31,7 @@ class ReLUImplBackward_cpu
}; };
class ReLUImpl_cpu : public OperatorImpl { class ReLUImpl_cpu : public OperatorImpl {
private: protected:
const ReLU_Op& mOp; const ReLU_Op& mOp;
std::array<NbElts_t, 1> mNbConsumedData; std::array<NbElts_t, 1> mNbConsumedData;
std::array<NbElts_t, 1> mNbProducedData; std::array<NbElts_t, 1> mNbProducedData;
......
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