Exemplo n.º 1
0
 public void ConnectLayer(int layerIndex, int forwardIndex, int inputIndex = 0, int selfIndex = 0)
 {
     OeipHelper.connectLayerIndex(PipeId, layerIndex, forwardIndex, inputIndex, selfIndex);
 }