16 references to ModelOperationsCatalog
Microsoft.ML.Data (2)
MLContext.cs (1)
69
public
ModelOperationsCatalog
Model { get; }
Utilities\ModelFileUtils.cs (1)
29
public const string SchemaEntryName =
ModelOperationsCatalog
.SchemaEntryName;
Microsoft.ML.OnnxConverter (10)
OnnxExportExtensions.cs (10)
44
/// <param name="catalog">The class that <see cref="ConvertToOnnxProtobuf(
ModelOperationsCatalog
, ITransformer, IDataView, string[])"/> attached to.</param>
50
internal static ModelProto ConvertToOnnxProtobuf(this
ModelOperationsCatalog
catalog, ITransformer transform, IDataView inputData, string[] outputColumns = null)
60
/// <param name="catalog">The class that <see cref="ConvertToOnnxProtobuf(
ModelOperationsCatalog
, ITransformer, IDataView, int)"/> attached to.</param>
66
internal static ModelProto ConvertToOnnxProtobuf(this
ModelOperationsCatalog
catalog, ITransformer transform, IDataView inputData, int opSetVersion)
76
/// <param name="catalog">The class that <see cref="ConvertToOnnx(
ModelOperationsCatalog
, ITransformer, IDataView, Stream)"/> attached to.</param>
81
public static void ConvertToOnnx(this
ModelOperationsCatalog
catalog, ITransformer transform, IDataView inputData, Stream stream) =>
87
/// <param name="catalog">The class that <see cref="ConvertToOnnx(
ModelOperationsCatalog
, ITransformer, IDataView, int, Stream)"/> attached to.</param>
93
public static void ConvertToOnnx(this
ModelOperationsCatalog
catalog, ITransformer transform, IDataView inputData, int opSetVersion, Stream stream) =>
99
/// <param name="catalog">The class that <see cref="ConvertToOnnx(
ModelOperationsCatalog
, ITransformer, IDataView, Stream)"/> attached to.</param>
105
public static void ConvertToOnnx(this
ModelOperationsCatalog
catalog, ITransformer transform, IDataView inputData, Stream stream, params string[] outputColumns) =>
Microsoft.ML.TensorFlow (2)
TensorflowCatalog.cs (2)
36
public static TensorFlowModel LoadTensorFlowModel(this
ModelOperationsCatalog
catalog, string modelLocation)
62
public static TensorFlowModel LoadTensorFlowModel(this
ModelOperationsCatalog
catalog, string modelLocation, bool treatOutputAsBatched)
Microsoft.ML.Transforms (1)
Dracula\CountTargetEncodingTransformer.cs (1)
222
var
catalog = new ModelOperationsCatalog(env);
Microsoft.ML.Vision (1)
VisionCatalog.cs (1)
51
this
ModelOperationsCatalog
catalog,