Go to the documentation of this file.
28 #define CUML_FIL_SPEC(variant_index) \
29 std::variant_alternative_t<variant_index, fil::detail::specialization_variant>
33 #define CUML_FIL_FOREST(variant_index) \
34 forest<CUML_FIL_SPEC(variant_index)::layout, \
35 typename CUML_FIL_SPEC(variant_index)::threshold_type, \
36 typename CUML_FIL_SPEC(variant_index)::index_type, \
37 typename CUML_FIL_SPEC(variant_index)::metadata_type, \
38 typename CUML_FIL_SPEC(variant_index)::offset_type>