Skip to content
Snippets Groups Projects
Commit c4831e4a authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix ConstantOfShape compilation for clang.

parent 91e35425
No related branches found
No related tags found
1 merge request!333[Fix] Attribute snake case
Pipeline #65850 passed
......@@ -39,12 +39,13 @@ enum class ConstantOfShapeAttr {
*/
Value,
};
} // namespace Aidge
namespace {
template <>
const char *const EnumStrings<Aidge::ConstantOfShapeAttr>::data[] = {"value"};
}
} //namespace
namespace Aidge {
/**
* @brief This operator's purpose is to generate a tensor of shape given via
......
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