Data structure for a scheduled task in the task queue. More...
#include <recurrent_network_executor_incl.h>
Public Member Functions | |
| OpTask (int _timestep, int _op_idx, int _T, int _direction) | |
| bool | backward () | 
| bool | forward () | 
Data Fields | |
| int | timestep | 
| int | op_idx | 
| int | T | 
| int | direction | 
| int | stream_id = -1 | 
Data structure for a scheduled task in the task queue.
Definition at line 51 of file recurrent_network_executor_incl.h.
 1.8.11