1 instantiation of NopInput
Microsoft.ML.Data (1)
Transforms\NormalizeUtils.cs (1)
158
var entryPointNode = EntryPointNode.Create(env, "Transforms.NoOperation", new NopTransform.
NopInput
(), node.Context, node.InputBindingMap, node.InputMap, node.OutputMap);
1 reference to NopInput
Microsoft.ML.Data (1)
Transforms\NopTransform.cs (1)
145
public static CommonOutputs.TransformOutput Nop(IHostEnvironment env,
NopInput
input)