MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / forward_tail

Method forward_tail

arm_compute/graph/frontend/IStream.h:85–88  ·  view source on GitHub ↗

Forwards tail of stream to a given nid * * @param[in] nid NodeID of the updated tail node */

Source from the content-addressed store, hash-verified

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
90protected:
91 StreamHints _hints = {}; /**< Execution and algorithmic hints */

Callers 4

add_lstm_cellMethod · 0.80
add_residual_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected