Struct for operator in a timestep and its dependenceis. More...
#include <recurrent_network_executor_incl.h>
Public Member Functions | |
| RNNNetOperator (const OperatorDef &def, int order) | |
| RNNNetOperator (const RNNNetOperator &x) | |
Data Fields | |
| int | order |
| std::shared_ptr< OperatorBase > | op = nullptr |
| bool | link_op |
| int | num_dynamic_inputs = 0 |
| int | num_recurrent_inputs = 0 |
| std::atomic< int > | proc_inputs |
| std::vector< int > | dependencies |
| std::vector< int > | parents |
| bool | frontier = true |
| bool | has_timestep_blob = false |
Struct for operator in a timestep and its dependenceis.
Definition at line 13 of file recurrent_network_executor_incl.h.
1.8.11