#include <forest.hpp>
|
| using | node_type = node< layout_v, threshold_t, index_t, metadata_storage_t, offset_t > |
| |
| using | io_type = threshold_t |
| |
| template<typename vector_output_t > |
| using | raw_output_type = std::conditional_t<!std::is_same_v< vector_output_t, std::nullptr_t >, std::remove_pointer_t< vector_output_t >, typename node_type::threshold_type > |
| |
◆ io_type
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
◆ node_type
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
| using ML::fil::forest< layout_v, threshold_t, index_t, metadata_storage_t, offset_t >::node_type = node<layout_v, threshold_t, index_t, metadata_storage_t, offset_t> |
◆ raw_output_type
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
template<typename vector_output_t >
◆ forest()
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
◆ get_node_id_mapping()
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
| HOST DEVICE const auto* ML::fil::forest< layout_v, threshold_t, index_t, metadata_storage_t, offset_t >::get_node_id_mapping |
( |
| ) |
const |
|
inline |
◆ get_tree_root()
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
◆ num_outputs()
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
◆ tree_count()
template<tree_layout layout_v, typename threshold_t , typename index_t , typename metadata_storage_t , typename offset_t >
The documentation for this struct was generated from the following file: