mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
8 lines
No EOL
185 B
C#
8 lines
No EOL
185 B
C#
namespace Microsoft.ML.OnnxRuntime.ResNet50v2Sample
|
|
{
|
|
internal class Prediction
|
|
{
|
|
public string Label { get; set; }
|
|
public float Confidence { get; set; }
|
|
}
|
|
} |