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

[Fix] 'Gather_Op::attributeName()' description

parent 8905700b
No related branches found
No related tags found
3 merge requests!414Update version 0.5.1 -> 0.6.0,!408[Add] Dropout Operator,!349Resolve "Operator Attributes consistency"
...@@ -221,7 +221,7 @@ constexpr const char* const EnumStrings<Aidge::Gather_Op::Attr>::data[] = { ...@@ -221,7 +221,7 @@ constexpr const char* const EnumStrings<Aidge::Gather_Op::Attr>::data[] = {
}; };
} }
constexpr const char* const* attributesName() { constexpr const char* const* Aidge::Gather_Op::attributesName() {
return EnumStrings<Aidge::Gather_Op::Attr>::data; return EnumStrings<Aidge::Gather_Op::Attr>::data;
} }
......
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
#ifndef AIDGE_TYPES_H_ #ifndef AIDGE_TYPES_H_
#define AIDGE_TYPES_H_ #define AIDGE_TYPES_H_
#include <limits>
#include <type_traits>
#include <cstddef> #include <cstddef>
#include <cstdint> #include <cstdint>
#include <limits>
#include <type_traits>
namespace Aidge namespace Aidge
{ {
......
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