mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
move as many defs as possible away from darknet.h
This commit is contained in:
@ -162,4 +162,3 @@ void backward_maxpool_layer(const maxpool_layer l, network_state state)
|
||||
state.delta[index] += l.delta[i];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user