Skip to content
Snippets Groups Projects
Commit f3261dc5 authored by Maxence Naud's avatar Maxence Naud
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 9e8c65ed
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class ScalingImpl_cpu : public OperatorImpl {
public:
NbElts_t getNbRequiredData(const IOIndex_t inputIdx) const override final;
NbElts_t getNbRequiredProtected(const IOIndex_t inputIdx) const override final;
NbElts_t getRequiredMemory(__attribute__((unused)) const IOIndex_t outputIdx, __attribute__((unused)) const std::vector<DimSize_t>& inputsSize) const override final;
NbElts_t getRequiredMemory(const IOIndex_t outputIdx, const std::vector<DimSize_t>& inputsSize) const override final;
NbElts_t getNbConsumedData(const IOIndex_t inputIdx) const override final;
NbElts_t getNbProducedData(const IOIndex_t outputIdx) const override final;
......
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