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

Function MakeConstArrayRef

util/generic/array_ref.h:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281template <class Range>
282constexpr TArrayRef<const typename Range::value_type> MakeConstArrayRef(const Range& range) noexcept {
283 return TArrayRef<const typename Range::value_type>(range);
284}
285
286template <class Range>
287constexpr TArrayRef<const typename Range::value_type> MakeConstArrayRef(Range& range) noexcept {

Callers 15

LoadMethod · 0.85
LoadMethod · 0.85
MakeCudaVecFunction · 0.85
ComputeFeaturesMethod · 0.85
Y_UNIT_TESTFunction · 0.85
QuantizeDataIfNeededFunction · 0.85
DoMapMethod · 0.85
CalcApproxDeltaSimpleFunction · 0.85
CalcLeafValuesSimpleFunction · 0.85
AddFeatureEstimatorMethod · 0.85

Calls

no outgoing calls

Tested by 1

SimpleTextModelFunction · 0.68