Ejemplo n.º 1
0
 public void ConnectLayer(int layerIndex, string forwardName, int inputIndex = 0, int selfIndex = 0)
 {
     OeipHelper.connectLayerName(PipeId, layerIndex, forwardName, inputIndex, selfIndex);
 }