Skip to content

Commit 3abc2aa

Browse files
CI Update
Build.Reason:Manual by Tina Liu (INFOSYS LIMITED) Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=493963&view=results source_repo.branch:dendeli/ml-net-test source_repo.csvPath:bundlepackages/ml-dotnet source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
1 parent df40081 commit 3abc2aa

File tree

316 files changed

+22417
-185554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+22417
-185554
lines changed

dotnet/xml/FrameworksIndex/ml-dotnet-1.0.0.xml

Lines changed: 0 additions & 2274 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-1.1.0.xml

Lines changed: 0 additions & 2293 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-1.2.0.xml

Lines changed: 0 additions & 2527 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-1.3.1.xml

Lines changed: 0 additions & 2531 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-1.4.0.xml

Lines changed: 0 additions & 2744 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-1.5.0.xml

Lines changed: 0 additions & 2954 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-1.6.0.xml

Lines changed: 0 additions & 2956 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-1.7.0.xml

Lines changed: 0 additions & 2982 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet-2.0.0.xml

Lines changed: 0 additions & 3005 deletions
This file was deleted.

dotnet/xml/FrameworksIndex/ml-dotnet.xml renamed to dotnet/xml/FrameworksIndex/ml-dotnet-latest.xml

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Framework Name="ml-dotnet">
2+
<Framework Name="ml-dotnet-latest">
33
<Assemblies>
44
<Assembly Name="Microsoft.Extensions.ML" Version="1.0.0.0" />
55
<Assembly Name="Microsoft.ML.Core" Version="1.0.0.0" />
66
<Assembly Name="Microsoft.ML.CpuMath" Version="1.0.0.0" />
77
<Assembly Name="Microsoft.ML.Data" Version="1.0.0.0" />
88
<Assembly Name="Microsoft.ML.DataView" Version="1.0.0.0" />
9-
<Assembly Name="Microsoft.ML" Version="1.0.0.0" />
109
<Assembly Name="Microsoft.ML.FastTree" Version="1.0.0.0" />
1110
<Assembly Name="Microsoft.ML.ImageAnalytics" Version="1.0.0.0" />
1211
<Assembly Name="Microsoft.ML.KMeansClustering" Version="1.0.0.0" />
@@ -361,11 +360,16 @@
361360
<Type Name="Microsoft.ML.MLContext" Id="T:Microsoft.ML.MLContext">
362361
<Member Id="E:Microsoft.ML.MLContext.Log" />
363362
<Member Id="M:Microsoft.ML.MLContext.#ctor(System.Nullable{System.Int32})" />
363+
<Member Id="M:Microsoft.ML.MLContext.GetOptionOrDefault``1(System.String)" />
364364
<Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IChannelProvider#Start(System.String)" />
365365
<Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IChannelProvider#StartPipe``1(System.String)" />
366366
<Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IExceptionContext#Process``1(``0)" />
367367
<Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IHostEnvironment#Register(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})" />
368368
<Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IProgressChannelProvider#StartProgressChannel(System.String)" />
369+
<Member Id="M:Microsoft.ML.MLContext.RemoveOption(System.String)" />
370+
<Member Id="M:Microsoft.ML.MLContext.SetOption``1(System.String,``0)" />
371+
<Member Id="M:Microsoft.ML.MLContext.TryAddOption``1(System.String,``0)" />
372+
<Member Id="M:Microsoft.ML.MLContext.TryGetOption``1(System.String,``0@)" />
369373
<Member Id="P:Microsoft.ML.MLContext.AnomalyDetection" />
370374
<Member Id="P:Microsoft.ML.MLContext.BinaryClassification" />
371375
<Member Id="P:Microsoft.ML.MLContext.Clustering" />
@@ -424,10 +428,17 @@
424428
</Type>
425429
<Type Name="Microsoft.ML.OnnxCatalog" Id="T:Microsoft.ML.OnnxCatalog">
426430
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,Microsoft.ML.Transforms.Onnx.OnnxOptions)" />
431+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.IO.Stream,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
432+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.IO.Stream,System.Nullable{System.Int32},System.Boolean)" />
427433
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
428434
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.Nullable{System.Int32},System.Boolean)" />
435+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.String,System.IO.Stream,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
436+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.String,System.IO.Stream,System.Nullable{System.Int32},System.Boolean)" />
429437
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
430438
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.String,System.String,System.Nullable{System.Int32},System.Boolean)" />
439+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String[],System.String[],System.IO.Stream,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
440+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String[],System.String[],System.IO.Stream,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean,System.Int32)" />
441+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String[],System.String[],System.IO.Stream,System.Nullable{System.Int32},System.Boolean)" />
431442
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String[],System.String[],System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
432443
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String[],System.String[],System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean,System.Int32)" />
433444
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String[],System.String[],System.String,System.Nullable{System.Int32},System.Boolean)" />
@@ -2704,6 +2715,30 @@
27042715
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute.GetHashCode" />
27052716
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute.Register" />
27062717
</Type>
2718+
<Type Name="Microsoft.ML.Transforms.Onnx.OnnxSessionOptions" Id="T:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions">
2719+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.LogSeverityLevel" />
2720+
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.#ctor" />
2721+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.CreateSessionOptions" />
2722+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.EnableCpuMemArena" />
2723+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.EnableMemoryPattern" />
2724+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.EnableProfiling" />
2725+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.ExecutionMode" />
2726+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.GlobalInterOpNumThreads" />
2727+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.GlobalIntraOpNumThreads" />
2728+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.GraphOptimizationLevel" />
2729+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.InterOpNumThreads" />
2730+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.IntraOpNumThreads" />
2731+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.LogId" />
2732+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.LogVerbosityLevel" />
2733+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.OptimizedModelFilePath" />
2734+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.PerSessionThreads" />
2735+
<Member Id="P:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.ProfileOutputPathPrefix" />
2736+
</Type>
2737+
<Type Name="Microsoft.ML.Transforms.Onnx.OnnxSessionOptions/CreateOnnxSessionOptions" Id="T:Microsoft.ML.Transforms.Onnx.OnnxSessionOptions.CreateOnnxSessionOptions" />
2738+
<Type Name="Microsoft.ML.Transforms.Onnx.OnnxSessionOptionsExtensions" Id="T:Microsoft.ML.Transforms.Onnx.OnnxSessionOptionsExtensions">
2739+
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxSessionOptionsExtensions.GetOnnxSessionOption(Microsoft.ML.Runtime.IHostEnvironment)" />
2740+
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxSessionOptionsExtensions.SetOnnxSessionOption(Microsoft.ML.Runtime.IHostEnvironment,Microsoft.ML.Transforms.Onnx.OnnxSessionOptions)" />
2741+
</Type>
27072742
<Type Name="Microsoft.ML.Transforms.Onnx.OnnxTransformer" Id="T:Microsoft.ML.Transforms.Onnx.OnnxTransformer">
27082743
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxTransformer.Dispose" />
27092744
</Type>

0 commit comments

Comments
 (0)