Commit cd0782c2 authored by Khalique's avatar Khalique
Browse files

formatting

parent 210c9839
......@@ -613,11 +613,11 @@ struct reshape
struct pad
{
std::vector<int64_t> pads;
float value = 0.0f;
float value = 0.0f;
enum padding_mode_t
{
constant_, //NOLINT
reflect_, //NOLINT
constant_, // NOLINT
reflect_, // NOLINT
edge
};
padding_mode_t mode = constant_;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment