49 hasPendingOperations_(
false), parent_(&parent) {
68 if (io >
static_cast<int>(
bindings_.size()) - 1) {
73 string msg =
"Parent of the port and executors differs";
78 string msg =
"Operand with given index has been already bound"
find Finds info of the inner loops in the false
void addBinding(int io, PortState &port)
std::vector< PortState * > bindings_
PortStates that are bound to a certain input or output operand.
FUState * parent_
Parent of the executor.
virtual ~OperationExecutor()
virtual FUState & parent() const