mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
dnn: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -152,8 +152,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
* (i.e. @f$ x_{t}^{stream} @f$ is stored inside @p input[0][stream, ...]).
|
||||
*/
|
||||
|
||||
int inputNameToIndex(String inputName);
|
||||
int outputNameToIndex(const String& outputName);
|
||||
int inputNameToIndex(String inputName) CV_OVERRIDE;
|
||||
int outputNameToIndex(const String& outputName) CV_OVERRIDE;
|
||||
};
|
||||
|
||||
/** @brief Classical recurrent layer
|
||||
|
||||
Reference in New Issue
Block a user