4 references to ToInt32
Microsoft.Build (1)
Evaluation\Expander\ArgumentParser.cs (1)
193arg = Convert.ToInt32(l);
Microsoft.ML.GenAI.Core (1)
Module\QuantizedLinear.cs (1)
146var fourBitWeightPlaceHolderDim = Convert.ToInt32(fourBitWeightDim / 2 + fourBitWeightDim % 2);
Microsoft.ML.Transforms (1)
Expression\BuiltinFunctions.cs (1)
324FunctionProviderUtils.Fn<I8, I4>(Convert.ToInt32),
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
229return Convert.ToInt32(m_value);