Home
last modified time | relevance | path

Searched refs:split_types (Results 1 – 11 of 11) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/src/predictor/
H A Dgpu_predictor.cu331 HostDeviceVector<FeatureType> split_types; member in xgboost::predictor::DeviceModel
380 split_types.SetDevice(gpu_id); in Init()
381 std::vector<FeatureType>& h_split_types = split_types.HostVector(); in Init()
536 auto d_split_types = device_model.split_types.ConstDeviceSpan(); in ExtractPaths()
655 model.split_types.ConstDeviceSpan(), in PredictInternal()
683 model.split_types.ConstDeviceSpan(), in PredictInternal()
785 d_model.split_types.ConstDeviceSpan(), in DispatchedInplacePredict()
994 d_model.split_types.ConstDeviceSpan(), in PredictLeaf()
1016 d_model.split_types.ConstDeviceSpan(), in PredictLeaf()
/dports/misc/xgboost/xgboost-1.5.1/src/predictor/
H A Dgpu_predictor.cu331 HostDeviceVector<FeatureType> split_types; member in xgboost::predictor::DeviceModel
380 split_types.SetDevice(gpu_id); in Init()
381 std::vector<FeatureType>& h_split_types = split_types.HostVector(); in Init()
536 auto d_split_types = device_model.split_types.ConstDeviceSpan(); in ExtractPaths()
655 model.split_types.ConstDeviceSpan(), in PredictInternal()
683 model.split_types.ConstDeviceSpan(), in PredictInternal()
785 d_model.split_types.ConstDeviceSpan(), in DispatchedInplacePredict()
994 d_model.split_types.ConstDeviceSpan(), in PredictLeaf()
1016 d_model.split_types.ConstDeviceSpan(), in PredictLeaf()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_route53.py633 split_types = ["A", "MX", "AAAA", "TXT", "SRV", "SPF", "NS"]
634 if _type in split_types:
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_rtl_mk_switch.erl110 {Types, InitCode} = split_types(Cases, Arg),
170 split_types([Case|Cases], Arg) -> function
174 split_types([],_) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_rtl_mk_switch.erl110 {Types, InitCode} = split_types(Cases, Arg),
170 split_types([Case|Cases], Arg) -> function
174 split_types([],_) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A Dhipe_rtl_mk_switch.erl110 {Types, InitCode} = split_types(Cases, Arg),
170 split_types([Case|Cases], Arg) -> function
174 split_types([],_) -> function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dhtml_input_element.cc1507 Vector<String> split_types; in ParseAcceptAttribute() local
1508 accept_string.Split(',', false, split_types); in ParseAcceptAttribute()
1509 for (const String& split_type : split_types) { in ParseAcceptAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dhtml_input_element.cc1501 Vector<String> split_types; in ParseAcceptAttribute() local
1502 accept_string.Split(',', false, split_types); in ParseAcceptAttribute()
1503 for (const String& split_type : split_types) { in ParseAcceptAttribute()
/dports/audio/din/din-52/src/
H A Dmenu.h140 static const char* split_types [3]; member
H A Dmenu.cc1202 ol_split_types_h.set_text (mondrian_listener::split_types[monl.hsplit]); in setup_items()
1203 ol_split_types_v.set_text (mondrian_listener::split_types[monl.vsplit]); in setup_items()
3772 ol.set_text (split_types[o]); in check_split_type()
H A Dmain.cc509 const char* mondrian_listener::split_types [3] = {" into 2 boxes", " at notes", " into N boxes"}; member in mondrian_listener