Forwards tail of stream to a given nid * * @param[in] nid NodeID of the updated tail node */
| 83 | * @param[in] nid NodeID of the updated tail node |
| 84 | */ |
| 85 | void forward_tail(NodeID nid) |
| 86 | { |
| 87 | _tail_node = (nid != NullTensorID) ? nid : _tail_node; |
| 88 | } |
| 89 | |
| 90 | protected: |
| 91 | StreamHints _hints = {}; /**< Execution and algorithmic hints */ |
no outgoing calls
no test coverage detected