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