Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
torch::jit::script::pretty_tree Struct Reference

Public Member Functions

 pretty_tree (const TreeRef &tree, size_t col=40)
 
const std::string & get_flat (const TreeRef &t)
 
void print (std::ostream &out, const TreeRef &t, int indent)
 

Data Fields

const TreeRef & tree
 
size_t col
 
std::unordered_map< TreeRef, std::string > flat_strings
 

Detailed Description

Definition at line 166 of file tree.h.


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