4 references to TopEntryPoints
Microsoft.ML.Core.Tests (3)
UnitTests\TestEntryPoints.cs (3)
352if (manifest[FieldNames.TopEntryPoints] != null && manifest[FieldNames.TopEntryPoints] is JArray) 354foreach (JToken entry in manifest[FieldNames.TopEntryPoints].Children())
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
84jResult[FieldNames.TopEntryPoints] = jEntryPoints;