Commit fa2d5225 authored by Dmitry Kurtaev's avatar Dmitry Kurtaev Committed by Ilya Churaev

avoid error tautological-constant-out-of-range-compare

parent fe054d67
...@@ -130,7 +130,7 @@ void op::v1::Gather::validate_and_infer_types() ...@@ -130,7 +130,7 @@ void op::v1::Gather::validate_and_infer_types()
")."); ").");
} }
auto axis = get_axis(); int64_t axis = get_axis();
if (input_rank.is_static() && axis != AXIS_NOT_SET_VALUE) if (input_rank.is_static() && axis != AXIS_NOT_SET_VALUE)
{ {
NODE_VALIDATION_CHECK(this, NODE_VALIDATION_CHECK(this,
......
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