1 write to Method
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
348
Method
= method;
4 references to Method
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
342
x.
Method
.DeclaringType,
343
x.
Method
.Name,
Microsoft.ML.Data (2)
EntryPoints\EntryPointNode.cs (2)
811
output = _entryPoint.
Method
.Invoke(null, new object[] { _host, _inputBuilder.GetInstance(), this });
818
output = _entryPoint.
Method
.Invoke(null, new object[] { _host, _inputBuilder.GetInstance() });