[DNNL] Replace sum dnnl op with binary dnnl op in sum op implementation
Created by: jczaja
currently sum op is implemnted using sum dnnl op , which can perform scaled summing. This is more than sum op needs. sum mkldnn op can be swaped with binary op which supports only summing , but also can work inplace, which means that it may be faster