コード例 #1
0
 public MultiEvalModel(SegBaseModel module, int nclass, Context[] ctx_list, bool flip = true, float[] scales = null)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public SegEvalModel(SegBaseModel module)
 {
     throw new NotImplementedException();
 }