Exemplo n.º 1
0
 static Layer FuseConsecutiveLayers(Layer previous, Layer current)
 {
     return(linearLayerFuser.FuseLayers(previous, current));
 }