"...resnet50_tensorflow.git" did not exist on "565fbe883d72ac275161de307367f9e8ed1dc811"
Commit b29c3283 authored by Paul's avatar Paul
Browse files

Formatting

parent 47ca6522
...@@ -33,7 +33,7 @@ void propagate_constant::apply(program& p) const ...@@ -33,7 +33,7 @@ void propagate_constant::apply(program& p) const
ins->outputs().end()); ins->outputs().end());
for(auto child : children) for(auto child : children)
{ {
if (skip_propogate(child)) if(skip_propogate(child))
{ {
self(child); self(child);
continue; continue;
......
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