コード例 #1
0
 public CombinerPreprocessingLayer(PreprocessingLayerArgs args)
     : base(args)
 {
     _previously_updated = false;
 }
コード例 #2
0
 public PreprocessingLayer(PreprocessingLayerArgs args) : base(args)
 {
 }
コード例 #3
0
 public CombinerPreprocessingLayer(PreprocessingLayerArgs args)
     : base(args)
 {
 }