Skip to content
Snippets Groups Projects
Commit 68805eb5 authored by Vincent Templier's avatar Vincent Templier Committed by Cyril Moineau
Browse files

Add missing namespace in Scaling.cpp

parent 3a9b487d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
const std::string Aidge::Scaling_Op::Type = "Scaling";
void Aidge::Scaling_Op::setBackend(const std::string& name, DeviceIdx_t device) {
void Aidge::Scaling_Op::setBackend(const std::string& name, Aidge::DeviceIdx_t device) {
SET_IMPL_MACRO(Scaling_Op, *this, name);
mOutputs[0]->setBackend(name, device);
}
\ No newline at end of file
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