Classes | Namespaces | Typedefs
specialization_types.hpp File Reference
#include <cuml/experimental/fil/tree_layout.hpp>
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include <variant>
Include dependency graph for specialization_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ML::experimental::fil::detail::specialization_types< layout_v, double_precision, large_trees >
 

Namespaces

 ML
 
 ML::experimental
 
 ML::experimental::fil
 
 ML::experimental::fil::detail
 

Typedefs

using ML::experimental::fil::detail::specialization_variant = std::variant< specialization_types< tree_layout::depth_first, false, false >, specialization_types< tree_layout::depth_first, false, true >, specialization_types< tree_layout::depth_first, true, false >, specialization_types< tree_layout::depth_first, true, true >, specialization_types< tree_layout::breadth_first, false, false >, specialization_types< tree_layout::breadth_first, false, true >, specialization_types< tree_layout::breadth_first, true, false >, specialization_types< tree_layout::breadth_first, true, true > >