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