void add_layer(ILayer &layer) override
Adds a layer to the stream.
Copyright (c) 2017-2021 Arm Limited.
Graph & graph() override
Returns the underlying graph.
SubStream(IStream &s)
Default Constructor.
NodeID tail_node()
Returns the tail node of the Stream.
virtual Graph & graph()=0
Returns the underlying graph.
StreamHints & hints()
Returns the stream hints that are currently used.
virtual NodeID create_layer(IStream &s)=0
Create layer and add to the given stream.