Skip to content

Commit

Permalink
Auto-format
Browse files Browse the repository at this point in the history
  • Loading branch information
YukioOobuchi committed Apr 19, 2018
1 parent d8db4b2 commit 5d0a657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nbla/function/global_average_pooling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ namespace nbla {
// float
template class GlobalAveragePooling<float>;


// half
template class GlobalAveragePooling<Half>;

}

0 comments on commit 5d0a657

Please sign in to comment.