Commit 6b0c2a81 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

change variable

parent 32b83c9c
......@@ -523,7 +523,7 @@ struct find_inner_broadcast
return;
auto bcast_strides = broadcasts.front()->get_shape().strides().size();
std::vector<size_t> common_axis(bcast_strides, 0);
for(auto i = 0; i < broadcasts.front()->get_shape().strides().size(); i++)
for(auto i = 0; i < bcast_strides; i++)
{
for(auto j = 0; j < broadcasts.size(); j++)
{
......
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