|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Framework Name="ml-dotnet"> |
| 2 | +<Framework Name="ml-dotnet-latest"> |
3 | 3 | <Assemblies> |
4 | 4 | <Assembly Name="Microsoft.Extensions.ML" Version="1.0.0.0" /> |
5 | 5 | <Assembly Name="Microsoft.ML.Core" Version="1.0.0.0" /> |
6 | 6 | <Assembly Name="Microsoft.ML.CpuMath" Version="1.0.0.0" /> |
7 | 7 | <Assembly Name="Microsoft.ML.Data" Version="1.0.0.0" /> |
8 | 8 | <Assembly Name="Microsoft.ML.DataView" Version="1.0.0.0" /> |
9 | | - <Assembly Name="Microsoft.ML" Version="1.0.0.0" /> |
10 | 9 | <Assembly Name="Microsoft.ML.FastTree" Version="1.0.0.0" /> |
11 | 10 | <Assembly Name="Microsoft.ML.ImageAnalytics" Version="1.0.0.0" /> |
12 | 11 | <Assembly Name="Microsoft.ML.KMeansClustering" Version="1.0.0.0" /> |
|
361 | 360 | <Type Name="Microsoft.ML.MLContext" Id="T:Microsoft.ML.MLContext"> |
362 | 361 | <Member Id="E:Microsoft.ML.MLContext.Log" /> |
363 | 362 | <Member Id="M:Microsoft.ML.MLContext.#ctor(System.Nullable{System.Int32})" /> |
| 363 | + <Member Id="M:Microsoft.ML.MLContext.GetOptionOrDefault``1(System.String)" /> |
364 | 364 | <Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IChannelProvider#Start(System.String)" /> |
365 | 365 | <Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IChannelProvider#StartPipe``1(System.String)" /> |
366 | 366 | <Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IExceptionContext#Process``1(``0)" /> |
367 | 367 | <Member Id="M:Microsoft.ML.MLContext.Microsoft#ML#Runtime#IHostEnvironment#Register(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})" /> |
368 | 368 | <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@)" /> |
369 | 373 | <Member Id="P:Microsoft.ML.MLContext.AnomalyDetection" /> |
370 | 374 | <Member Id="P:Microsoft.ML.MLContext.BinaryClassification" /> |
371 | 375 | <Member Id="P:Microsoft.ML.MLContext.Clustering" /> |
|
424 | 428 | </Type> |
425 | 429 | <Type Name="Microsoft.ML.OnnxCatalog" Id="T:Microsoft.ML.OnnxCatalog"> |
426 | 430 | <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)" /> |
427 | 433 | <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)" /> |
428 | 434 | <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)" /> |
429 | 437 | <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)" /> |
430 | 438 | <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)" /> |
431 | 442 | <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)" /> |
432 | 443 | <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)" /> |
433 | 444 | <Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String[],System.String[],System.String,System.Nullable{System.Int32},System.Boolean)" /> |
|
2704 | 2715 | <Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute.GetHashCode" /> |
2705 | 2716 | <Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute.Register" /> |
2706 | 2717 | </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> |
2707 | 2742 | <Type Name="Microsoft.ML.Transforms.Onnx.OnnxTransformer" Id="T:Microsoft.ML.Transforms.Onnx.OnnxTransformer"> |
2708 | 2743 | <Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxTransformer.Dispose" /> |
2709 | 2744 | </Type> |
|
0 commit comments