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