1 write to Type
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
224
Type
= type;
8 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}");
Microsoft.ML.EntryPoints (2)
JsonUtils\GraphRunner.cs (2)
134
if (!variable.
Type
.IsAssignableFrom(typeof(TInput)))
150
return TlcModule.GetDataType(variable.
Type
);