"...resnet50_tensorflow.git" did not exist on "8ca30bf6095308528c739fe3f8f912c56bd1340b"
Commit 0211d91c authored by Paul's avatar Paul
Browse files

Formatting

parent 458ec149
Pipeline #671 failed with stages
in 0 seconds
...@@ -341,7 +341,7 @@ struct stream_info ...@@ -341,7 +341,7 @@ struct stream_info
void schedule::apply(program& p) const void schedule::apply(program& p) const
{ {
if (not enable) if(not enable)
return; return;
stream_info si; stream_info si;
auto last = std::prev(p.end()); auto last = std::prev(p.end());
......
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