StreamPassContext Constructor and Destructor
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <register/register_custom_pass.h>
- Library file: libregister.so
Function Usage
Constructs and destructs an object of class StreamPassContext.
Prototype
1 2 | explicit StreamPassContext(int64_t current_max_stream_id) ~StreamPassContext() override = default |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
current_max_stream_id |
Input |
Maximum stream ID in the current graph. |
Returns
None
Constraints
None
Parent topic: StreamPassContext