1 write to Type
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
224
Type
= type;
6 references to Type
Microsoft.ML.Data (6)
EntryPoints\EntryPointNode.cs (6)
234
_ectx.Assert(value == null ||
Type
.IsAssignableFrom(value.GetType()));
249
var v = new EntryPointVariable(_ectx, newName,
Type
);
306
else if (v.
Type
!= type)
307
throw _ectx.Except($"Variable '{v.Name}' is used as {v.
Type
} and as {type}");
333
if (v.
Type
!= type)
334
throw _ectx.Except($"Variable '{v.Name}' is used as {v.
Type
} and as {type}");