Go to the documentation of this file.
17 #define CUML_FIL_SPEC(variant_index) \
18 std::variant_alternative_t<variant_index, fil::detail::specialization_variant>
22 #define CUML_FIL_FOREST(variant_index) \
23 forest<CUML_FIL_SPEC(variant_index)::layout, \
24 typename CUML_FIL_SPEC(variant_index)::threshold_type, \
25 typename CUML_FIL_SPEC(variant_index)::index_type, \
26 typename CUML_FIL_SPEC(variant_index)::metadata_type, \
27 typename CUML_FIL_SPEC(variant_index)::offset_type>