tvm
Public Member Functions | Public Attributes | List of all members
tvm::relay::v_info Struct Reference

A struct to keep info of traversed expr in ExpandDataflow function. More...

#include <expr_functor.h>

Collaboration diagram for tvm::relay::v_info:

Public Member Functions

 v_info (Expr node_)
 
 v_info (Expr node_, bool children_expanded_)
 

Public Attributes

Expr node {}
 
bool children_expanded {false}
 

Detailed Description

A struct to keep info of traversed expr in ExpandDataflow function.

Constructor & Destructor Documentation

◆ v_info() [1/2]

tvm::relay::v_info::v_info ( Expr  node_)
inlineexplicit

◆ v_info() [2/2]

tvm::relay::v_info::v_info ( Expr  node_,
bool  children_expanded_ 
)
inline

Member Data Documentation

◆ children_expanded

bool tvm::relay::v_info::children_expanded {false}

◆ node

Expr tvm::relay::v_info::node {}

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