コード例 #1
0
 // A method to evaluate the model
 private async Task evaluate()
 {
     output = await modelGen.EvaluateAsync(input);
 }