2 references to DifferentiableFunctionComputeChunk
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
820
_localLosses[ichk] =
DifferentiableFunctionComputeChunk
(ichk, in xx, ref gg, pch);
822
_localLosses[ichk] =
DifferentiableFunctionComputeChunk
(ichk, in xx, ref _localGradients[ichk - 1], null);