mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
autoconvert tensor rt engine from onnx to specific CUDA gpu
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user