|
|
@ -134,9 +134,7 @@ public:
|
|
|
|
backward(callback);
|
|
|
|
backward(callback);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
virtual Argument getLayerOutput(const std::string& layerName) {
|
|
|
|
virtual Argument getLayerOutput(const std::string& layerName) = 0;
|
|
|
|
return *((Argument*)nullptr);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// see comment in Layer.h for the function with the same name
|
|
|
|
// see comment in Layer.h for the function with the same name
|
|
|
|
virtual void resetState() {}
|
|
|
|
virtual void resetState() {}
|
|
|
|