Options for feed/fetch prefixes and model selection in ReleaseModeModelRunner.
Synopsis
Declared in <llvm/Analysis/ReleaseModeModelRunner.h>
struct EmbeddedModelRunnerOptions;
Member Functions
Name |
Description |
Set the feed feature name prefix. |
|
Set the fetch/output name prefix. |
|
Set the sub‐model selector name recognized by the AOT‐ed model. |
Data Members
Name |
Description |
Prefix prepended to input feature names when looking them up in the model. |
|
Prefix prepended to output names when looking them up in the model. |
|
ModelSelector is the name (recognized by the AOT‐ed model) of a sub‐model to use. "" is allowed if the model doesn't support sub‐models. |
Created with MrDocs