3 references to Max
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
567long maxBlobSize = blobs.Max(blob => blob.End - blob.Start);
Microsoft.ML.GenAI.Core (2)
Extension\ModuleExtension.cs (1)
175var sizeToRemainOnEachDevice = 2 * layerSizeMap.Max(x => x.Value);
Trainer\CausalLMSupervisedFineTuningTrainer.cs (1)
52var maxLen = batch.Max(x => x.InputIds.size(1));