Searched refs:is_last_node (Results 1 – 2 of 2) sorted by relevance
178 void set_last_node_flag(const bool &is_last_node) { is_last_node_ = is_last_node; } in set_last_node_flag() argument179 const bool &is_last_node() const { return is_last_node_; } in is_last_node() function
58 if ((op->is_last_node()) || (op->type() == VIRTUAL_DATA_SET)) { in GenerateStrategy()