3 implementations of IsValue
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (3)
59
bool IVarSerializationHelper.
IsValue
{ get; }
98
bool IVarSerializationHelper.
IsValue
=> _isValue;
134
bool IVarSerializationHelper.
IsValue
{ get; }
1 reference to IsValue
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
24
if (!variable.
IsValue
)