Conv2d dimension orders of Tensorflow and iOS BNNS
conv2dTensorflowx,y:[batch,height,width,depth]core:[height,width,depth_in,depth_out]iOSBNNSx,y:[batch,depth,height,width]core:[depth_out,depth_in,height,width]1stfull-connafterconv2d/poolingTensorflow