Skip to content
Snippets Groups Projects
Commit 35c4e38d authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : SET_IMPL_MACRO

parent af1ba81f
No related branches found
No related tags found
No related merge requests found
Pipeline #42300 failed
......@@ -57,7 +57,7 @@ public:
void computeOutputDims() override final;
void setBackend(const std::string &name, DeviceIdx_t device = 0) override {
mImpl = SET_IMPL_MACRO(GlobalAveragePooling_Op, *this, name);
SET_IMPL_MACRO(GlobalAveragePooling_Op, *this, name);
mOutputs[0]->setBackend(name, device);
}
......
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