Build
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/pattern_matcher_config.h>
- Library file: libge_compiler.so
Function Usage
The API used to construct the PatternMatcherConfig object.
Prototype
1 | std::unique_ptr<PatternMatcherConfig> Build() const |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
std::unique_ptr<PatternMatcherConfig> |
Output |
Matching rules. |
Returns
None
Constraints
None
Parent topic: PatternMatcherConfigBuilder