2 references to ToInt64
Microsoft.ML.Data (1)
Transforms\ValueMapping.cs (1)
1238node.AddAttribute("values_int64s", _valueMap.GetValues<uint>().Select(item => Convert.ToInt64(item)));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
237return Convert.ToInt64(m_value);