MCPcopy Create free account
hub / github.com/catboost/catboost / MaxElement

Function MaxElement

util/generic/algorithm.h:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503
504template <class T>
505constexpr T MaxElement(T begin, T end) {
506 return std::max_element(begin, end);
507}
508
509template <class T, class C>
510constexpr T MaxElement(T begin, T end, C comp) {

Callers 15

DefaultMethod · 0.85
MaxMethod · 0.85
ComputeOnlineCTRsFunction · 0.85
CalcFinalCtrsImplFunction · 0.85
EvalSingleThreadMethod · 0.85
CalcSoftmaxFunction · 0.85
CalcLogSoftmaxFunction · 0.85
PostprocessBlockMethod · 0.85
CalcFlatMethod · 0.85

Calls 1

max_elementFunction · 0.50

Tested by

no test coverage detected