A struct to keep info of traversed expr in ExpandDataflow function.
More...
#include <expr_functor.h>
A struct to keep info of traversed expr in ExpandDataflow function.
◆ 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 |
◆ 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: