8 references to Outputs
Microsoft.ML.Data (6)
EntryPoints\EntryPointNode.cs (6)
772
result[FieldNames.
Outputs
] = _outputHelper.GetJsonObject(_outputMap);
902
var outputs = node[FieldNames.
Outputs
] as JObject;
903
if (outputs == null && node[FieldNames.
Outputs
] != null)
904
throw env.Except("Unexpected {0} token: '{1}'", FieldNames.
Outputs
, node[FieldNames.
Outputs
]);
908
x => x.Name != FieldNames.Name && x.Name != FieldNames.Inputs && x.Name != FieldNames.
Outputs
Microsoft.ML.EntryPoints (2)
JsonUtils\ExecuteGraphCommand.cs (1)
84
var jOutputs = graph[FieldNames.
Outputs
] as JObject;
JsonUtils\JsonManifestUtils.cs (1)
128
result[FieldNames.
Outputs
] = BuildOutputManifest(ectx, entryPointInfo.OutputType, catalog);