示例#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();
 }