1 instantiation of ProduceIdTransform
Microsoft.ML.Transforms (1)
ProduceIdTransform.cs (1)
126
return h.Apply("Loading Model", ch => new
ProduceIdTransform
(h, ctx, input));
8 references to ProduceIdTransform
Microsoft.ML.Transforms (8)
ProduceIdTransform.cs (8)
14
[assembly: LoadableClass(
ProduceIdTransform
.Summary, typeof(
ProduceIdTransform
), typeof(
ProduceIdTransform
.Arguments), typeof(SignatureDataTransform),
17
[assembly: LoadableClass(
ProduceIdTransform
.Summary, typeof(
ProduceIdTransform
), null, typeof(SignatureLoadDataTransform),
18
"Produce ID Transform",
ProduceIdTransform
.LoaderSignature)]
91
loaderAssemblyName: typeof(
ProduceIdTransform
).Assembly.FullName);
119
public static
ProduceIdTransform
Create(IHostEnvironment env, ModelLoadContext ctx, IDataView input)