Add DetectionOutputLayer and MultiBoxLossLayer for SSD
Created by: pkuyym
We do generation operations in DetectionOutputLayer, key operations include NMS、filtering、decoding etc.
MultiBoxLossLayer calculates losses include soomthL1 loss and classification neg-log loss.