Treelite
Public Member Functions | Public Attributes | List of all members
OutputNode< LeafOutputType > Class Template Reference
Inheritance diagram for OutputNode< LeafOutputType >:
Inheritance graph
[legend]
Collaboration diagram for OutputNode< LeafOutputType >:
Collaboration graph
[legend]

Public Member Functions

 OutputNode (LeafOutputType scalar)
 
 OutputNode (const std::vector< LeafOutputType > &vector)
 
std::string GetDump () const override
 

Public Attributes

bool is_vector
 
LeafOutputType scalar
 
std::vector< LeafOutputType > vector
 
- Public Attributes inherited from ASTNode
ASTNodeparent
 
std::vector< ASTNode * > children
 
int node_id
 
int tree_id
 
optional< uint64_t > data_count
 
optional< double > sum_hess
 

Detailed Description

template<typename LeafOutputType>
class treelite::compiler::OutputNode< LeafOutputType >

Definition at line 179 of file ast.h.


The documentation for this class was generated from the following file: