Unverified Commit 6c0cf85a authored by Sang Ik Lee's avatar Sang Ik Lee Committed by GitHub

Merge pull request #4352 from NervanaSystems/feature/android_fix

avoid error tautological-constant-out-of-range-compare
parents cbf84017 e0135089
......@@ -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)
{
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