예제 #1
0
 public override void update_state(Args args, KwArgs kwargs)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public Tensor __call__(Metric cls, Args args, KwArgs kwargs) => throw new NotImplementedException();
예제 #3
0
 public abstract void update_state(Args args, KwArgs kwargs);
예제 #4
0
 public void __new__(Metric cls, Args args, KwArgs kwargs) => throw new NotImplementedException();