mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Change tabs to spaces in Windows.AI.MachineLearning.idl (#7088)
noticed this in a recent PR, this file has some tabs that should be spaces.
This commit is contained in:
parent
79ba045d74
commit
06df28748f
1 changed files with 3 additions and 3 deletions
|
|
@ -412,8 +412,8 @@ namespace ROOT_NS.AI.MachineLearning
|
|||
Windows.Graphics.Imaging.BitmapAlphaMode BitmapAlphaMode{ get; };
|
||||
[contract(MachineLearningContract, 5)]
|
||||
{
|
||||
//!Specifies the nominal pixel range of pixel data.
|
||||
LearningModelPixelRange PixelRange{ get; };
|
||||
//!Specifies the nominal pixel range of pixel data.
|
||||
LearningModelPixelRange PixelRange{ get; };
|
||||
}
|
||||
|
||||
//! The width of the image.
|
||||
|
|
@ -765,4 +765,4 @@ namespace ROOT_NS.AI.MachineLearning
|
|||
static ImageFeatureValue CreateFromVideoFrame(Windows.Media.VideoFrame image);
|
||||
Windows.Media.VideoFrame VideoFrame{ get; };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue