autoconvert tensor rt engine from onnx to specific CUDA gpu

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-24 16:30:21 +03:00
parent e798af470b
commit e9a44e368d
14 changed files with 25 additions and 44 deletions
+3 -3
View File
@@ -80,7 +80,7 @@ namespace Azaion.Annotator.Controls
FontWeights.Bold,
FontStretches.Normal);
FormattedText _fText;
FormattedText _fText = null!;
private Brush _background = Brushes.Blue;
@@ -187,7 +187,7 @@ namespace Azaion.Annotator.Controls
IsChanged = true;
}
string _text;
string _text = null!;
public string Text
{
@@ -205,7 +205,7 @@ namespace Azaion.Annotator.Controls
}
}
Visual _child;
Visual _child = null!;
public virtual Visual Child
{