Overview
Context object for the logical stream allocation pass.
Header Files to Be Included
1 | #include <register/register_custom_pass.h> |
Public Member Functions
explicit StreamPassContext(int64_t current_max_stream_id) ~StreamPassContext() override = default int64_t AllocateNextStreamId() int64_t GetCurrMaxStreamId() const int64_t GetStreamId(const GNode &node) const graphStatus SetStreamId(const GNode &node, int64_t stream_id)
Parent topic: StreamPassContext