move as many defs as possible away from darknet.h

This commit is contained in:
Stefano Sinigardi
2019-02-18 11:32:04 +01:00
parent 4ae778defc
commit 6e7c7976d7
55 changed files with 109 additions and 164 deletions

View File

@ -162,4 +162,3 @@ void backward_maxpool_layer(const maxpool_layer l, network_state state)
state.delta[index] += l.delta[i];
}
}