Skip to content

Commit

Permalink
examples: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsafo committed Apr 11, 2017
1 parent 1db2ba8 commit 1d11aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simple_training_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ void simple_net()
auto pool_workspace_memory = memory(pool_pd.workspace_primitive_desc());

/* finally create a pooling primitive */
auto pool = pooling_forward(pool_pd, lrn_dst_memory, pool_workspace_memory,
pool_dst_memory);
auto pool = pooling_forward(pool_pd, lrn_dst_memory, pool_dst_memory,
pool_workspace_memory);

/* build forward net */
std::vector<primitive> net_fwd;
Expand Down

0 comments on commit 1d11aa4

Please sign in to comment.