예제 #1
0
파일: OeipPipe.cs 프로젝트: kbitc/oeip
 public void ConnectLayer(int layerIndex, string forwardName, int inputIndex = 0, int selfIndex = 0)
 {
     OeipHelper.connectLayerName(PipeId, layerIndex, forwardName, inputIndex, selfIndex);
 }